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

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

drm/omap: omap_display_timings: rename hfp to hfront_porch



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

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 4dc2250d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ static const struct omap_video_timings tvc_pal_timings = {
	.vactive	= 574,
	.pixelclock	= 13500000,
	.hsync_len	= 64,
	.hfp		= 12,
	.hfront_porch	= 12,
	.hbp		= 68,
	.vsw		= 5,
	.vfp		= 5,
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ static const struct omap_video_timings dvic_default_timings = {

	.pixelclock	= 23500000,

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

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ static const struct omap_video_timings hdmic_default_timings = {
	.vactive	= 480,
	.pixelclock	= 25175000,
	.hsync_len	= 96,
	.hfp		= 16,
	.hfront_porch	= 16,
	.hbp		= 48,
	.vsw		= 2,
	.vfp		= 11,
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ static struct omap_video_timings lb035q02_timings = {
	.pixelclock	= 6500000,

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

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