summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2016-09-22 13:06:53 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-11-02 09:48:18 +0100
commit458540c606757a4b52476f8e4d937a36ed94c577 (patch)
tree0d244c773a65699aeab29889298fbd0cc3ab6344 /drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
parentdrm/omap: omap_display_timings: rename vfp to vfront_porch (diff)
downloadlinux-458540c606757a4b52476f8e4d937a36ed94c577.tar.xz
linux-458540c606757a4b52476f8e4d937a36ed94c577.zip
drm/omap: omap_display_timings: rename vbp to vback_porch
In preparation to move the stack to use the generic videmode struct for display timing information rename the vbp member to vback_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 2d3bda3c9376..16d24381b270 100644
--- a/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
+++ b/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
@@ -84,7 +84,7 @@ static const struct omap_video_timings tpo_td043_timings = {
.vsync_len = 1,
.vfront_porch = 39,
- .vbp = 34,
+ .vback_porch = 34,
.vsync_level = OMAPDSS_SIG_ACTIVE_LOW,
.hsync_level = OMAPDSS_SIG_ACTIVE_LOW,