[igt-dev] [PATCH igt 3/4] lib/intel_device_info: Add blitter cmd info for Lunar Lake
Lucas De Marchi
lucas.demarchi at intel.com
Tue Aug 29 14:11:06 UTC 2023
From: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Add separate cmd info for LunarLake. This re-uses the commands for PVC
since all the commands being used in IGT match the ones for PVC.
Cc: Swati Sharma <swati2.sharma at intel.com>
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
lib/intel_device_info.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
index 86a8b3650..d1c268482 100644
--- a/lib/intel_device_info.c
+++ b/lib/intel_device_info.c
@@ -511,7 +511,8 @@ static const struct intel_device_info intel_lunarlake_info = {
.has_4tile = true,
.has_gmdid = true,
.is_lunarlake = true,
- .codename = "lunarlake"
+ .codename = "lunarlake",
+ .cmds_info = &gen12_pvc_cmds_info,
};
static const struct pci_id_match intel_device_match[] = {
--
2.40.1
More information about the igt-dev
mailing list