Commit 317d8108 authored by Matt Roper's avatar Matt Roper
Browse files

drm/xe/xe3: Xe3 uses the same PAT settings as Xe2

parent 9ab440a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -387,7 +387,7 @@ static const struct xe_pat_ops xe2_pat_ops = {

void xe_pat_init_early(struct xe_device *xe)
{
	if (GRAPHICS_VER(xe) == 20) {
	if (GRAPHICS_VER(xe) == 30 || GRAPHICS_VER(xe) == 20) {
		xe->pat.ops = &xe2_pat_ops;
		xe->pat.table = xe2_pat_table;