fb: exynos: Fix MIPI/DSI front/back porch settings
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 8 Mar 2012 15:28:54 +0000 (16:28 +0100)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 24 Apr 2012 12:40:28 +0000 (14:40 +0200)
commitaac63a4ac861476858d24a5a8b09098b1ef9c54d
tree85d995847720a7f301af35516057d4e654b0f273
parentd313a86d2efb2c5568832389663322e93e291c59
fb: exynos: Fix MIPI/DSI front/back porch settings

The exynos_mipi_dsi_set_main_disp_[hv]porch() functions take front and
back porch arguments in that order. This maps to the fb_videomode
right/lower_margin and left/upper_margin respectively. Fix the caller
accordingly.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Donghwa Lee <dh09.lee@samsung.com>
drivers/video/exynos/exynos_mipi_dsi_common.c