Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/tegra/
Ddc.h227 #define HEAD_UF_INT (1 << 23) macro
Ddc.c2192 HEAD_UF_INT | MSF_INT | REG_TMOUT_INT | in tegra_crtc_atomic_enable()
2197 value = SD3_BUCKET_WALK_DONE_INT | HEAD_UF_INT | VBLANK_INT | in tegra_crtc_atomic_enable()
2201 value = HEAD_UF_INT | REG_TMOUT_INT | FRAME_END_INT; in tegra_crtc_atomic_enable()
2567 if (status & HEAD_UF_INT) { in tegra_dc_irq()