Fix to proper init gmm page table on linux

Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
Katarzyna Cencelewska
2021-09-07 23:30:06 +00:00
committed by Compute-Runtime-Automation
parent bbfbf19a02
commit 5330c9cfd9
6 changed files with 29 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ class MockGmmClientContextBase : public GmmClientContext {
void destroyResInfoObject(GMM_RESOURCE_INFO *pResInfo) override;
uint8_t getSurfaceStateCompressionFormat(GMM_RESOURCE_FORMAT format) override;
uint8_t getMediaSurfaceStateCompressionFormat(GMM_RESOURCE_FORMAT format) override;
void setGmmDeviceInfo(GMM_DEVICE_INFO *deviceInfo) override;
GMM_RESOURCE_FORMAT capturedFormat = GMM_FORMAT_INVALID;
uint8_t compressionFormatToReturn = 1;