dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] drm: Add panic handling
@ 2016-09-11 18:47 Noralf Trønnes
  2016-09-11 18:47 ` [PATCH 1/3] drm: Add support for panic message output Noralf Trønnes
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Noralf Trønnes @ 2016-09-11 18:47 UTC (permalink / raw)
  To: dri-devel; +Cc: laurent.pinchart

This patchset adds a way for DRM drivers to display kernel messages
during panic().

This version have lots of changes based on Daniel's review of the RFC
where he proposed a different way of interacting with the driver.

I have used this script to run some tests on the rendering code:
https://gist.github.com/notro/4f42ec20e1be1d47c98fa749ca53c805


Noralf.


Noralf Trønnes (3):
  drm: Add support for panic message output
  drm/fb_cma_helper: Add panic handling
  drm/simpledrm: Add panic handling

 drivers/gpu/drm/Kconfig                   |   1 +
 drivers/gpu/drm/Makefile                  |   2 +-
 drivers/gpu/drm/drm_drv.c                 |   3 +
 drivers/gpu/drm/drm_fb_cma_helper.c       |  10 +
 drivers/gpu/drm/drm_framebuffer.c         | 108 +++++
 drivers/gpu/drm/drm_internal.h            |   4 +
 drivers/gpu/drm/drm_panic.c               | 640 ++++++++++++++++++++++++++++++
 drivers/gpu/drm/simpledrm/simpledrm_kms.c |  11 +
 include/drm/drm_framebuffer.h             |  40 ++
 9 files changed, 818 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpu/drm/drm_panic.c

--
2.8.2

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-10-06 10:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 18:47 [PATCH 0/3] drm: Add panic handling Noralf Trønnes
2016-09-11 18:47 ` [PATCH 1/3] drm: Add support for panic message output Noralf Trønnes
2016-09-12 18:09   ` Noralf Trønnes
2016-09-11 18:47 ` [PATCH 2/3] drm/fb_cma_helper: Add panic handling Noralf Trønnes
2016-10-05 13:22   ` Laurent Pinchart
2016-10-05 19:36     ` Noralf Trønnes
2016-10-06  9:12       ` Daniel Vetter
2016-10-06 10:17         ` Laurent Pinchart
2016-09-11 18:47 ` [PATCH 3/3] drm/simpledrm: " Noralf Trønnes
2016-10-02 13:47 ` [PATCH 0/3] drm: " Noralf Trønnes
2016-10-05 13:14   ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).