Skip to content

Commit 3746611

Browse files
hkalvalamattrope
authored andcommitted
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 <[email protected]> Cc: Shekhar Chauhan <[email protected]> Signed-off-by: Haridhar Kalvala <[email protected]> Signed-off-by: Matt Atwood <[email protected]> Reviewed-by: Shekhar Chauhan <[email protected]> Signed-off-by: Matt Roper <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 800d75b commit 3746611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/xe/xe_mocs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ static unsigned int get_mocs_settings(struct xe_device *xe,
576576
memset(info, 0, sizeof(struct xe_mocs_info));
577577

578578
switch (xe->info.platform) {
579+
case XE_PANTHERLAKE:
579580
case XE_LUNARLAKE:
580581
case XE_BATTLEMAGE:
581582
info->ops = &xe2_mocs_ops;

0 commit comments

Comments
 (0)