mbox series

[0/5] drm/panic: Cleanup and add panic description

Message ID 20240723091553.286844-1-jfalempe@redhat.com (mailing list archive)
Headers show
Series drm/panic: Cleanup and add panic description | expand

Message

Jocelyn Falempe July 23, 2024, 9:11 a.m. UTC
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

Comments

Thomas Zimmermann Aug. 7, 2024, 9:15 a.m. UTC | #1
Am 23.07.24 um 11:11 schrieb 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

For the whole series:

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>

>
>   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
Jocelyn Falempe Aug. 12, 2024, 8:19 a.m. UTC | #2
On 23/07/2024 11:11, Jocelyn Falempe wrote:
> 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.

I've pushed it to drm-misc-next.

Thanks,