mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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 <dnyaneshwar.bhadane@intel.com> Reviewed-by: Shekhar Chauhan <shekhar.chauhan@intel.com> Link: https://lore.kernel.org/r/20251016-xe3p-v3-13-3dd173a3097a@intel.com Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
This commit is contained in:
parent
c002b1764e
commit
60f148f6c2
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user