intel_hotplug.c | 132 * @long_hpd: whether the HPD IRQ was long or short 158 enum hpd_pin pin, bool long_hpd) 163 const int increment = long_hpd ? 10 : 1; 168 (!long_hpd && !dev_priv->hotplug.hpd_short_storm_enabled)) 331 bool long_hpd, short_hpd; local in function:i915_digport_work_func 337 long_hpd = long_port_mask & BIT(port); 340 if (!long_hpd && !short_hpd) 345 ret = dig_port->hpd_pulse(dig_port, long_hpd); 478 bool long_hpd; local in function:intel_hpd_irq_handler 487 long_hpd = long_mask & BIT(pin) 505 bool long_hpd; local in function:intel_hpd_irq_handler [all...] |