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

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

drm/omap: omap_display_timings: rename hbp to hback_porch



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

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

	.hfront_porch	= 48,
	.hsync_len	= 32,
	.hbp		= 80,
	.hback_porch	= 80,

	.vfp		= 3,
	.vsw		= 4,
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ static const struct omap_video_timings hdmic_default_timings = {
	.pixelclock	= 25175000,
	.hsync_len	= 96,
	.hfront_porch	= 16,
	.hbp		= 48,
	.hback_porch	= 48,
	.vsw		= 2,
	.vfp		= 11,
	.vbp		= 31,
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ static struct omap_video_timings lb035q02_timings = {

	.hsync_len	= 2,
	.hfront_porch	= 20,
	.hbp		= 68,
	.hback_porch	= 68,

	.vsw		= 2,
	.vfp		= 4,
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ static const struct omap_video_timings nec_8048_panel_timings = {
	.pixelclock	= LCD_PIXEL_CLOCK,
	.hfront_porch	= 6,
	.hsync_len	= 1,
	.hbp		= 4,
	.hback_porch	= 4,
	.vfp		= 3,
	.vsw		= 1,
	.vbp		= 4,
Loading