Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c40 bool frame_done; member
504 tilcdc_crtc->frame_done = false; in tilcdc_crtc_off()
512 tilcdc_crtc->frame_done, in tilcdc_crtc_off()
739 tilcdc_crtc->frame_done = false; in tilcdc_crtc_reset()
743 tilcdc_crtc->frame_done, in tilcdc_crtc_reset()
991 tilcdc_crtc->frame_done = true; in tilcdc_crtc_irq()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c667 bool frame_done = false; in dpu_crtc_frame_event_work() local
692 frame_done = true; in dpu_crtc_frame_event_work()
699 if (frame_done) in dpu_crtc_frame_event_work()