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

/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c40 bool frame_done; member in struct:tilcdc_crtc
504 tilcdc_crtc->frame_done = false;
512 tilcdc_crtc->frame_done,
746 tilcdc_crtc->frame_done = false;
750 tilcdc_crtc->frame_done,
998 tilcdc_crtc->frame_done = true;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c620 bool frame_done = false; local
645 frame_done = true;
652 if (frame_done)
664 * frame_error, frame_done, idle_timeout, etc. Encoder may call different events

Completed in 129 milliseconds