From: Dnyaneshwar Bhadane Date: Fri, 6 Feb 2026 18:36:09 +0000 (-0300) Subject: drm/xe/nvlp: Attach MOCS table for nvlp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9006dacb8e4a6d2a7bc870c7f037c2ea21bdf34;p=thirdparty%2Flinux.git drm/xe/nvlp: Attach MOCS table for nvlp The MOCS table for NVL-P is same as for Xe2/Xe3 platforms. Signed-off-by: Dnyaneshwar Bhadane Reviewed-by: Matt Roper Link: https://patch.msgid.link/20260206-nvl-p-upstreaming-v3-13-636e1ad32688@intel.com Signed-off-by: Gustavo Sousa --- diff --git a/drivers/gpu/drm/xe/xe_mocs.c b/drivers/gpu/drm/xe/xe_mocs.c index 54822497c21eb..1d19df860bea1 100644 --- a/drivers/gpu/drm/xe/xe_mocs.c +++ b/drivers/gpu/drm/xe/xe_mocs.c @@ -600,6 +600,7 @@ static unsigned int get_mocs_settings(struct xe_device *xe, info->wb_index = 4; info->unused_entries_index = 4; break; + case XE_NOVALAKE_P: case XE_NOVALAKE_S: case XE_PANTHERLAKE: case XE_LUNARLAKE: