From: Rob Clark <robdclark@gmail.com>
To: dri-devel@lists.freedesktop.org
Subject: [PATCH 0/7] drm: add atomic state logging and debugfs
Date: Sat, 5 Nov 2016 11:08:05 -0400 [thread overview]
Message-ID: <1478358492-30738-1-git-send-email-robdclark@gmail.com> (raw)
I realized that I had not re-sent this after updating from review
comments, and adding kerneldoc.
The drm/msm bits I can include in my msm-next pull-req for 4.10. Just
including them here to show example usage.
There will be a minor conflict to resolve around drm_get_format_name(),
depending on what the final solution there is. But that should be
trivial. If needed I can rebase after that lands. But would be nice
if this ended up in drm-next for 4.10 so that I can land the drm/msm
bits (and some later patches that use drm_printer to dump SMP state
in debugfs and on error irqs)
Rob Clark (7):
drm: helper macros to print composite types
drm: add helper for printing to log or seq_file
drm: add helpers to go from plane state to drm_rect
drm/atomic: add new drm_debug bit to dump atomic state
drm/atomic: add debugfs file to dump out atomic state
drm/msm/mdp5: add atomic_print_state support
drm/msm: module param to dump state on error irq
Documentation/gpu/drm-internals.rst | 17 ++++
drivers/gpu/drm/Makefile | 2 +-
drivers/gpu/drm/drm_atomic.c | 156 ++++++++++++++++++++++++++++++
drivers/gpu/drm/drm_debugfs.c | 9 ++
drivers/gpu/drm/drm_modes.c | 8 +-
drivers/gpu/drm/drm_plane_helper.c | 11 +--
drivers/gpu/drm/drm_print.c | 54 +++++++++++
drivers/gpu/drm/drm_rect.c | 11 +--
drivers/gpu/drm/i915/intel_display.c | 10 +-
drivers/gpu/drm/i915/intel_sprite.c | 11 +--
drivers/gpu/drm/msm/mdp/mdp4/mdp4_irq.c | 10 ++
drivers/gpu/drm/msm/mdp/mdp5/mdp5_irq.c | 11 +++
drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.h | 12 +++
drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c | 18 +++-
drivers/gpu/drm/msm/msm_drv.c | 4 +
include/drm/drmP.h | 22 +++++
include/drm/drm_atomic.h | 7 ++
include/drm/drm_connector.h | 13 +++
include/drm/drm_crtc.h | 13 +++
include/drm/drm_plane.h | 36 +++++++
include/drm/drm_print.h | 117 ++++++++++++++++++++++
21 files changed, 508 insertions(+), 44 deletions(-)
create mode 100644 drivers/gpu/drm/drm_print.c
create mode 100644 include/drm/drm_print.h
--
2.7.4
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2016-11-05 15:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-05 15:08 Rob Clark [this message]
2016-11-05 15:08 ` [PATCH 1/7] drm: helper macros to print composite types Rob Clark
2016-11-05 15:08 ` [PATCH 2/7] drm: add helper for printing to log or seq_file Rob Clark
2016-11-05 15:08 ` [PATCH 3/7] drm: add helpers to go from plane state to drm_rect Rob Clark
2016-11-05 15:08 ` [PATCH 4/7] drm/atomic: add new drm_debug bit to dump atomic state Rob Clark
2016-11-05 15:08 ` [PATCH 5/7] drm/atomic: add debugfs file to dump out " Rob Clark
2016-11-05 15:08 ` [PATCH 6/7] drm/msm/mdp5: add atomic_print_state support Rob Clark
2016-11-05 15:08 ` [PATCH 7/7] drm/msm: module param to dump state on error irq Rob Clark
2016-11-08 21:39 ` [PATCH 0/7] drm: add atomic state logging and debugfs Sean Paul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1478358492-30738-1-git-send-email-robdclark@gmail.com \
--to=robdclark@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.