drm/omap: omap_display_timings: rename vsw to vsync_len

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

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
Peter Ujfalusi
2016-09-22 14:06:51 +03:00
committed by Tomi Valkeinen
parent a85f4a8078
commit d5bcf0aa3f
18 changed files with 31 additions and 31 deletions

View File

@@ -269,7 +269,7 @@ const struct omap_video_timings omap_dss_pal_timings = {
.hsync_len = 64,
.hfront_porch = 12,
.hback_porch = 68,
.vsw = 5,
.vsync_len = 5,
.vfp = 5,
.vbp = 41,
@@ -290,7 +290,7 @@ const struct omap_video_timings omap_dss_ntsc_timings = {
.hsync_len = 64,
.hfront_porch = 16,
.hback_porch = 58,
.vsw = 6,
.vsync_len = 6,
.vfp = 6,
.vbp = 31,