drm/omap: omap_display_timings: rename vbp to vback_porch
In preparation to move the stack to use the generic videmode struct for display timing information rename the vbp member to vback_porch. 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
0996c68e1b
commit
458540c606
@@ -47,7 +47,7 @@ static const struct omap_video_timings sharp_ls_timings = {
|
||||
|
||||
.vsync_len = 1,
|
||||
.vfront_porch = 1,
|
||||
.vbp = 1,
|
||||
.vback_porch = 1,
|
||||
|
||||
.vsync_level = OMAPDSS_SIG_ACTIVE_LOW,
|
||||
.hsync_level = OMAPDSS_SIG_ACTIVE_LOW,
|
||||
|
Reference in New Issue
Block a user