All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 00/11] Updates for drm/xe/configfs
@ 2025-07-29 11:42 Michal Wajdeczko
  2025-07-29 11:42 ` [PATCH v5 01/11] drm/xe: Simplify module initialization code Michal Wajdeczko
                   ` (13 more replies)
  0 siblings, 14 replies; 29+ messages in thread
From: Michal Wajdeczko @ 2025-07-29 11:42 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko

v4: https://patchwork.freedesktop.org/series/151773/#rev5
v5: separate mutex_destroy/pr_err changes (Rodrigo)
    drop use mutex from xe_configfs subsystem (Rodrigo)

Michal Wajdeczko (11):
  drm/xe: Simplify module initialization code
  drm/xe: Print module init abort code
  drm/xe/configfs: Destroy xe_configfs.su_mutex on exit/error
  drm/xe/configfs: Drop redundant init() error message
  drm/xe/configfs: Rename struct xe_config_device
  drm/xe/configfs: Rename configfs_find_group() helper
  drm/xe/configfs: Reintroduce struct xe_config_device
  drm/xe/configfs: Keep default device config settings together
  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 | 140 ++++++++++++++++++++++++-------
 drivers/gpu/drm/xe/xe_configfs.h |   2 +
 drivers/gpu/drm/xe/xe_module.c   |  29 +++----
 drivers/gpu/drm/xe/xe_pci.c      |   3 +
 4 files changed, 125 insertions(+), 49 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-08-05 12:55 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 11:42 [PATCH v5 00/11] Updates for drm/xe/configfs Michal Wajdeczko
2025-07-29 11:42 ` [PATCH v5 01/11] drm/xe: Simplify module initialization code Michal Wajdeczko
2025-07-29 11:42 ` [PATCH v5 02/11] drm/xe: Print module init abort code Michal Wajdeczko
2025-07-29 11:42 ` [PATCH v5 03/11] drm/xe/configfs: Destroy xe_configfs.su_mutex on exit/error Michal Wajdeczko
2025-07-29 21:31   ` Rodrigo Vivi
2025-08-05 12:49   ` Lucas De Marchi
2025-07-29 11:42 ` [PATCH v5 04/11] drm/xe/configfs: Drop redundant init() error message Michal Wajdeczko
2025-07-29 17:58   ` John Harrison
2025-08-05 12:55   ` Lucas De Marchi
2025-07-29 11:42 ` [PATCH v5 05/11] drm/xe/configfs: Rename struct xe_config_device Michal Wajdeczko
2025-07-29 11:42 ` [PATCH v5 06/11] drm/xe/configfs: Rename configfs_find_group() helper Michal Wajdeczko
2025-07-29 11:42 ` [PATCH v5 07/11] drm/xe/configfs: Reintroduce struct xe_config_device Michal Wajdeczko
2025-07-29 11:42 ` [PATCH v5 08/11] drm/xe/configfs: Keep default device config settings together Michal Wajdeczko
2025-07-29 11:42 ` [PATCH v5 09/11] drm/xe/configfs: Check if device was preconfigured Michal Wajdeczko
2025-07-29 11:42 ` [PATCH v5 10/11] drm/xe/configfs: Only allow configurations for supported devices Michal Wajdeczko
2025-07-29 21:40   ` Rodrigo Vivi
2025-07-29 22:20     ` John Harrison
2025-07-30  8:23       ` Michal Wajdeczko
2025-07-30 16:30         ` Rodrigo Vivi
2025-07-30 17:12           ` John Harrison
2025-07-30 18:28             ` Rodrigo Vivi
2025-07-30 19:57               ` Michal Wajdeczko
2025-07-30 20:08                 ` Rodrigo Vivi
2025-07-30 20:10                   ` John Harrison
2025-07-29 11:42 ` [PATCH v5 11/11] drm/xe/configfs: Allow adding configurations for future VFs Michal Wajdeczko
2025-07-29 21:50   ` Rodrigo Vivi
2025-07-29 12:03 ` ✓ CI.KUnit: success for Updates for drm/xe/configfs (rev6) Patchwork
2025-07-29 13:16 ` ✓ Xe.CI.BAT: " Patchwork
2025-07-29 18:55 ` ✗ Xe.CI.Full: failure " 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.