mbox series

[v2,0/2] Define MOCS and PAT tables for MTL

Message ID 20230421182535.292670-1-andi.shyti@linux.intel.com (mailing list archive)
Headers show
Series Define MOCS and PAT tables for MTL | expand

Message

Andi Shyti April 21, 2023, 6:25 p.m. UTC
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(-)

Comments

Andi Shyti April 23, 2023, 12:27 a.m. UTC | #1
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