]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/atomic: add new drm_debug bit to dump atomic state
authorRob Clark <robdclark@gmail.com>
Sat, 5 Nov 2016 15:08:09 +0000 (11:08 -0400)
committerSean Paul <seanpaul@chromium.org>
Tue, 8 Nov 2016 21:38:03 +0000 (16:38 -0500)
commitfceffb325b30f6a9f0bdee22e65d0b8bb35883af
treef61f4cf41025c9a8612a004f785b4bcd20b70c36
parent1638d30c1584ff8097776d691f5fa5aafa7aeb8c
drm/atomic: add new drm_debug bit to dump atomic state

The contents of drm_{plane,crtc,connector}_state is dumped before
commit.  If a driver extends any of the state structs, it can implement
the corresponding funcs->atomic_print_state() to add it's own driver
specific state.

Signed-off-by: Rob Clark <robdclark@gmail.com>
[seanpaul resolved conflict in drm_plane.h]
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/drm_atomic.c
include/drm/drmP.h
include/drm/drm_connector.h
include/drm/drm_crtc.h
include/drm/drm_plane.h