/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_irq.c | 1163 bool long_pulse_detect(enum hpd_pin pin, u32 val)) 1175 if (long_pulse_detect(pin, dig_hotplug_reg)) 2141 long_pulse_detect_func long_pulse_detect; local in function:gen11_hpd_irq_handler 2145 long_pulse_detect = gen12_port_hotplug_long_detect; 2148 long_pulse_detect = gen11_port_hotplug_long_detect; 2159 dig_hotplug_reg, hpd, long_pulse_detect); 2169 dig_hotplug_reg, hpd, long_pulse_detect);
|
i915_irq.c | 1163 bool long_pulse_detect(enum hpd_pin pin, u32 val)) 1175 if (long_pulse_detect(pin, dig_hotplug_reg)) 2141 long_pulse_detect_func long_pulse_detect; local in function:gen11_hpd_irq_handler 2145 long_pulse_detect = gen12_port_hotplug_long_detect; 2148 long_pulse_detect = gen11_port_hotplug_long_detect; 2159 dig_hotplug_reg, hpd, long_pulse_detect); 2169 dig_hotplug_reg, hpd, long_pulse_detect);
|