Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Update MMIO read/write functions
@ 2024-01-16 14:56 Michal Wajdeczko
  2024-01-16 14:56 ` [PATCH 1/6] drm/xe: Assert size of the struct xe_reg Michal Wajdeczko
                   ` (12 more replies)
  0 siblings, 13 replies; 22+ messages in thread
From: Michal Wajdeczko @ 2024-01-16 14:56 UTC (permalink / raw)
  To: intel-xe; +Cc: Matt Roper, Lucas De Marchi

Prepare MMIO read/write functions for future SR-IOV specific enhancements.

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Gustavo Sousa <gustavo.sousa@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>

Michal Wajdeczko (6):
  drm/xe: Assert size of the struct xe_reg
  drm/xe: Define XE_REG_OPTION_VF
  drm/xe: Mark VF accessible GuC registers
  drm/xe: Mark VF accessible global registers
  drm/xe: Mark VF accessible GT registers
  drm/xe: Make xe_mmio_read|write() functions non-inline

 drivers/gpu/drm/xe/regs/xe_gt_regs.h  | 46 +++++++--------
 drivers/gpu/drm/xe/regs/xe_guc_regs.h |  8 +--
 drivers/gpu/drm/xe/regs/xe_reg_defs.h | 14 +++++
 drivers/gpu/drm/xe/regs/xe_regs.h     |  2 +-
 drivers/gpu/drm/xe/xe_mmio.c          | 72 ++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_mmio.h          | 81 +++------------------------
 6 files changed, 121 insertions(+), 102 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-02-13 18:41 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16 14:56 [PATCH 0/6] Update MMIO read/write functions Michal Wajdeczko
2024-01-16 14:56 ` [PATCH 1/6] drm/xe: Assert size of the struct xe_reg Michal Wajdeczko
2024-01-17 23:21   ` Matt Roper
2024-01-16 14:56 ` [PATCH 2/6] drm/xe: Define XE_REG_OPTION_VF Michal Wajdeczko
2024-01-17 23:23   ` Matt Roper
2024-01-17 23:36   ` Lucas De Marchi
2024-01-16 14:56 ` [PATCH 3/6] drm/xe: Mark VF accessible GuC registers Michal Wajdeczko
2024-01-17 23:26   ` Matt Roper
2024-01-16 14:56 ` [PATCH 4/6] drm/xe: Mark VF accessible global registers Michal Wajdeczko
2024-01-17 23:28   ` Matt Roper
2024-01-16 14:56 ` [PATCH 5/6] drm/xe: Mark VF accessible GT registers Michal Wajdeczko
2024-01-17 23:41   ` Matt Roper
2024-02-13 18:41     ` Michal Wajdeczko
2024-01-16 14:56 ` [PATCH 6/6] drm/xe: Make xe_mmio_read|write() functions non-inline Michal Wajdeczko
2024-01-17 23:43   ` Matt Roper
2024-01-16 14:59 ` ✓ CI.Patch_applied: success for Update MMIO read/write functions Patchwork
2024-01-16 14:59 ` ✗ CI.checkpatch: warning " Patchwork
2024-01-16 15:00 ` ✓ CI.KUnit: success " Patchwork
2024-01-16 15:07 ` ✓ CI.Build: " Patchwork
2024-01-16 15:07 ` ✓ CI.Hooks: " Patchwork
2024-01-16 15:09 ` ✓ CI.checksparse: " Patchwork
2024-01-16 15:31 ` ✓ 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