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

@@ -67,7 +67,7 @@ static const struct {
static const struct omap_video_timings nec_8048_panel_timings = {
.hactive = LCD_XRES,
.y_res = LCD_YRES,
.vactive = LCD_YRES,
.pixelclock = LCD_PIXEL_CLOCK,
.hfp = 6,
.hsw = 1,