Home
last modified time | relevance | path

Searched refs:pipe_staged (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.c1147 const struct drm_plane_state *pipe_staged[SSPP_MAX]; in dpu_crtc_atomic_check() local
1169 memset(pipe_staged, 0, sizeof(pipe_staged)); in dpu_crtc_atomic_check()
1204 if (pipe_staged[pstates[cnt].pipe_id]) { in dpu_crtc_atomic_check()
1206 pipe_staged[pstates[cnt].pipe_id]; in dpu_crtc_atomic_check()
1210 pipe_staged[pstates[cnt].pipe_id] = NULL; in dpu_crtc_atomic_check()
1212 pipe_staged[pstates[cnt].pipe_id] = pstate; in dpu_crtc_atomic_check()
1229 if (pipe_staged[i]) in dpu_crtc_atomic_check()
1230 dpu_plane_clear_multirect(pipe_staged[i]); in dpu_crtc_atomic_check()