HomeSort by: relevance | last modified time | path
    Searched defs:long_hpd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
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...]
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...]

Completed in 23 milliseconds