Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c153 LCDC_FRAME_DONE | LCDC_SYNC_LOST); in tilcdc_crtc_enable_irqs()
172 LCDC_FRAME_DONE | LCDC_SYNC_LOST); in tilcdc_crtc_disable_irqs()
969 if (stat & LCDC_SYNC_LOST) { in tilcdc_crtc_irq()
990 LCDC_SYNC_LOST); in tilcdc_crtc_irq()
Dtilcdc_regs.h21 #define LCDC_SYNC_LOST BIT(2) macro