drm/omap: omap_display_timings: rename y_res to vactive

In preparation to move the stack to use the generic videmode struct for
display timing information rename the y_res member to vactive.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
Peter Ujfalusi
2016-09-22 14:06:47 +03:00
committed by Tomi Valkeinen
parent 81899060de
commit fb7f3c4399
21 changed files with 45 additions and 43 deletions

View File

@@ -264,7 +264,7 @@ static const struct venc_config venc_config_pal_bdghi = {
const struct omap_video_timings omap_dss_pal_timings = {
.hactive = 720,
.y_res = 574,
.vactive = 574,
.pixelclock = 13500000,
.hsw = 64,
.hfp = 12,
@@ -285,7 +285,7 @@ EXPORT_SYMBOL(omap_dss_pal_timings);
const struct omap_video_timings omap_dss_ntsc_timings = {
.hactive = 720,
.y_res = 482,
.vactive = 482,
.pixelclock = 13500000,
.hsw = 64,
.hfp = 16,