Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c39 bool frame_done; member
505 tilcdc_crtc->frame_done = false; in tilcdc_crtc_off()
513 tilcdc_crtc->frame_done, in tilcdc_crtc_off()
712 tilcdc_crtc->frame_done = false; in tilcdc_crtc_reset()
716 tilcdc_crtc->frame_done, in tilcdc_crtc_reset()
979 tilcdc_crtc->frame_done = true; in tilcdc_crtc_irq()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c306 bool frame_done = false; in dpu_crtc_frame_event_work() local
334 frame_done = true; in dpu_crtc_frame_event_work()
341 if (frame_done) in dpu_crtc_frame_event_work()