]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00154108-3 mxc ldb: make ldb support two ipu in separate mode
authorJason Chen <b02280@freescale.com>
Thu, 4 Aug 2011 07:29:57 +0000 (15:29 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:26 +0000 (14:09 +0200)
commit276098a8d88ae3ea59005b2257127b966ee54261
tree866c13e943b9e7bf244c6c590afb4cdc7379075d
parent894557c7eeb10c802684f4efb9e1d99f684378bd
ENGR00154108-3 mxc ldb: make ldb support two ipu in separate mode

make ldb support two ipu in separate mode

cmdline option changed:

 "ldb=spl0/1"       --      split mode on DI0/1
 "ldb=dul0/1"       --      dual mode on DI0/1
 "ldb=sin0/1"       --      single mode on LVDS0/1
 "ldb=sep0/1"   --      separate mode begin from LVDS0/1

 there are two LVDS channels(LVDS0 and LVDS1) which can transfer video
 datas, there two channels can be used as split/dual/single/separate mode.

 split mode means display data from DI0 or DI1 will send to both channels
 LVDS0+LVDS1.
 dual mode means display data from DI0 or DI1 will be duplicated on LVDS0
 and LVDS1, it said, LVDS0 and LVDS1 has the same content.
 single mode means only work for DI0/DI1->LVDS0 or DI0/DI1->LVDS1.
 separate mode means you can make DI0/DI1->LVDS0 and DI0/DI1->LVDS1 work
 at the same time.

Signed-off-by: Jason Chen <b02280@freescale.com>
drivers/video/mxc/ldb.c