Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi.c112 #define HDMI_INT_HOT_PLUG BIT(4) macro
121 | HDMI_INT_HOT_PLUG \
129 | HDMI_INT_HOT_PLUG \
198 if (hdmi->irq_status & HDMI_INT_HOT_PLUG) { in hdmi_irq_thread()