summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada/armada_crtc.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2018-07-30 11:52:34 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2018-07-30 11:52:34 +0100
commitd40af7b1ae23da718ba916fcd07f5b064efff921 (patch)
treefa4c494a51f12550bcd22ab87857dd1a5bb69b2a /drivers/gpu/drm/armada/armada_crtc.h
parent3acea7b9b62c282ea3d4d0cd156ca8e35dfa8a8c (diff)
downloadlinux-stable-d40af7b1ae23da718ba916fcd07f5b064efff921.tar.gz
linux-stable-d40af7b1ae23da718ba916fcd07f5b064efff921.tar.bz2
linux-stable-d40af7b1ae23da718ba916fcd07f5b064efff921.zip
drm/armada: move primary plane to separate file
Split out the primary plane support; this is now entirely separate from the CRTC support. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/armada/armada_crtc.h')
-rw-r--r--drivers/gpu/drm/armada/armada_crtc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/gpu/drm/armada/armada_crtc.h b/drivers/gpu/drm/armada/armada_crtc.h
index 79ac0db047c9..2672c5cc0e45 100644
--- a/drivers/gpu/drm/armada/armada_crtc.h
+++ b/drivers/gpu/drm/armada/armada_crtc.h
@@ -54,21 +54,11 @@ struct armada_plane {
};
#define drm_to_armada_plane(p) container_of(p, struct armada_plane, base)
-int armada_drm_plane_init(struct armada_plane *plane);
int armada_drm_plane_work_queue(struct armada_crtc *dcrtc,
struct armada_plane_work *work);
int armada_drm_plane_work_wait(struct armada_plane *plane, long timeout);
void armada_drm_plane_work_cancel(struct armada_crtc *dcrtc,
struct armada_plane *plane);
-void armada_drm_plane_calc_addrs(u32 *addrs, struct drm_framebuffer *fb,
- int x, int y);
-
-int armada_drm_plane_prepare_fb(struct drm_plane *plane,
- struct drm_plane_state *state);
-void armada_drm_plane_cleanup_fb(struct drm_plane *plane,
- struct drm_plane_state *old_state);
-int armada_drm_plane_atomic_check(struct drm_plane *plane,
- struct drm_plane_state *state);
struct armada_crtc {
struct drm_crtc crtc;