[PATCH i-g-t 3/4] lib: Update BMG/PTL device info
Ashutosh Dixit
ashutosh.dixit at intel.com
Fri Aug 29 17:15:05 UTC 2025
Toggle has_oam for BMG/PTL.
Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
---
lib/intel_device_info.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
index 349cf1b483..a853f9ab46 100644
--- a/lib/intel_device_info.c
+++ b/lib/intel_device_info.c
@@ -521,6 +521,7 @@ static const struct intel_device_info intel_battlemage_info = {
.display_ver = 14,
.has_4tile = true,
.has_flatccs = true,
+ .has_oam = true,
.is_battlemage = true,
.codename = "battlemage",
.cmds_info = &xe2_cmds_info,
@@ -532,6 +533,7 @@ static const struct intel_device_info intel_pantherlake_info = {
.display_ver = 30,
.has_4tile = true,
.has_flatccs = true,
+ .has_oam = true,
.is_pantherlake = true,
.codename = "pantherlake",
.cmds_info = &xe2_cmds_info,
--
2.48.1
More information about the igt-dev
mailing list