mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
drm/xe/ptl: PTL re-uses Xe2 MOCS table
PTL is Xe3 architecture but there is no difference between LNL and PTL in MOCS table. So, PTL uses the same MOCS table as LNL. Bspec: 71582 Cc: Matt Roper <matthew.d.roper@intel.com> Cc: Shekhar Chauhan <shekhar.chauhan@intel.com> Signed-off-by: Haridhar Kalvala <haridhar.kalvala@intel.com> Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com> Reviewed-by: Shekhar Chauhan <shekhar.chauhan@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241008013509.61233-5-matthew.s.atwood@intel.com
This commit is contained in:
parent
800d75bf20
commit
37466119ff
|
|
@ -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_PANTHERLAKE:
|
||||
case XE_LUNARLAKE:
|
||||
case XE_BATTLEMAGE:
|
||||
info->ops = &xe2_mocs_ops;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user