Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Domap_lcdc.c48 int frame_done; member
55 if (s->frame_done && (s->interrupts & 1)) { in omap_lcd_interrupts()
337 s->frame_done = 1; in omap_lcd_update()
343 s->frame_done = 0; in omap_lcd_update()
399 return (s->palette_done << 6) | (s->sync_error << 2) | s->frame_done; in omap_lcdc_read()
476 s->frame_done = 0; in omap_lcdc_reset()
/openbmc/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()
746 tilcdc_crtc->frame_done = false; in tilcdc_crtc_reset()
750 tilcdc_crtc->frame_done, in tilcdc_crtc_reset()
998 tilcdc_crtc->frame_done = true; in tilcdc_crtc_irq()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c631 bool frame_done = false; in dpu_crtc_frame_event_work() local
656 frame_done = true; in dpu_crtc_frame_event_work()
663 if (frame_done) in dpu_crtc_frame_event_work()