[Intel-xe] [PATCH v2 2/7] drm/xe/mocs: Add missing RKL handling
Matt Roper
matthew.d.roper at intel.com
Thu Feb 23 18:57:35 UTC 2023
RKL should use the same "gen12" MOCS handling as TGL/ADL-S/ADL-P.
Bspec: 45101
Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
drivers/gpu/drm/xe/xe_mocs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/xe/xe_mocs.c b/drivers/gpu/drm/xe/xe_mocs.c
index 09adb69d1545..ec89ff3ac29b 100644
--- a/drivers/gpu/drm/xe/xe_mocs.c
+++ b/drivers/gpu/drm/xe/xe_mocs.c
@@ -381,6 +381,7 @@ static unsigned int get_mocs_settings(struct xe_device *xe,
info->unused_entries_index = 5;
break;
case XE_TIGERLAKE:
+ case XE_ROCKETLAKE:
case XE_ALDERLAKE_S:
case XE_ALDERLAKE_P:
info->size = ARRAY_SIZE(gen12_mocs_desc);
--
2.39.1
More information about the Intel-xe
mailing list