All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add proper detection of the SR-IOV VF mode
@ 2024-03-27 18:27 Michal Wajdeczko
  2024-03-27 18:27 ` [PATCH 1/3] drm/xe: Separate pure MMIO init from VRAM checkout Michal Wajdeczko
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Michal Wajdeczko @ 2024-03-27 18:27 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko

SR-IOV VF mode detection is based on testing VF capability bit on
the register that is accessible from both the PF and enabled VFs.

Michal Wajdeczko (3):
  drm/xe: Separate pure MMIO init from VRAM checkout
  drm/xe: Move SR-IOV probe to xe_device_probe_early()
  drm/xe/vf: Add proper detection of the SR-IOV VF mode

 drivers/gpu/drm/xe/regs/xe_sriov_regs.h |  3 ++
 drivers/gpu/drm/xe/xe_device.c          |  4 +-
 drivers/gpu/drm/xe/xe_mmio.c            | 59 ++++++++++---------------
 drivers/gpu/drm/xe/xe_mmio.h            |  2 +-
 drivers/gpu/drm/xe/xe_pci.c             |  2 -
 drivers/gpu/drm/xe/xe_sriov.c           | 21 +++++++--
 drivers/gpu/drm/xe/xe_sriov.h           |  2 +-
 7 files changed, 49 insertions(+), 44 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-03-28 12:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27 18:27 [PATCH 0/3] Add proper detection of the SR-IOV VF mode Michal Wajdeczko
2024-03-27 18:27 ` [PATCH 1/3] drm/xe: Separate pure MMIO init from VRAM checkout Michal Wajdeczko
2024-03-27 22:51   ` Matt Roper
2024-03-27 18:27 ` [PATCH 2/3] drm/xe: Move SR-IOV probe to xe_device_probe_early() Michal Wajdeczko
2024-03-27 22:57   ` Matt Roper
2024-03-27 18:27 ` [PATCH 3/3] drm/xe/vf: Add proper detection of the SR-IOV VF mode Michal Wajdeczko
2024-03-27 23:01   ` Matt Roper
2024-03-28 12:39     ` Michal Wajdeczko
2024-03-27 18:33 ` ✓ CI.Patch_applied: success for " Patchwork
2024-03-27 18:33 ` ✓ CI.checkpatch: " Patchwork
2024-03-27 18:34 ` ✓ CI.KUnit: " Patchwork
2024-03-27 18:49 ` ✓ CI.Build: " Patchwork
2024-03-27 18:52 ` ✓ CI.Hooks: " Patchwork
2024-03-27 18:54 ` ✓ CI.checksparse: " Patchwork
2024-03-27 19:18 ` ✓ CI.BAT: " Patchwork
2024-03-28 12:44   ` Michal Wajdeczko

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.