aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_plane.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_plane.c')
-rw-r--r--drivers/gpu/drm/omapdrm/omap_plane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_plane.c b/drivers/gpu/drm/omapdrm/omap_plane.c
index 2899435cad6e..161233cbc9a0 100644
--- a/drivers/gpu/drm/omapdrm/omap_plane.c
+++ b/drivers/gpu/drm/omapdrm/omap_plane.c
@@ -65,7 +65,7 @@ static void omap_plane_atomic_update(struct drm_plane *plane,
65 info.rotation_type = OMAP_DSS_ROT_NONE; 65 info.rotation_type = OMAP_DSS_ROT_NONE;
66 info.rotation = DRM_MODE_ROTATE_0; 66 info.rotation = DRM_MODE_ROTATE_0;
67 info.global_alpha = 0xff; 67 info.global_alpha = 0xff;
68 info.zorder = state->zpos; 68 info.zorder = state->normalized_zpos;
69 69
70 /* update scanout: */ 70 /* update scanout: */
71 omap_framebuffer_update_scanout(state->fb, state, &info); 71 omap_framebuffer_update_scanout(state->fb, state, &info);