Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0996c68e authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tomi Valkeinen
Browse files

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: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent d5bcf0aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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,

+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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,

Loading