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

@@ -37,7 +37,7 @@ static const struct omap_video_timings tvc_pal_timings = {
.hfront_porch = 12,
.hback_porch = 68,
.vsync_len = 5,
.vfp = 5,
.vfront_porch = 5,
.vbp = 41,
.interlace = true,

View File

@@ -29,7 +29,7 @@ static const struct omap_video_timings dvic_default_timings = {
.hsync_len = 32,
.hback_porch = 80,
.vfp = 3,
.vfront_porch = 3,
.vsync_len = 4,
.vbp = 7,

View File

@@ -29,7 +29,7 @@ static const struct omap_video_timings hdmic_default_timings = {
.hfront_porch = 16,
.hback_porch = 48,
.vsync_len = 2,
.vfp = 11,
.vfront_porch = 11,
.vbp = 31,
.vsync_level = OMAPDSS_SIG_ACTIVE_LOW,

View File

@@ -30,7 +30,7 @@ static struct omap_video_timings lb035q02_timings = {
.hback_porch = 68,
.vsync_len = 2,
.vfp = 4,
.vfront_porch = 4,
.vbp = 18,
.vsync_level = OMAPDSS_SIG_ACTIVE_LOW,

View File

@@ -72,7 +72,7 @@ static const struct omap_video_timings nec_8048_panel_timings = {
.hfront_porch = 6,
.hsync_len = 1,
.hback_porch = 4,
.vfp = 3,
.vfront_porch = 3,
.vsync_len = 1,
.vbp = 4,

View File

@@ -46,7 +46,7 @@ static const struct omap_video_timings sharp_ls_timings = {
.hback_porch = 28,
.vsync_len = 1,
.vfp = 1,
.vfront_porch = 1,
.vbp = 1,
.vsync_level = OMAPDSS_SIG_ACTIVE_LOW,

View File

@@ -99,7 +99,7 @@ static const struct omap_video_timings acx565akm_panel_timings = {
.hfront_porch = 28,
.hsync_len = 4,
.hback_porch = 24,
.vfp = 3,
.vfront_porch = 3,
.vsync_len = 3,
.vbp = 4,

View File

@@ -49,7 +49,7 @@ static struct omap_video_timings td028ttec1_panel_timings = {
.hfront_porch = 24,
.hsync_len = 8,
.hback_porch = 8,
.vfp = 4,
.vfront_porch = 4,
.vsync_len = 2,
.vbp = 2,

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,