drm/omap: omap_display_timings: rename hbp to hback_porch
In preparation to move the stack to use the generic videmode struct for display timing information rename the hbp member to hback_porch. 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
0a30e150f0
commit
a85f4a8078
@@ -71,7 +71,7 @@ static const struct omap_video_timings nec_8048_panel_timings = {
|
||||
.pixelclock = LCD_PIXEL_CLOCK,
|
||||
.hfront_porch = 6,
|
||||
.hsync_len = 1,
|
||||
.hbp = 4,
|
||||
.hback_porch = 4,
|
||||
.vfp = 3,
|
||||
.vsw = 1,
|
||||
.vbp = 4,
|
||||
|
Reference in New Issue
Block a user