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:

committed by
Tomi Valkeinen

parent
81899060de
commit
fb7f3c4399
@@ -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,
|
||||
|
Reference in New Issue
Block a user