diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2015-02-02 11:25:59 -0500 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2015-03-31 05:59:34 -0400 |
commit | 2872c8072aae65fa55cafea50e73d69d423df168 (patch) | |
tree | 488095775e5a4a481ae44d7ea91832b0ea14a8ce /include/video | |
parent | a7c6e76feeb19de1a5cefa50ea6c0fc5ad45bbe1 (diff) |
drm/imx: consolidate bus format variable names
This patch consolidates the different interface_pix_fmt, pixel_fmt, pix_fmt,
and pixfmt variables to a common name "bus_format" wherever they describe the
pixel format on the bus between display controller and encoder hardware.
At the same time, it renames imx_drm_panel_format to imx_drm_set_bus_format.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Tested-by: Emil Renner Berthing <kernel@esmil.dk>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/imx-ipu-v3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/imx-ipu-v3.h b/include/video/imx-ipu-v3.h index 73390c120cad..85dedca3dcfb 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h | |||
@@ -39,7 +39,7 @@ struct ipu_di_signal_cfg { | |||
39 | 39 | ||
40 | struct videomode mode; | 40 | struct videomode mode; |
41 | 41 | ||
42 | u32 pixel_fmt; | 42 | u32 bus_format; |
43 | u32 v_to_h_sync; | 43 | u32 v_to_h_sync; |
44 | 44 | ||
45 | #define IPU_DI_CLKMODE_SYNC (1 << 0) | 45 | #define IPU_DI_CLKMODE_SYNC (1 << 0) |