Commit 579a6546 authored by Matt Roper's avatar Matt Roper Committed by Rodrigo Vivi

drm/xe/mocs: Add missing RKL handling

RKL should use the same "gen12" MOCS handling as TGL/ADL-S/ADL-P.

Bspec: 45101
Signed-off-by: default avatarMatt Roper <matthew.d.roper@intel.com>
Reviewed-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent 7bc08d2f
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment