Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Introduce DRM device wedged event
@ 2024-09-17  4:02 Raag Jadav
  2024-09-17  4:02 ` [PATCH v5 1/4] drm: Introduce " Raag Jadav
                   ` (11 more replies)
  0 siblings, 12 replies; 28+ messages in thread
From: Raag Jadav @ 2024-09-17  4:02 UTC (permalink / raw)
  To: airlied, simona, lucas.demarchi, thomas.hellstrom, rodrigo.vivi,
	jani.nikula, joonas.lahtinen, tursulin, lina
  Cc: intel-xe, intel-gfx, dri-devel, himal.prasad.ghimiray,
	francois.dugast, aravind.iddamsetty, anshuman.gupta, andi.shyti,
	andriy.shevchenko, matthew.d.roper, Raag Jadav

This series introduces device wedged event in DRM subsystem and uses
it in xe and i915 drivers. Detailed description in commit message.

This was earlier attempted as xe specific uevent in v1 and v2.
https://patchwork.freedesktop.org/series/136909/

v2: Change authorship to Himal (Aravind)
    Add uevent for all device wedged cases (Aravind)
v3: Generic re-implementation in DRM subsystem (Lucas)
v4: s/drm_dev_wedged/drm_dev_wedged_event
    Use drm_info() (Jani)
    Kernel doc adjustment (Aravind)
    Change authorship to Raag (Aravind)
v5: Send recovery method with uevent (Lina)
    Expose supported recovery methods via sysfs (Lucas)

Raag Jadav (4):
  drm: Introduce device wedged event
  drm: Expose wedge recovery methods
  drm/xe: Use device wedged event
  drm/i915: Use device wedged event

 drivers/gpu/drm/drm_drv.c             | 37 +++++++++++++++++++++++++++
 drivers/gpu/drm/drm_sysfs.c           | 23 +++++++++++++++++
 drivers/gpu/drm/i915/gt/intel_reset.c |  2 ++
 drivers/gpu/drm/i915/i915_driver.c    | 10 ++++++++
 drivers/gpu/drm/xe/xe_device.c        | 17 ++++++++++--
 drivers/gpu/drm/xe/xe_device.h        |  1 +
 drivers/gpu/drm/xe/xe_pci.c           |  2 ++
 include/drm/drm_device.h              | 24 +++++++++++++++++
 include/drm/drm_drv.h                 |  1 +
 9 files changed, 115 insertions(+), 2 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-09-20 14:28 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-17  4:02 [PATCH v5 0/4] Introduce DRM device wedged event Raag Jadav
2024-09-17  4:02 ` [PATCH v5 1/4] drm: Introduce " Raag Jadav
2024-09-19  7:43   ` Jani Nikula
2024-09-17  4:02 ` [PATCH v5 2/4] drm: Expose wedge recovery methods Raag Jadav
2024-09-17  7:49   ` Jani Nikula
2024-09-19  4:05     ` Raag Jadav
2024-09-19  7:38       ` Jani Nikula
2024-09-19  8:38         ` Raag Jadav
2024-09-19  9:24           ` Jani Nikula
2024-09-19 11:33             ` Raag Jadav
2024-09-19 11:39               ` Jani Nikula
2024-09-19 13:45           ` Andy Shevchenko
2024-09-20 11:18             ` Raag Jadav
2024-09-20 14:27               ` Andy Shevchenko
2024-09-17  4:02 ` [PATCH v5 3/4] drm/xe: Use device wedged event Raag Jadav
2024-09-17  4:41   ` Ghimiray, Himal Prasad
2024-09-17  6:38     ` Raag Jadav
2024-09-17  8:03       ` Ghimiray, Himal Prasad
2024-09-17  8:18         ` Aravind Iddamsetty
2024-09-17  4:02 ` [PATCH v5 4/4] drm/i915: " Raag Jadav
2024-09-17  4:09 ` ✓ CI.Patch_applied: success for Introduce DRM device wedged event (rev3) Patchwork
2024-09-17  4:10 ` ✗ CI.checkpatch: warning " Patchwork
2024-09-17  4:12 ` ✓ CI.KUnit: success " Patchwork
2024-09-17  4:35 ` ✓ CI.Build: " Patchwork
2024-09-17  4:38 ` ✓ CI.Hooks: " Patchwork
2024-09-17  4:39 ` ✗ CI.checksparse: warning " Patchwork
2024-09-17  5:24 ` ✗ CI.BAT: failure " Patchwork
2024-09-17  7:31 ` ✓ CI.FULL: success " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox