Update allocateGraphicsMemoryWithAlignment

Allocate Gmm object when the allocation uses compression.

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2021-11-03 19:27:47 +00:00
committed by Compute-Runtime-Automation
parent d29148a73a
commit 56c05a2f08
3 changed files with 65 additions and 10 deletions

View File

@@ -13,7 +13,8 @@ struct TestTraits<IGFX_XE_HP_CORE> {
static constexpr bool surfaceStateCompressionParamsSupported = true;
static constexpr bool clearColorAddressMatcher = true;
static constexpr bool auxBuiltinsSupported = true;
static constexpr bool compressionAubsSupported = true;
static constexpr bool localMemCompressionAubsSupported = true;
static constexpr bool systemMemCompressionAubsSupported = false;
static constexpr bool l3ControlSupported = true;
static constexpr bool forceNonCoherentSupported = true;
static constexpr bool threadPreemptionDisableBitMatcher = true;