]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/imx/ipuv3-plane.c
Merge tag 'fbdev-v4.13' of git://github.com/bzolnier/linux
[karo-tx-linux.git] / drivers / gpu / drm / imx / ipuv3-plane.c
index d63e853a030064e3719787b5ba04a1241bedaa28..49546222c6d398540a50025076c952f8444b7c66 100644 (file)
@@ -273,7 +273,7 @@ void ipu_plane_state_reset(struct drm_plane *plane)
 
        if (ipu_state) {
                ipu_state->base.plane = plane;
-               ipu_state->base.rotation = DRM_ROTATE_0;
+               ipu_state->base.rotation = DRM_MODE_ROTATE_0;
        }
 
        plane->state = &ipu_state->base;