Searched refs:frame_done_comp (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.h148 * @frame_done_comp : for frame_event_done synchronization
178 struct completion frame_done_comp; member in struct:dpu_crtc
H A Ddpu_crtc.c653 complete_all(&dpu_crtc->frame_done_comp);
920 ret = wait_for_completion_timeout(&dpu_crtc->frame_done_comp,
976 reinit_completion(&dpu_crtc->frame_done_comp);
1474 init_completion(&dpu_crtc->frame_done_comp);

Completed in 307 milliseconds