]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/armada: move frame wait into armada_frame
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 15 Jul 2015 17:11:25 +0000 (18:11 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 1 Oct 2015 13:33:28 +0000 (14:33 +0100)
commit5740d27fa5594344ed4d2c18d7ae7bea69002004
tree0492fb981e3d3ac7c19b2a83e91d911adb362aa3
parent6908cf755af74b38d67195ee6607976a55f53d95
drm/armada: move frame wait into armada_frame

Both the CRTC and overlay frames have their own wait queues.  It would
make more sense if these were part of the plane - the primary plane for
the CRTC and overlay plane for the overlay.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/armada/armada_crtc.c
drivers/gpu/drm/armada/armada_crtc.h
drivers/gpu/drm/armada/armada_overlay.c