drm/omap: omap_display_timings: rename vfp to vfront_porch

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

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:52 +03:00
committed by Tomi Valkeinen
parent d5bcf0aa3f
commit 0996c68e1b
18 changed files with 33 additions and 32 deletions

View File

@@ -83,7 +83,7 @@ static const struct omap_video_timings tpo_td043_timings = {
.hback_porch = 214,
.vsync_len = 1,
.vfp = 39,
.vfront_porch = 39,
.vbp = 34,
.vsync_level = OMAPDSS_SIG_ACTIVE_LOW,