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

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

drm/omap: omap_display_timings: rename vsw to vsync_len



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

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent a85f4a80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ static const struct omap_video_timings tvc_pal_timings = {
	.hsync_len	= 64,
	.hfront_porch	= 12,
	.hback_porch	= 68,
	.vsw		= 5,
	.vsync_len	= 5,
	.vfp		= 5,
	.vbp		= 41,

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ static const struct omap_video_timings dvic_default_timings = {
	.hback_porch	= 80,

	.vfp		= 3,
	.vsw		= 4,
	.vsync_len	= 4,
	.vbp		= 7,

	.vsync_level	= OMAPDSS_SIG_ACTIVE_HIGH,
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ static const struct omap_video_timings hdmic_default_timings = {
	.hsync_len	= 96,
	.hfront_porch	= 16,
	.hback_porch	= 48,
	.vsw		= 2,
	.vsync_len	= 2,
	.vfp		= 11,
	.vbp		= 31,

+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ static struct omap_video_timings lb035q02_timings = {
	.hfront_porch	= 20,
	.hback_porch	= 68,

	.vsw		= 2,
	.vsync_len	= 2,
	.vfp		= 4,
	.vbp		= 18,

+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ static const struct omap_video_timings nec_8048_panel_timings = {
	.hsync_len	= 1,
	.hback_porch	= 4,
	.vfp		= 3,
	.vsw		= 1,
	.vsync_len	= 1,
	.vbp		= 4,

	.vsync_level	= OMAPDSS_SIG_ACTIVE_LOW,
Loading