All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Updates for drm/xe/configfs
@ 2025-07-22 14:10 Michal Wajdeczko
  2025-07-22 14:10 ` [PATCH v3 1/6] drm/xe/configfs: Fix pci_dev reference leak Michal Wajdeczko
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Michal Wajdeczko @ 2025-07-22 14:10 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko

v1: https://patchwork.freedesktop.org/series/151773/#rev1
v2: https://patchwork.freedesktop.org/series/151773/#rev2
    keep using %x for function scanf (Lucas)
v3: check if device matches driver device ID list
    more checks when trying to configure future VF
    print debug message if configfs was found

Michal Wajdeczko (6):
  drm/xe/configfs: Fix pci_dev reference leak
  drm/xe/configfs: Enforce canonical device names
  drm/xe/configfs: Use pci_name() for lookup
  drm/xe/configfs: Check if device was preconfigured
  drm/xe/configfs: Only allow configurations for supported devices
  drm/xe/configfs: Allow adding configurations for future VFs

 drivers/gpu/drm/xe/xe_configfs.c | 83 +++++++++++++++++++++++++++-----
 drivers/gpu/drm/xe/xe_configfs.h |  2 +
 drivers/gpu/drm/xe/xe_pci.c      |  3 ++
 3 files changed, 77 insertions(+), 11 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-07-25 13:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 14:10 [PATCH v3 0/6] Updates for drm/xe/configfs Michal Wajdeczko
2025-07-22 14:10 ` [PATCH v3 1/6] drm/xe/configfs: Fix pci_dev reference leak Michal Wajdeczko
2025-07-22 14:10 ` [PATCH v3 2/6] drm/xe/configfs: Enforce canonical device names Michal Wajdeczko
2025-07-22 14:10 ` [PATCH v3 3/6] drm/xe/configfs: Use pci_name() for lookup Michal Wajdeczko
2025-07-22 14:10 ` [PATCH v3 4/6] drm/xe/configfs: Check if device was preconfigured Michal Wajdeczko
2025-07-24 15:17   ` Lucas De Marchi
2025-07-24 15:51     ` Michal Wajdeczko
2025-07-24 16:41       ` Lucas De Marchi
2025-07-22 14:10 ` [PATCH v3 5/6] drm/xe/configfs: Only allow configurations for supported devices Michal Wajdeczko
2025-07-22 14:10 ` [PATCH v3 6/6] drm/xe/configfs: Allow adding configurations for future VFs Michal Wajdeczko
2025-07-25 13:16   ` Lucas De Marchi
2025-07-22 15:45 ` ✓ CI.KUnit: success for Updates for drm/xe/configfs (rev4) Patchwork
2025-07-22 16:23 ` ✓ Xe.CI.BAT: " Patchwork
2025-07-22 20:57 ` ✗ Xe.CI.Full: failure " Patchwork
2025-07-23 17:15   ` Michal Wajdeczko
2025-07-25 13:51 ` [PATCH v3 0/6] Updates for drm/xe/configfs 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.