Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c492 u32 long_hpd_pulse_mask = 0; in intel_hpd_irq_handler() local
527 long_hpd_pulse_mask |= BIT(pin); in intel_hpd_irq_handler()
563 if (((short_hpd_pulse_mask | long_hpd_pulse_mask) & BIT(pin))) { in intel_hpd_irq_handler()
564 long_hpd = long_hpd_pulse_mask & BIT(pin); in intel_hpd_irq_handler()