]> Pileus Git - ~andy/linux/commit
staging: drm/imx: set correct sync pins for display
authorMarkus Niebel <Markus.Niebel@tqs.de>
Mon, 27 May 2013 08:19:09 +0000 (10:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2013 12:02:07 +0000 (21:02 +0900)
commit079461bf5d4a4e850374e64e4154cfb458c61af8
treed69b7aec4ffaa01422fa8c4bed5e4c4b5c7ed4b4
parentcff2ae2185394eba19d100596848c7e8e598c652
staging: drm/imx: set correct sync pins for display

partial fix of changes from
"staging: drm/imx: Add support for VGA via TVE on i.MX53"

Have to call imx_drm_crtc_panel_format_pins in imx_drm_crtc_panel_format
with the correct pins instead of (0, 0) This enables configuration of
correct waveforms for vsync / hsync for parallel display, LDB (i.MX53 and
i.MX6) as well as HDMI and MIPI (i.MX6)

TODO: configure pins via device tree

Signed-off-by: Markus Niebel <Markus.Niebel@tqs.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/imx-drm/imx-drm-core.c