Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/tegra/
Ddc.h227 #define HEAD_UF_INT (1 << 23) macro
Ddc.c2184 HEAD_UF_INT | MSF_INT | REG_TMOUT_INT | in tegra_crtc_atomic_enable()
2189 value = SD3_BUCKET_WALK_DONE_INT | HEAD_UF_INT | VBLANK_INT | in tegra_crtc_atomic_enable()
2193 value = HEAD_UF_INT | REG_TMOUT_INT | FRAME_END_INT; in tegra_crtc_atomic_enable()
2561 if (status & HEAD_UF_INT) { in tegra_dc_irq()