crtc_w, crtc_h, x, y, crtc_w, crtc_h);
}
-static int exynos_drm_crtc_mode_set_commit(struct drm_crtc *crtc, int x, int y,
+static int exynos_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y,
struct drm_framebuffer *old_fb)
{
struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc);
crtc_w, crtc_h, x, y, crtc_w, crtc_h);
}
-static int exynos_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y,
- struct drm_framebuffer *old_fb)
-{
- return exynos_drm_crtc_mode_set_commit(crtc, x, y, old_fb);
-}
-
static void exynos_drm_crtc_disable(struct drm_crtc *crtc)
{
struct drm_plane *plane;