aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
diff options
context:
space:
mode:
authorPeter Ujfalusi2016-09-22 14:06:52 +0300
committerTomi Valkeinen2016-11-02 10:48:18 +0200
commit0996c68e1bf7364ca7f02ac06048c12abb56c37a (patch)
treebcc6e4e37a72a0665be0df800edb8cdb12001283 /drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
parentd5bcf0aa3f6fb396fc8099a4e5960f9274b0dae9 (diff)
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: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c')
-rw-r--r--drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c b/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
index 6301701c820e..2d3bda3c9376 100644
--- a/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
+++ b/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
@@ -83,7 +83,7 @@ static const struct omap_video_timings tpo_td043_timings = {
.hback_porch = 214,
.vsync_len = 1,
- .vfp = 39,
+ .vfront_porch = 39,
.vbp = 34,
.vsync_level = OMAPDSS_SIG_ACTIVE_LOW,