aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fb.c')
-rw-r--r--drivers/gpu/drm/omapdrm/omap_fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_fb.c b/drivers/gpu/drm/omapdrm/omap_fb.c
index 16b510dcee2f..c5b2088ee168 100644
--- a/drivers/gpu/drm/omapdrm/omap_fb.c
+++ b/drivers/gpu/drm/omapdrm/omap_fb.c
@@ -132,7 +132,7 @@ void omap_framebuffer_update_scanout(struct drm_framebuffer *fb,
132 struct plane *plane = &omap_fb->planes[0]; 132 struct plane *plane = &omap_fb->planes[0];
133 uint32_t x, y, orient = 0; 133 uint32_t x, y, orient = 0;
134 134
135 info->color_mode = fb->format->format; 135 info->fourcc = fb->format->format;
136 136
137 info->pos_x = win->crtc_x; 137 info->pos_x = win->crtc_x;
138 info->pos_y = win->crtc_y; 138 info->pos_y = win->crtc_y;