drm/omap: omap_display_timings: rename hsw to hsync_len

In preparation to move the stack to use the generic videmode struct for
display timing information rename the hsw member to hsync_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:48 +03:00
committed by Tomi Valkeinen
parent fb7f3c4399
commit 4dc2250d7d
18 changed files with 53 additions and 52 deletions

View File

@@ -41,7 +41,7 @@ static const struct omap_video_timings sharp_ls_timings = {
.pixelclock = 19200000,
.hsw = 2,
.hsync_len = 2,
.hfp = 1,
.hbp = 28,