Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Add Battlemage support
@ 2024-04-02 12:47 Balasubramani Vivekanandan
  2024-04-02 12:47 ` [PATCH 01/11] drm/xe/xe2: Recognize Xe2_HPG IP Balasubramani Vivekanandan
                   ` (17 more replies)
  0 siblings, 18 replies; 33+ messages in thread
From: Balasubramani Vivekanandan @ 2024-04-02 12:47 UTC (permalink / raw)
  To: intel-xe; +Cc: Matt Roper, Lucas De Marchi

Add basic support for Battlemage, which is a discrete graphics card
based on Xe2 architecture.
This series provides basic enabling support. This will be followed with
further patches series to enable display support and loading of required
firwares.

Akshata Jahagirdar (2):
  drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfx
  drm/xe/xe2hpg: Limit chunk size to 4MiB for vram

Balasubramani Vivekanandan (1):
  drm/xe/bmg: Add BMG mocs table

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

Haridhar Kalvala (1):
  drm/xe/xe2hpg: Add initial GT workarounds

Himal Prasad Ghimiray (1):
  drm/xe/xe2hpg: Determine flat ccs offset for vram

Matt Roper (4):
  drm/xe/xe2: Recognize Xe2_HPG IP
  drm/xe/xe2: Recognize Xe2_HPM IP
  drm/xe/bmg: Add BMG platform definition
  drm/xe/bmg: Program an additional discrete-specific PAT setting

Shekhar Chauhan (1):
  drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPG.

 drivers/gpu/drm/xe/regs/xe_gt_regs.h   | 14 ++++
 drivers/gpu/drm/xe/xe_bo.c             |  3 +
 drivers/gpu/drm/xe/xe_migrate.c        |  2 +-
 drivers/gpu/drm/xe/xe_mmio.c           | 39 ++++++++++-
 drivers/gpu/drm/xe/xe_mocs.c           |  1 +
 drivers/gpu/drm/xe/xe_pat.c            |  7 ++
 drivers/gpu/drm/xe/xe_pci.c            | 13 +++-
 drivers/gpu/drm/xe/xe_platform_types.h |  1 +
 drivers/gpu/drm/xe/xe_reg_whitelist.c  |  4 ++
 drivers/gpu/drm/xe/xe_tuning.c         |  6 +-
 drivers/gpu/drm/xe/xe_wa.c             | 95 ++++++++++++++++++++++++++
 include/drm/xe_pciids.h                |  7 ++
 12 files changed, 184 insertions(+), 8 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-04-06  2:28 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 12:47 [PATCH 00/11] Add Battlemage support Balasubramani Vivekanandan
2024-04-02 12:47 ` [PATCH 01/11] drm/xe/xe2: Recognize Xe2_HPG IP Balasubramani Vivekanandan
2024-04-02 13:21   ` Lucas De Marchi
2024-04-02 12:47 ` [PATCH 02/11] drm/xe/xe2: Recognize Xe2_HPM IP Balasubramani Vivekanandan
2024-04-02 13:22   ` Lucas De Marchi
2024-04-02 12:47 ` [PATCH 03/11] drm/xe/bmg: Add BMG platform definition Balasubramani Vivekanandan
2024-04-02 13:26   ` Lucas De Marchi
2024-04-02 12:47 ` [PATCH 04/11] drm/xe/bmg: Add BMG mocs table Balasubramani Vivekanandan
2024-04-02 13:52   ` Matt Roper
2024-04-02 12:47 ` [PATCH 05/11] drm/xe/bmg: Program an additional discrete-specific PAT setting Balasubramani Vivekanandan
2024-04-02 12:47 ` [PATCH 06/11] drm/xe/xe2hpg: Determine flat ccs offset for vram Balasubramani Vivekanandan
2024-04-02 14:30   ` Matt Roper
2024-04-03  6:53     ` Vivekanandan, Balasubramani
2024-04-05  9:48       ` Vivekanandan, Balasubramani
2024-04-02 12:47 ` [PATCH 07/11] drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfx Balasubramani Vivekanandan
2024-04-02 14:40   ` Matt Roper
2024-04-02 12:47 ` [PATCH 08/11] drm/xe/xe2hpg: Limit chunk size to 4MiB for vram Balasubramani Vivekanandan
2024-04-04  0:06   ` Matt Roper
2024-04-06  2:28     ` Jahagirdar, Akshata
2024-04-02 12:47 ` [PATCH 09/11] drm/xe/xe2hpg: Add initial GT workarounds Balasubramani Vivekanandan
2024-04-02 15:45   ` Matt Roper
2024-04-02 19:14     ` Matt Roper
2024-04-02 12:47 ` [PATCH 10/11] drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPG Balasubramani Vivekanandan
2024-04-02 15:55   ` Matt Roper
2024-04-02 12:47 ` [PATCH 11/11] drm/xe/xe2hpm: Add initial set of workarounds Balasubramani Vivekanandan
2024-04-02 16:07   ` Matt Roper
2024-04-02 12:53 ` ✓ CI.Patch_applied: success for Add Battlemage support Patchwork
2024-04-02 12:53 ` ✗ CI.checkpatch: warning " Patchwork
2024-04-02 12:54 ` ✓ CI.KUnit: success " Patchwork
2024-04-02 13:05 ` ✓ CI.Build: " Patchwork
2024-04-02 13:08 ` ✓ CI.Hooks: " Patchwork
2024-04-02 13:09 ` ✓ CI.checksparse: " Patchwork
2024-04-02 13:46 ` ✓ CI.BAT: " Patchwork

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