Searched refs:hpd_bit (Results 1 – 1 of 1) sorted by relevance
395 u32 hpd_bit; in i915_hotplug_work_func() local401 hpd_bit = BIT(pin); in i915_hotplug_work_func()402 if ((hpd_event_bits | hpd_retry_bits) & hpd_bit) { in i915_hotplug_work_func()406 if (hpd_event_bits & hpd_bit) in i915_hotplug_work_func()420 changed |= hpd_bit; in i915_hotplug_work_func()423 retry |= hpd_bit; in i915_hotplug_work_func()
Completed in 19 milliseconds