Hi, On Fri, Apr 21, 2023 at 08:25:33PM +0200, Andi Shyti wrote: > Hi, > > just extracting this patch from Fei's series. > > Andi > > Changelog: > ========== > v1 -> v2: > Taken from Fei's new series: https://patchwork.freedesktop.org/series/115980/ > - Removed unnecessary defines > - Place the selftest patches in a different patch > > Fei Yang (1): > drm/i915/mtl: fix mocs selftest > > Madhumitha Tolakanahalli Pradeep (1): > drm/i915/mtl: Define MOCS and PAT tables for MTL > > drivers/gpu/drm/i915/gt/intel_gt_regs.h | 6 ++- > drivers/gpu/drm/i915/gt/intel_gtt.c | 47 ++++++++++++++++- > drivers/gpu/drm/i915/gt/intel_gtt.h | 8 +++ > drivers/gpu/drm/i915/gt/intel_mocs.c | 70 ++++++++++++++++++++++++- > drivers/gpu/drm/i915/gt/selftest_mocs.c | 3 +- > 5 files changed, 130 insertions(+), 4 deletions(-) Pushed to drm-intel-gt-nex. Thanks, Andi