]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/exynos/exynos_drm_plane.c
drm/exynos: atomic phase 3: atomic updates of planes
[karo-tx-linux.git] / drivers / gpu / drm / exynos / exynos_drm_plane.c
index 42fcaca7087b33eb35eaf21b1bb8647cf0392b18..fc332b409870f8b1d29c338ef0c1b3954be3356a 100644 (file)
@@ -168,8 +168,8 @@ exynos_update_plane(struct drm_plane *plane, struct drm_crtc *crtc,
 }
 
 static struct drm_plane_funcs exynos_plane_funcs = {
-       .update_plane   = drm_plane_helper_update,
-       .disable_plane  = drm_plane_helper_disable,
+       .update_plane   = drm_atomic_helper_update_plane,
+       .disable_plane  = drm_atomic_helper_disable_plane,
        .destroy        = drm_plane_cleanup,
        .reset = drm_atomic_helper_plane_reset,
        .atomic_duplicate_state = drm_atomic_helper_plane_duplicate_state,