All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH v2 0/4] Convert xe_mmio to struct xe_reg
@ 2023-05-08 22:53 Lucas De Marchi
  2023-05-08 22:53 ` [Intel-xe] [PATCH v2 1/4] drm/xe/mmio: Use " Lucas De Marchi
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Lucas De Marchi @ 2023-05-08 22:53 UTC (permalink / raw)
  To: intel-xe; +Cc: Lucas De Marchi, Rodrigo Vivi

Now that struct xe_reg is in place, convert xe_mmio to use it so we
avoid mistakes of passing the wrong argument.

v2:
  - First 2 patches from v1 already applied
  - Drop controversial patch, "drm/xe: Use media base for GMD_ID access"
  - Rebase on latest force pushes with display refactors

Lucas De Marchi (4):
  drm/xe/mmio: Use struct xe_reg
  fixup! drm/xe/display: Implement display support
  drm/xe: Rename reg field to addr
  drm/xe: Fix indent in xe_hw_engine_print_state()

 .../drm/xe/compat-i915-headers/intel_uncore.h | 103 +++++++++----
 drivers/gpu/drm/xe/regs/xe_reg_defs.h         |   6 +-
 drivers/gpu/drm/xe/tests/xe_rtp_test.c        |   2 +-
 drivers/gpu/drm/xe/xe_device.c                |   2 +-
 drivers/gpu/drm/xe/xe_execlist.c              |  18 +--
 drivers/gpu/drm/xe/xe_force_wake.c            |  25 ++--
 drivers/gpu/drm/xe/xe_force_wake_types.h      |   6 +-
 drivers/gpu/drm/xe/xe_ggtt.c                  |   6 +-
 drivers/gpu/drm/xe/xe_gt.c                    |   4 +-
 drivers/gpu/drm/xe/xe_gt_clock.c              |   6 +-
 drivers/gpu/drm/xe/xe_gt_mcr.c                |  39 ++---
 drivers/gpu/drm/xe/xe_gt_topology.c           |  18 +--
 drivers/gpu/drm/xe/xe_guc.c                   |  61 ++++----
 drivers/gpu/drm/xe/xe_guc_ads.c               |   5 +-
 drivers/gpu/drm/xe/xe_guc_pc.c                |  32 ++--
 drivers/gpu/drm/xe/xe_guc_types.h             |   3 +-
 drivers/gpu/drm/xe/xe_huc.c                   |   4 +-
 drivers/gpu/drm/xe/xe_hw_engine.c             | 103 +++++++------
 drivers/gpu/drm/xe/xe_irq.c                   | 140 +++++++++---------
 drivers/gpu/drm/xe/xe_mmio.c                  |  33 +++--
 drivers/gpu/drm/xe/xe_mmio.h                  |  55 +++----
 drivers/gpu/drm/xe/xe_mocs.c                  |  11 +-
 drivers/gpu/drm/xe/xe_pat.c                   |  14 +-
 drivers/gpu/drm/xe/xe_pci.c                   |   4 +-
 drivers/gpu/drm/xe/xe_pcode.c                 |  16 +-
 drivers/gpu/drm/xe/xe_reg_sr.c                |  18 ++-
 drivers/gpu/drm/xe/xe_ring_ops.c              |  11 +-
 drivers/gpu/drm/xe/xe_rtp.c                   |   2 +-
 drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c        |   4 +-
 drivers/gpu/drm/xe/xe_uc_fw.c                 |  16 +-
 drivers/gpu/drm/xe/xe_wopcm.c                 |  16 +-
 31 files changed, 429 insertions(+), 354 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-05-09 20:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-08 22:53 [Intel-xe] [PATCH v2 0/4] Convert xe_mmio to struct xe_reg Lucas De Marchi
2023-05-08 22:53 ` [Intel-xe] [PATCH v2 1/4] drm/xe/mmio: Use " Lucas De Marchi
2023-05-09 15:24   ` Rodrigo Vivi
2023-05-08 22:53 ` [Intel-xe] [PATCH v2 2/4] fixup! drm/xe/display: Implement display support Lucas De Marchi
2023-05-09 15:26   ` Rodrigo Vivi
2023-05-09 17:09     ` Lucas De Marchi
2023-05-09 17:16       ` Rodrigo Vivi
2023-05-08 22:53 ` [Intel-xe] [PATCH v2 3/4] drm/xe: Rename reg field to addr Lucas De Marchi
2023-05-09 15:27   ` Rodrigo Vivi
2023-05-08 22:53 ` [Intel-xe] [PATCH v2 4/4] drm/xe: Fix indent in xe_hw_engine_print_state() Lucas De Marchi
2023-05-08 22:56 ` [Intel-xe] ✓ CI.Patch_applied: success for Convert xe_mmio to struct xe_reg (rev2) Patchwork
2023-05-09 20:01 ` [Intel-xe] [PATCH v2 0/4] Convert xe_mmio to struct xe_reg Lucas De Marchi

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.