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

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

drm/omap: omap_display_timings: rename hsw to hsync_len



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

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent fb7f3c43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ static const struct omap_video_timings tvc_pal_timings = {
	.hactive	= 720,
	.vactive	= 574,
	.pixelclock	= 13500000,
	.hsw		= 64,
	.hsync_len	= 64,
	.hfp		= 12,
	.hbp		= 68,
	.vsw		= 5,
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ static const struct omap_video_timings dvic_default_timings = {
	.pixelclock	= 23500000,

	.hfp		= 48,
	.hsw		= 32,
	.hsync_len	= 32,
	.hbp		= 80,

	.vfp		= 3,
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ static const struct omap_video_timings hdmic_default_timings = {
	.hactive	= 640,
	.vactive	= 480,
	.pixelclock	= 25175000,
	.hsw		= 96,
	.hsync_len	= 96,
	.hfp		= 16,
	.hbp		= 48,
	.vsw		= 2,
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ static struct omap_video_timings lb035q02_timings = {

	.pixelclock	= 6500000,

	.hsw		= 2,
	.hsync_len	= 2,
	.hfp		= 20,
	.hbp		= 68,

+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ static const struct omap_video_timings nec_8048_panel_timings = {
	.vactive	= LCD_YRES,
	.pixelclock	= LCD_PIXEL_CLOCK,
	.hfp		= 6,
	.hsw		= 1,
	.hsync_len	= 1,
	.hbp		= 4,
	.vfp		= 3,
	.vsw		= 1,
Loading