Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.h178 struct completion frame_done_comp; member
H A Ddpu_crtc.c664 complete_all(&dpu_crtc->frame_done_comp); in dpu_crtc_frame_event_work()
937 ret = wait_for_completion_timeout(&dpu_crtc->frame_done_comp, in _dpu_crtc_wait_for_frame_done()
993 reinit_completion(&dpu_crtc->frame_done_comp); in dpu_crtc_commit_kickoff()
1491 init_completion(&dpu_crtc->frame_done_comp); in dpu_crtc_init()