rk_fb & rk3036 lcdc & rk312x lcdc:
authorZheng Yang <zhengyang@rock-chips.com>
Tue, 13 Jan 2015 06:13:06 +0000 (14:13 +0800)
committerZheng Yang <zhengyang@rock-chips.com>
Tue, 13 Jan 2015 06:13:06 +0000 (14:13 +0800)
commit1963c49ad10dbc59ef28f6e0aca863b1b1790771
treef5f66e535b151482940e19c47e31e4f9da634120
parent870c55fc0d1bb379537eee8d6f5542551a4ba06e
rk_fb & rk3036 lcdc & rk312x lcdc:
        1. Modify box display policy, rk_fb_update_reg() need to check yuv420
           format.
        2. When power up in uboot logo mode, if rk_fb_switch_screen input screen
           type is not equal to current screen type, exit uboot logo mode. For
           the case of display interface change happen at the moment of kernel
           initialization.
        3. Fox box, if RK_FBIOSET_YUV_ADDR input address is zero, we close related
           lcdc layer. Because RK_FBIOSET_ENABLE may not be called by application,
           especially at low memory enviorment,such as rk3036 256M ram.

Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
drivers/video/rockchip/lcdc/rk3036_lcdc.c
drivers/video/rockchip/lcdc/rk312x_lcdc.c
drivers/video/rockchip/rk_fb.c