mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +08:00
Fix to proper init gmm page table on linux
Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bbfbf19a02
commit
5330c9cfd9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user