Home
last modified time | relevance | path

Searched refs:DISPC_IRQ_SYNC_LOST_DIGIT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h34 #define DISPC_IRQ_SYNC_LOST_DIGIT (1 << 15) macro
H A Ddispc.c277 .sync_lost_irq = DISPC_IRQ_SYNC_LOST_DIGIT,
635 dispc_clear_irqstatus(dispc, DISPC_IRQ_SYNC_LOST_DIGIT); in dispc_restore_context()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc-compat.c29 DISPC_IRQ_SYNC_LOST_DIGIT)
H A Ddispc.c189 .sync_lost_irq = DISPC_IRQ_SYNC_LOST_DIGIT,
502 dispc_clear_irqstatus(DISPC_IRQ_SYNC_LOST_DIGIT); in dispc_restore_context()
/openbmc/linux/include/video/
H A Domapfb_dss.h32 #define DISPC_IRQ_SYNC_LOST_DIGIT (1 << 15) macro
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c270 irqstatus &= ~DISPC_IRQ_SYNC_LOST_DIGIT; in omap_crtc_error_irq()