diff options
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2014-11-13 22:17:46 -0200 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2015-01-25 21:28:05 +0900 |
commit | 9d5310c024691cadb2dcab1a74b5ab067255f1be (patch) | |
tree | 673101942d111be034e0b46d9e401df52b1e1904 /drivers/gpu/drm/exynos/exynos_drm_plane.h | |
parent | ea8802d3ddde245e8b8a56a19d70e9b97737880f (diff) | |
download | linux-stable-9d5310c024691cadb2dcab1a74b5ab067255f1be.tar.gz linux-stable-9d5310c024691cadb2dcab1a74b5ab067255f1be.tar.bz2 linux-stable-9d5310c024691cadb2dcab1a74b5ab067255f1be.zip |
drm/exynos: remove exynos_plane_commit() wrapper
It's doing nothing but calling exynos_crtc->ops->win_commit(), so let's
call this directly to avoid extra layers of abstraction.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_plane.h')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_plane.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_plane.h b/drivers/gpu/drm/exynos/exynos_drm_plane.h index 0d1986b115f8..3c239891926e 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_plane.h +++ b/drivers/gpu/drm/exynos/exynos_drm_plane.h @@ -14,7 +14,6 @@ int exynos_plane_mode_set(struct drm_plane *plane, struct drm_crtc *crtc, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h); -void exynos_plane_commit(struct drm_plane *plane); void exynos_plane_dpms(struct drm_plane *plane, int mode); struct drm_plane *exynos_plane_init(struct drm_device *dev, unsigned long possible_crtcs, |