Loading
drm/msm/sde: avoid fence reset during modeset crtc disable
Fence is signalled during crtc disable for any outstanding
commits. This is correct if crtc is disabled for this commit.
Since crtc disable is also invoked during modeset, fence will
be signalled prematurely if crtc is modeset to enable for this
commit. Add check to avoid fence signal during crtc disable if
modeset is in progress and crtc will be enabled and active for
this commit.
Change-Id: I718c6281916c2a018e17da3f9b8f0e67bccd60d5
Signed-off-by:
Alan Kwong <akwong@codeaurora.org>