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:

committed by
Tomi Valkeinen

parent
fb7f3c4399
commit
4dc2250d7d
@@ -41,7 +41,7 @@ static const struct omap_video_timings sharp_ls_timings = {
|
||||
|
||||
.pixelclock = 19200000,
|
||||
|
||||
.hsw = 2,
|
||||
.hsync_len = 2,
|
||||
.hfp = 1,
|
||||
.hbp = 28,
|
||||
|
||||
|
Reference in New Issue
Block a user