All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 0/6] Cleanup gen suffixes/prefixes from registers
@ 2023-04-12 23:28 Lucas De Marchi
  2023-04-12 23:28 ` [Intel-xe] [PATCH 1/6] drm/xe: Cleanup page-related defines Lucas De Marchi
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Lucas De Marchi @ 2023-04-12 23:28 UTC (permalink / raw)
  To: intel-xe; +Cc: Lucas De Marchi, Matt Roper

Mass rename the registers so we don't keep carrying the
prefixes/suffixes.

The changes related to display are carried with fixups to the commits
that introduced them, in the expectation the display commits will be
pulled up in the branch. They are probably not the best fixes for those
commits though.

Lucas De Marchi (6):
  drm/xe: Cleanup page-related defines
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Allow fbdev to allocate stolen memory
  drm/xe: Rename RC0/RC6 macros
  drm/xe: Rename instruction field to avoid confusion
  drm/xe: Drop gen prefixes and suffixes from registers

 drivers/gpu/drm/i915/display/intel_fbdev.c    |   4 +-
 drivers/gpu/drm/xe/display/xe_fb_pin.c        |  23 ++-
 drivers/gpu/drm/xe/display/xe_plane_initial.c |   4 +-
 drivers/gpu/drm/xe/regs/xe_engine_regs.h      |   8 +-
 drivers/gpu/drm/xe/regs/xe_gpu_commands.h     |   6 +-
 drivers/gpu/drm/xe/regs/xe_gt_regs.h          | 194 +++++++++---------
 drivers/gpu/drm/xe/regs/xe_regs.h             |  41 ++--
 drivers/gpu/drm/xe/tests/xe_migrate.c         |  15 +-
 drivers/gpu/drm/xe/xe_bo.h                    |  52 ++---
 drivers/gpu/drm/xe/xe_execlist.c              |   8 +-
 drivers/gpu/drm/xe/xe_force_wake.c            |  18 +-
 drivers/gpu/drm/xe/xe_ggtt.c                  |  26 +--
 drivers/gpu/drm/xe/xe_gt.c                    |   4 +-
 drivers/gpu/drm/xe/xe_gt_clock.c              |  26 +--
 drivers/gpu/drm/xe/xe_gt_mcr.c                |  30 +--
 drivers/gpu/drm/xe/xe_guc.c                   |   6 +-
 drivers/gpu/drm/xe/xe_guc_ads.c               |   7 +-
 drivers/gpu/drm/xe/xe_guc_pc.c                |  16 +-
 drivers/gpu/drm/xe/xe_hw_engine.c             |  42 ++--
 drivers/gpu/drm/xe/xe_migrate.c               |  73 +++----
 drivers/gpu/drm/xe/xe_mmio.c                  |   3 +-
 drivers/gpu/drm/xe/xe_mocs.c                  |   7 +-
 drivers/gpu/drm/xe/xe_pt.c                    |  40 ++--
 drivers/gpu/drm/xe/xe_reg_whitelist.c         |   2 +-
 drivers/gpu/drm/xe/xe_ring_ops.c              |   8 +-
 drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c        |   2 +-
 drivers/gpu/drm/xe/xe_tuning.c                |   2 +-
 drivers/gpu/drm/xe/xe_vm.c                    |  20 +-
 drivers/gpu/drm/xe/xe_wa.c                    |  84 ++++----
 29 files changed, 388 insertions(+), 383 deletions(-)

-- 
2.39.0


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

end of thread, other threads:[~2023-04-13 15:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-12 23:28 [Intel-xe] [PATCH 0/6] Cleanup gen suffixes/prefixes from registers Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 1/6] drm/xe: Cleanup page-related defines Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 2/6] fixup! drm/i915/display: Remaining changes to make xe compile Lucas De Marchi
2023-04-13  7:17   ` Jani Nikula
2023-04-13  7:19     ` Jani Nikula
2023-04-13 15:31       ` Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 3/6] fixup! drm/i915/display: Allow fbdev to allocate stolen memory Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 4/6] drm/xe: Rename RC0/RC6 macros Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 5/6] drm/xe: Rename instruction field to avoid confusion Lucas De Marchi
2023-04-12 23:28 ` [Intel-xe] [PATCH 6/6] drm/xe: Drop gen prefixes and suffixes from registers Lucas De Marchi
2023-04-13 10:14 ` [Intel-xe] ✓ CI.Patch_applied: success for Cleanup gen suffixes/prefixes " Patchwork
2023-04-13 10:16 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-04-13 10:19 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-04-13 10:40 ` [Intel-xe] ○ CI.BAT: info " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.