commit | dd275956aa176cf2ff00d5437c45f1552f1f3a11 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Nov 25 20:29:46 2014 -0500 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Nov 27 15:39:09 2014 +0100 |
tree | 254ccf20f46968b64784cd31ea7fb4cf38f28248 | |
parent | 6ddd388ab222b66b596342becc76d5031c0e2fc8 [diff] |
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>