From: Dnyaneshwar Bhadane Date: Fri, 17 Oct 2025 02:26:32 +0000 (-0700) Subject: drm/xe/nvls: Attach MOCS table for NVL-S X-Git-Tag: v6.19-rc1~157^2~25^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f148f6c2bba2a387533887388e077c93750aae;p=thirdparty%2Fkernel%2Flinux.git drm/xe/nvls: Attach MOCS table for NVL-S The MOCS table for NVL-S is the same as that of Xe2. Signed-off-by: Dnyaneshwar Bhadane Reviewed-by: Shekhar Chauhan Link: https://lore.kernel.org/r/20251016-xe3p-v3-13-3dd173a3097a@intel.com Signed-off-by: Lucas De Marchi --- diff --git a/drivers/gpu/drm/xe/xe_mocs.c b/drivers/gpu/drm/xe/xe_mocs.c index 7b68c22ff7bbc..e8ec4114302e5 100644 --- a/drivers/gpu/drm/xe/xe_mocs.c +++ b/drivers/gpu/drm/xe/xe_mocs.c @@ -576,6 +576,7 @@ static unsigned int get_mocs_settings(struct xe_device *xe, memset(info, 0, sizeof(struct xe_mocs_info)); switch (xe->info.platform) { + case XE_NOVALAKE_S: case XE_PANTHERLAKE: case XE_LUNARLAKE: case XE_BATTLEMAGE: