[PATCH 00/11] Add Battlemage support

Balasubramani Vivekanandan balasubramani.vivekanandan at intel.com
Tue Apr 2 12:47:13 UTC 2024


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



More information about the Intel-xe mailing list