Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c154 LCDC_FRAME_DONE | LCDC_SYNC_LOST); in tilcdc_crtc_enable_irqs()
173 LCDC_FRAME_DONE | LCDC_SYNC_LOST); in tilcdc_crtc_disable_irqs()
970 if (stat & LCDC_SYNC_LOST) { in tilcdc_crtc_irq()
991 LCDC_SYNC_LOST); in tilcdc_crtc_irq()
H A Dtilcdc_regs.h21 #define LCDC_SYNC_LOST BIT(2) macro