disp: msm: sde: fence error handling for wb and cwb retire fence
Fence error handling for wb and cwb retire fence. Signal the retire fence for the fence error frame. Change-Id: I0f73195c50edab4b8aefb58cea342214be87584c Signed-off-by: GG Hou <quic_renjhou@quicinc.com>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
85015a84cb
commit
5f4735e2ce
@@ -4423,8 +4423,12 @@ static void _sde_encoder_kickoff_phys(struct sde_encoder_virt *sde_enc,
|
||||
|
||||
/* reset input fence status and skip flush for fence error case. */
|
||||
if (sde_crtc->input_fence_status < 0) {
|
||||
SDE_EVT32(DRMID(&sde_enc->base), sde_crtc->input_fence_status);
|
||||
sde_crtc->input_fence_status = 0;
|
||||
if (!sde_encoder_in_clone_mode(&sde_enc->base))
|
||||
sde_crtc->input_fence_status = 0;
|
||||
|
||||
SDE_EVT32(DRMID(&sde_enc->base), sde_encoder_in_clone_mode(&sde_enc->base),
|
||||
sde_crtc->input_fence_status);
|
||||
|
||||
goto handle_elevated_ahb_vote;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user