msm: mdss: prevent deadlock during thread shutdown
The use of bl_lock is to protect backlight related resources, however by holding it during display thread shutdown it may lead to deadlock if the same is being acquired inside display thread. Reduce the scope of the lock to just the backlight resources to prevent deadlock. Change-Id: I6e4b9a970c4a5a050caab1b3714e90eda107edee Signed-off-by:Adrian Salido-Moreno <adrianm@codeaurora.org> Signed-off-by:
Krishna Chaitanya Parimi <cparimi@codeaurora.org>
Loading
Please register or sign in to comment