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>
This commit is contained in:
Tomi Valkeinen
2017-05-04 11:31:56 +03:00
parent c2e52e3204
commit 41aff42ae6
5 changed files with 58 additions and 63 deletions

View File

@@ -268,7 +268,7 @@ struct omap_overlay_info {
u16 screen_width;
u16 width;
u16 height;
u32 color_mode;
u32 fourcc;
u8 rotation;
enum omap_dss_rotation_type rotation_type;
bool mirror;
@@ -316,7 +316,7 @@ struct omap_dss_writeback_info {
u16 buf_width;
u16 width;
u16 height;
u32 color_mode;
u32 fourcc;
u8 rotation;
enum omap_dss_rotation_type rotation_type;
bool mirror;