Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 1/3] lib/intel_device_info: set has_flatccs on LNL
@ 2024-01-31 11:43 Matthew Auld
  2024-01-31 11:43 ` [PATCH i-g-t 2/3] tests/intel/xe_ccs: require flat CCS on xe2 Matthew Auld
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Matthew Auld @ 2024-01-31 11:43 UTC (permalink / raw)
  To: igt-dev; +Cc: Akshata Jahagirdar

Xe2 supports flat CCS based compression, including igpu. Currently
HAS_FLATCCS() is incorrectly returning false on LNL.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Akshata Jahagirdar <akshata.jahagirdar@intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski@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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-02-01  9:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-31 11:43 [PATCH i-g-t 1/3] lib/intel_device_info: set has_flatccs on LNL Matthew Auld
2024-01-31 11:43 ` [PATCH i-g-t 2/3] tests/intel/xe_ccs: require flat CCS on xe2 Matthew Auld
2024-01-31 12:21   ` Zbigniew Kempczyński
2024-01-31 12:28     ` Matthew Auld
2024-01-31 11:43 ` [PATCH i-g-t 3/3] tests/intel/xe_pat: assert flat CSS support for xe2 Matthew Auld
2024-02-01  9:13   ` Zbigniew Kempczyński
2024-01-31 12:13 ` ✓ CI.xeBAT: success for series starting with [i-g-t,1/3] lib/intel_device_info: set has_flatccs on LNL Patchwork
2024-01-31 12:18 ` [PATCH i-g-t 1/3] " Zbigniew Kempczyński
2024-01-31 12:28 ` ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox