1
0

disp: msm: sde: add input fence dump upon commit done timeout

This change adds debug changes to dump the input fences during a
commit done timeout, when input hw-fences are enabled.

Change-Id: Ia778d3d73ab8ee795613587da70ef9bebb7c73ca
Signed-off-by: Christina Oliveira <quic_coliveir@quicinc.com>
Este cometimento está contido em:
Christina Oliveira
2022-11-03 12:46:16 -07:00
cometido por Gerrit - the friendly Code Review server
ascendente 8eff68bdf0
cometimento 87bee41901
5 ficheiros modificados com 53 adições e 0 eliminações

Ver ficheiro

@@ -4510,6 +4510,14 @@ static void _sde_crtc_remove_pipe_flush(struct drm_crtc *crtc)
}
}
void sde_crtc_dump_fences(struct drm_crtc *crtc)
{
struct drm_plane *plane = NULL;
drm_atomic_crtc_for_each_plane(plane, crtc)
sde_plane_dump_input_fence(plane);
}
/**
* sde_crtc_reset_hw - attempt hardware reset on errors
* @crtc: Pointer to DRM crtc instance