Skip to content

Commit 317d810

Browse files
committed
drm/xe/xe3: Xe3 uses the same PAT settings as Xe2
Xe3 platforms use the same PAT tables as Xe2. Bspec: 71582 Signed-off-by: Matt Roper <[email protected]> Signed-off-by: Matt Atwood <[email protected]> Reviewed-by: Rodrigo Vivi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 9ab440a commit 317d810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xe/xe_pat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ static const struct xe_pat_ops xe2_pat_ops = {
387387

388388
void xe_pat_init_early(struct xe_device *xe)
389389
{
390-
if (GRAPHICS_VER(xe) == 20) {
390+
if (GRAPHICS_VER(xe) == 30 || GRAPHICS_VER(xe) == 20) {
391391
xe->pat.ops = &xe2_pat_ops;
392392
xe->pat.table = xe2_pat_table;
393393

0 commit comments

Comments
 (0)