Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c757 if (!(status & (SUN4I_TCON_GINT0_VBLANK_INT(0) | in sun4i_tcon_handler()
758 SUN4I_TCON_GINT0_VBLANK_INT(1) | in sun4i_tcon_handler()
767 SUN4I_TCON_GINT0_VBLANK_INT(0) | in sun4i_tcon_handler()
768 SUN4I_TCON_GINT0_VBLANK_INT(1) | in sun4i_tcon_handler()
Dsun4i_tcon.h30 #define SUN4I_TCON_GINT0_VBLANK_INT(pipe) BIT(15 - (pipe)) macro