[Intel-xe] [PATCH 0/2] Start register cleanup

Lucas De Marchi lucas.demarchi at intel.com
Tue Feb 14 08:33:18 UTC 2023


Start cleaning up the register definitions used in xe. The engine regs
are chosen as they are small enough and we can use them to agree on file
names, location and approach. GT and "global" registers will follow.

Lucas De Marchi (2):
  drm/xe/guc: Remove i915_regs.h include
  drm/xe: Remove dependency on intel_engine_regs.h

 drivers/gpu/drm/xe/xe_execlist.c            |  5 +-
 drivers/gpu/drm/xe/xe_guc_ads.c             |  6 +-
 drivers/gpu/drm/xe/xe_guc_reg.h             |  2 +-
 drivers/gpu/drm/xe/xe_hw_engine.c           |  2 +-
 drivers/gpu/drm/xe/xe_lrc.c                 |  3 +-
 drivers/gpu/drm/xe/xe_mmio.c                |  2 +-
 drivers/gpu/drm/xe/xe_reg_sr.c              |  2 +-
 drivers/gpu/drm/xe/xe_reg_whitelist.c       |  3 +-
 drivers/gpu/drm/xe/xe_regs/xe_engine_regs.h | 81 +++++++++++++++++++++
 drivers/gpu/drm/xe/xe_wa.c                  |  2 +-
 10 files changed, 97 insertions(+), 11 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/xe_regs/xe_engine_regs.h

-- 
2.39.0



More information about the Intel-xe mailing list