]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00251830 LDB: Fix the bug of LDB separate mode for dual LVDS display
authorWayne Zou <b36644@freescale.com>
Mon, 25 Feb 2013 08:35:09 +0000 (16:35 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:54 +0000 (08:35 +0200)
commit94bd07846f2fc43ab61131c6b07ead4397b47167
tree03503f353d739c3b7d07928928758de77317ecf3
parent147eec8a18d7901887199a50a7b7cef1e087fcb1
ENGR00251830 LDB: Fix the bug of LDB separate mode for dual LVDS display

Fix the bug of LDB separate mode for dual LVDS display on i.mx6.
For 'ldb=sep0' option on kernel command line, it means that LVDS0 is
the primary display. While 'ldb=sep1' means that LVDS1 is the primary display.
For LDB separate mode, the Display Interface(disp_id) should be
configured differently on the platform layer. That is, IPU DI0 to LVDS1 or
IPU DI1 to LVDS0 configuration should be avoided.

Signed-off-by: Wayne Zou <b36644@freescale.com>
drivers/video/mxc/ldb.c