aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2014-11-25 20:29:46 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-11-27 15:39:09 +0100
commitdd275956aa176cf2ff00d5437c45f1552f1f3a11 (patch)
tree254ccf20f46968b64784cd31ea7fb4cf38f28248 /Documentation/DocBook/drm.tmpl
parentdrm/atomic: track bitmask of planes attached to crtc (diff)
downloadlinux-dev-dd275956aa176cf2ff00d5437c45f1552f1f3a11.tar.xz
linux-dev-dd275956aa176cf2ff00d5437c45f1552f1f3a11.zip
drm/atomic: add plane iterator macros
Add helper macros to iterate the current, or incoming set of planes attached to a crtc. These helpers are only available for drivers converted to use atomic-helpers. Signed-off-by: Rob Clark <robdclark@gmail.com> [danvet: Squash in fixup from Rob to move the planemask iterator to drm_crtc.h and document it. That one is needed by the atomic ioctl so can't be in a helper library.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to '')
-rw-r--r--Documentation/DocBook/drm.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 8c54f9a393cf..3789f2db3c21 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -2343,6 +2343,7 @@ void intel_crt_init(struct drm_device *dev)
<title>Atomic State Reset and Initialization</title>
!Pdrivers/gpu/drm/drm_atomic_helper.c atomic state reset and initialization
</sect3>
+!Iinclude/drm/drm_atomic_helper.h
!Edrivers/gpu/drm/drm_atomic_helper.c
</sect2>
<sect2>