Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.h227 #define HEAD_UF_INT (1 << 23) macro
H A Ddc.c2185 HEAD_UF_INT | MSF_INT | REG_TMOUT_INT | in tegra_crtc_atomic_enable()
2190 value = SD3_BUCKET_WALK_DONE_INT | HEAD_UF_INT | VBLANK_INT | in tegra_crtc_atomic_enable()
2194 value = HEAD_UF_INT | REG_TMOUT_INT | FRAME_END_INT; in tegra_crtc_atomic_enable()
2560 if (status & HEAD_UF_INT) { in tegra_dc_irq()