]> Git Repo - J-linux.git/blobdiff - drivers/gpu/drm/meson/meson_plane.c
Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc...
[J-linux.git] / drivers / gpu / drm / meson / meson_plane.c
index 0b6011b8d6321a2e32e7aaaace5d85828e725d8b..27bd3503e1e49eb82b51a9b2cf11bfd7593da20a 100644 (file)
@@ -61,10 +61,10 @@ static int meson_plane_atomic_check(struct drm_plane *plane,
        clip.x2 = crtc_state->mode.hdisplay;
        clip.y2 = crtc_state->mode.vdisplay;
 
-       return drm_plane_helper_check_state(state, &clip,
-                                           DRM_PLANE_HELPER_NO_SCALING,
-                                           DRM_PLANE_HELPER_NO_SCALING,
-                                           true, true);
+       return drm_atomic_helper_check_plane_state(state, crtc_state, &clip,
+                                                  DRM_PLANE_HELPER_NO_SCALING,
+                                                  DRM_PLANE_HELPER_NO_SCALING,
+                                                  true, true);
 }
 
 /* Takes a fixed 16.16 number and converts it to integer. */
This page took 0.030088 seconds and 4 git commands to generate.