diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-05-04 04:31:56 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-06-02 03:57:26 -0400 |
commit | 41aff42ae6e3e9dbb800640fe3bb62383d4aa6e3 (patch) | |
tree | eb1df6093c9df7aa8216f1f75304e80eb46816f2 /drivers/gpu/drm/omapdrm/omap_fb.c | |
parent | c2e52e32049c0e94aa35a0635a2b150478ef3b2a (diff) |
drm/omap: rename color_mode to fourcc
Now that we use fourccs, we can also rename the 'color_mode' variables
to 'fourcc'.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fb.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_fb.c | 2 |
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; |