Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 v3] Add Xe3 and Panther Lake support
@ 2024-10-08  1:35 Matt Atwood
  2024-10-08  1:35 ` [PATCH 1/6] drm/xe/xe3: Xe3 uses the same PAT settings as Xe2 Matt Atwood
                   ` (14 more replies)
  0 siblings, 15 replies; 28+ messages in thread
From: Matt Atwood @ 2024-10-08  1:35 UTC (permalink / raw)
  To: intel-xe; +Cc: Matt Atwood

Add the basic enabling for Xe3 gt and media and add the Panther Lake
platform definition. This defines the Xe3 feature flags and initial GT
workarounds.

Display support will follow later.

v2: Drop several patches in favor of a more lightweight approach,
address feedback on the remainder, reorder.

v3: reuse xe2_graphics defintion, merge steering entries where
appropriate, fix mistake in stepping for 2 workarounds.

Gustavo Sousa (1):
  drm/xe/xe3: Add initial set of workarounds

Haridhar Kalvala (3):
  drm/xe/xe3: Define Xe3 feature flags
  drm/xe/ptl: PTL re-uses Xe2 MOCS table
  drm/xe/ptl: Add PTL platform definition

Matt Roper (2):
  drm/xe/xe3: Xe3 uses the same PAT settings as Xe2
  drm/xe/xe3lpm: Add new "instance0" steering table

 drivers/gpu/drm/xe/regs/xe_engine_regs.h |  1 +
 drivers/gpu/drm/xe/regs/xe_gt_regs.h     |  3 ++
 drivers/gpu/drm/xe/xe_gt_mcr.c           | 17 +++++++-
 drivers/gpu/drm/xe/xe_mocs.c             |  1 +
 drivers/gpu/drm/xe/xe_pat.c              |  2 +-
 drivers/gpu/drm/xe/xe_pci.c              | 16 +++++++-
 drivers/gpu/drm/xe/xe_platform_types.h   |  1 +
 drivers/gpu/drm/xe/xe_wa.c               | 49 +++++++++++++++++++++++-
 drivers/gpu/drm/xe/xe_wa_oob.rules       |  3 +-
 include/drm/intel/xe_pciids.h            | 11 ++++++
 10 files changed, 99 insertions(+), 5 deletions(-)

-- 
2.45.0


^ permalink raw reply	[flat|nested] 28+ messages in thread
* [PATCH 0/6] Add Xe3 and Panther Lake support
@ 2024-10-04 22:05 Matt Atwood
  2024-10-04 22:05 ` [PATCH 2/6] drm/xe/xe3: Define Xe3 feature flags Matt Atwood
  0 siblings, 1 reply; 28+ messages in thread
From: Matt Atwood @ 2024-10-04 22:05 UTC (permalink / raw)
  To: intel-xe; +Cc: Matt Atwood

Add the basic enabling for Xe3 gt and media and add the Panther Lake
platform definition. This defines the Xe3 feature flags and initial GT
workarounds.

Display support will follow later.

v2: Drop several patches in favor of a more lightweight approach,
address feedback on the remainder, reorder. 

Gustavo Sousa (1):
  drm/xe/xe3: Add initial set of workarounds

Haridhar Kalvala (3):
  drm/xe/xe3: Define Xe3 feature flags
  drm/xe/ptl: PTL re-uses Xe2 MOCS table
  drm/xe/ptl: Add PTL platform definition

Matt Roper (2):
  drm/xe/xe3: Xe3 uses the same PAT settings as Xe2
  drm/xe/xe3lpm: Add new "instance0" steering table

 drivers/gpu/drm/xe/regs/xe_engine_regs.h |  1 +
 drivers/gpu/drm/xe/regs/xe_gt_regs.h     |  3 ++
 drivers/gpu/drm/xe/xe_gt_mcr.c           | 17 +++++++-
 drivers/gpu/drm/xe/xe_mocs.c             |  1 +
 drivers/gpu/drm/xe/xe_pat.c              |  2 +-
 drivers/gpu/drm/xe/xe_pci.c              | 16 +++++++-
 drivers/gpu/drm/xe/xe_platform_types.h   |  1 +
 drivers/gpu/drm/xe/xe_wa.c               | 49 +++++++++++++++++++++++-
 drivers/gpu/drm/xe/xe_wa_oob.rules       |  3 +-
 include/drm/intel/xe_pciids.h            | 11 ++++++
 10 files changed, 99 insertions(+), 5 deletions(-)

-- 
2.45.0


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2024-10-08 18:28 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08  1:35 [PATCH 0/6 v3] Add Xe3 and Panther Lake support Matt Atwood
2024-10-08  1:35 ` [PATCH 1/6] drm/xe/xe3: Xe3 uses the same PAT settings as Xe2 Matt Atwood
2024-10-08  1:35 ` [PATCH 2/6] drm/xe/xe3: Define Xe3 feature flags Matt Atwood
2024-10-08  2:23   ` Chauhan, Shekhar
2024-10-08 16:15     ` Matt Roper
2024-10-08 17:49       ` Chauhan, Shekhar
2024-10-08 18:06         ` Matt Roper
2024-10-08 18:28           ` Chauhan, Shekhar
2024-10-08  1:35 ` [PATCH 3/6] drm/xe/xe3: Add initial set of workarounds Matt Atwood
2024-10-08 13:46   ` Chauhan, Shekhar
2024-10-08 16:17   ` Matt Roper
2024-10-08  1:35 ` [PATCH 4/6] drm/xe/ptl: PTL re-uses Xe2 MOCS table Matt Atwood
2024-10-08 13:19   ` Chauhan, Shekhar
2024-10-08  1:35 ` [PATCH 5/6] drm/xe/ptl: Add PTL platform definition Matt Atwood
2024-10-08 13:25   ` Chauhan, Shekhar
2024-10-08  1:35 ` [PATCH 6/6] drm/xe/xe3lpm: Add new "instance0" steering table Matt Atwood
2024-10-08  1:40 ` ✓ CI.Patch_applied: success for Add Xe3 and Panther Lake support (rev3) Patchwork
2024-10-08  1:40 ` ✗ CI.checkpatch: warning " Patchwork
2024-10-08  1:41 ` ✓ CI.KUnit: success " Patchwork
2024-10-08  1:53 ` ✓ CI.Build: " Patchwork
2024-10-08  1:56 ` ✓ CI.Hooks: " Patchwork
2024-10-08  1:58 ` ✓ CI.checksparse: " Patchwork
2024-10-08  2:23 ` ✓ CI.BAT: " Patchwork
2024-10-08 10:01 ` ✗ CI.FULL: failure " Patchwork
2024-10-08 16:26   ` Matt Roper
2024-10-08 16:08 ` [PATCH 0/6 v3] Add Xe3 and Panther Lake support Matt Roper
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04 22:05 [PATCH 0/6] " Matt Atwood
2024-10-04 22:05 ` [PATCH 2/6] drm/xe/xe3: Define Xe3 feature flags Matt Atwood
2024-10-04 22:40   ` Matt Roper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox