diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/omapdss.h')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/dss/omapdss.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h b/drivers/gpu/drm/omapdrm/dss/omapdss.h index b339edcc91cf..bbda9357241b 100644 --- a/drivers/gpu/drm/omapdrm/dss/omapdss.h +++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h | |||
| @@ -268,7 +268,7 @@ struct omap_overlay_info { | |||
| 268 | u16 screen_width; | 268 | u16 screen_width; |
| 269 | u16 width; | 269 | u16 width; |
| 270 | u16 height; | 270 | u16 height; |
| 271 | u32 color_mode; | 271 | u32 fourcc; |
| 272 | u8 rotation; | 272 | u8 rotation; |
| 273 | enum omap_dss_rotation_type rotation_type; | 273 | enum omap_dss_rotation_type rotation_type; |
| 274 | bool mirror; | 274 | bool mirror; |
| @@ -316,7 +316,7 @@ struct omap_dss_writeback_info { | |||
| 316 | u16 buf_width; | 316 | u16 buf_width; |
| 317 | u16 width; | 317 | u16 width; |
| 318 | u16 height; | 318 | u16 height; |
| 319 | u32 color_mode; | 319 | u32 fourcc; |
| 320 | u8 rotation; | 320 | u8 rotation; |
| 321 | enum omap_dss_rotation_type rotation_type; | 321 | enum omap_dss_rotation_type rotation_type; |
| 322 | bool mirror; | 322 | bool mirror; |
