All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/panic: Cleanup and add panic description
@ 2024-07-23  9:11 Jocelyn Falempe
  2024-07-23  9:11 ` [PATCH 1/5] drm/panic: Remove space before "!" in panic message Jocelyn Falempe
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Jocelyn Falempe @ 2024-07-23  9:11 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Daniel Vetter, Javier Martinez Canillas, Michal Wajdeczko,
	dri-devel
  Cc: Jocelyn Falempe

This small series removes unused export symbols, moves internal include to drm_crtc_internal.h, and adds the panic description, now that kmsg_dump provides this information.

Jocelyn Falempe (5):
  drm/panic: Remove space before "!" in panic message
  drm/panic: Remove useless export symbols
  drm/panic: Move drm_panic_register prototype to drm_crtc_internal.h
  drm/panic: Move copyright notice to the top
  drm/panic: Add panic description

 drivers/gpu/drm/drm_crtc_internal.h |  4 ++++
 drivers/gpu/drm/drm_panic.c         | 27 +++++++++++++++++++++------
 include/drm/drm_panic.h             | 21 ++++++---------------
 3 files changed, 31 insertions(+), 21 deletions(-)


base-commit: f00bfaca704ca1a2c4e31501a0a7d4ee434e73a7
-- 
2.45.2


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

end of thread, other threads:[~2024-08-12  8:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23  9:11 [PATCH 0/5] drm/panic: Cleanup and add panic description Jocelyn Falempe
2024-07-23  9:11 ` [PATCH 1/5] drm/panic: Remove space before "!" in panic message Jocelyn Falempe
2024-07-23  9:11 ` [PATCH 2/5] drm/panic: Remove useless export symbols Jocelyn Falempe
2024-07-23  9:11 ` [PATCH 3/5] drm/panic: Move drm_panic_register prototype to drm_crtc_internal.h Jocelyn Falempe
2024-07-23  9:11 ` [PATCH 4/5] drm/panic: Move copyright notice to the top Jocelyn Falempe
2024-08-07  9:16   ` Daniel Vetter
2024-07-23  9:11 ` [PATCH 5/5] drm/panic: Add panic description Jocelyn Falempe
2024-08-07  9:21   ` Daniel Vetter
2024-08-07  9:56     ` Jocelyn Falempe
2024-08-07  9:15 ` [PATCH 0/5] drm/panic: Cleanup and add " Thomas Zimmermann
2024-08-12  8:19 ` Jocelyn Falempe

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.