]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/atomic-helper: Export both plane and modeset check helpers
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 26 Nov 2014 15:57:41 +0000 (16:57 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 17 Dec 2014 19:23:22 +0000 (20:23 +0100)
commitd9b13620fa09d2652008f96e083592c772532fd1
tree418292e212afc0e8242e27097955d7cc6fbb68eb
parent4b08eae52f2f73723dbc4dd4d251eb60a7d8c0e1
drm/atomic-helper: Export both plane and modeset check helpers

The default call sequence for these two parts won't fit for all
drivers. So export the two pieces and explain with a bit of kerneldoc
when each should be called.

v2: Squash in fixup from Rob to actually add the newly exported
functions to headers

Cc: Rob Clark <robdclark@gmail.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/drm_atomic_helper.c
include/drm/drm_atomic_helper.h
include/drm/drm_crtc.h