[PATCH i-g-t 1/3] lib/intel_device_info: set has_flatccs on LNL
Matthew Auld
matthew.auld at intel.com
Wed Jan 31 11:43:03 UTC 2024
Xe2 supports flat CCS based compression, including igpu. Currently
HAS_FLATCCS() is incorrectly returning false on LNL.
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
Cc: Akshata Jahagirdar <akshata.jahagirdar at intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
---
lib/intel_device_info.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
index a669797c3..64b5246b7 100644
--- a/lib/intel_device_info.c
+++ b/lib/intel_device_info.c
@@ -509,6 +509,7 @@ static const struct intel_device_info intel_lunarlake_info = {
.graphics_rel = 4,
.display_ver = 20,
.has_4tile = true,
+ .has_flatccs = true,
.is_lunarlake = true,
.codename = "lunarlake",
.cmds_info = &xe2_cmds_info,
--
2.43.0
More information about the igt-dev
mailing list