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
부모 a85f4a8078
커밋 d5bcf0aa3f
18개의 변경된 파일31개의 추가작업 그리고 31개의 파일을 삭제

파일 보기

@@ -50,7 +50,7 @@ static struct omap_video_timings td028ttec1_panel_timings = {
.hsync_len = 8,
.hback_porch = 8,
.vfp = 4,
.vsw = 2,
.vsync_len = 2,
.vbp = 2,
.vsync_level = OMAPDSS_SIG_ACTIVE_LOW,