]> git.baikalelectronics.ru Git - kernel.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)
commit4fbd923f41409782c6b785065aed1203cc72a662
treef61f4cf41025c9a8612a004f785b4bcd20b70c36
parentc6f8154ae6071fd230f86ed0e03481d9b5d8c3af
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