video: rockchip: fb: disable mutex when load_screen
authorZheng Yang <zhengyang@rock-chips.com>
Tue, 8 Dec 2015 00:46:06 +0000 (08:46 +0800)
committerHuang Jiachai <hjc@rock-chips.com>
Thu, 17 Dec 2015 07:21:06 +0000 (15:21 +0800)
commit955b7f57b2ece3d8aa1af145a59ca694b4633c0f
treee2069ecf5cd9cfd2cee7b9a63fd85114ec5f1ad5
parentd3438bad81f5b88c21da4243d3a2021c74d636a8
video: rockchip: fb: disable mutex when load_screen

This mutex is conflict witch mutex located at rk_fb_update_reg,
it can make system deadlock and showing black picture.

Change-Id: I55192e8cd32961ef24dd950639055bbf56e9fec9
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
drivers/video/rockchip/rk_fb.c