Skip to content
Commit 481babc6 authored by Dhaval Patel's avatar Dhaval Patel
Browse files

drm/msm/sde: avoid connector pre_kickoff from disable



drm_bridge_disable called from display thread but
called before current frame transfer complete. A
pre_kickoff on dsi/dp call during this will may
changed the non-double buffered DSI registers. This
may keep MDP vs DSI out of sync for ROI configuration.
This patch avoids pre_kickoff call from connector
to avoid programming race condition.

Change-Id: Ie105a412ad37098698b208b580be832118a8f3a2
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent b14f1bf3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment