HomeSort by: relevance | last modified time | path
    Searched refs:long_hpd (Results 1 - 3 of 3) 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_dp.h 72 bool long_hpd);
intel_dp.c 6609 intel_dp_hpd_pulse(struct intel_digital_port *intel_dig_port, bool long_hpd)
6613 if (long_hpd && intel_dig_port->base.type == INTEL_OUTPUT_EDP) {
6629 long_hpd ? "long" : "short");
6631 if (long_hpd) {

Completed in 17 milliseconds