Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tidss/
H A Dtidss_irq.c77 if (irqstatus & DSS_IRQ_VP_SYNC_LOST(hw_videoport)) in tidss_irq_handler()
125 tidss->irq_mask |= DSS_IRQ_VP_SYNC_LOST(tcrtc->hw_videoport); in tidss_irq_postinstall()
H A Dtidss_irq.h58 #define DSS_IRQ_VP_SYNC_LOST(ch) DSS_IRQ_VP_BIT((ch), 3) macro
H A Dtidss_dispc.c505 vp_stat |= DSS_IRQ_VP_SYNC_LOST(hw_videoport); in dispc_vp_irq_from_raw()
520 if (vpstat & DSS_IRQ_VP_SYNC_LOST(hw_videoport)) in dispc_vp_irq_to_raw()