]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/video/omapfb_dss.h
OMAPDSS: DSI: Rename dsi_videomode_data to dsi_videomode_timings
authorArchit Taneja <archit@ti.com>
Mon, 13 Aug 2012 16:42:24 +0000 (22:12 +0530)
committerArchit Taneja <archit@ti.com>
Thu, 16 Aug 2012 12:32:11 +0000 (18:02 +0530)
commit6b84937577486a79cbc2196573ff7387a9f75cb0
tree154a2f85e5edcc8b384f338d10f437aa59e7d856
parentdca2b1522ccab28d03fb79f6e70e70ea78033d52
OMAPDSS: DSI: Rename dsi_videomode_data to dsi_videomode_timings

The struct omap_dss_dsi_videomode_data holds fields which need to be configured
for DSI to operate in video mode. Rename the struct to dsi_videomode_timings.

One reason to do this is because most of the fields in the struct are timings
related. The other reason is to create a generic op for output specific
timings. This generic op can be considered as a way to set custom or private
timings for the output.

In the case of OMAP, DSI and RFBI require some more timings apart from the
relgular DISPC timings. The structs omap_dss_videomode_timings and rfbi_timings
can be considered as these output specific timings respectively.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/dsi.c
include/video/omapdss.h