]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00211133 IPUv3 fb:Check boot opt to decide if disp fb'll be present
authorLiu Ying <Ying.Liu@freescale.com>
Fri, 25 May 2012 09:50:19 +0000 (17:50 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:59 +0000 (14:11 +0200)
commit431c8ec3921a4c6d0831e3011a93b7f997739f93
tree219377a4f0d43e4d9135af1077237015ab8627d9
parent7a59e28b762fae729d280fffe113d6bc510aa0f4
ENGR00211133 IPUv3 fb:Check boot opt to decide if disp fb'll be present

This patch checks video boot option to decide whether we'll register
certain display framebuffer devices. The user may add video=mxcfbx:off
to kernel bootup command line to disable a display framebuffer
register. The 'x' means that the display number presented in kernel.
Defaultly, all display framebuffers will be registered if the user
doesn't specify related 'off' option in kernel bootup command line.

Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
drivers/video/mxc/mxc_ipuv3_fb.c