Home
last modified time | relevance | path

Searched refs:hpd_bit (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_hotplug.c389 u32 hpd_bit; in i915_hotplug_work_func() local
395 hpd_bit = BIT(intel_encoder->hpd_pin); in i915_hotplug_work_func()
396 if ((hpd_event_bits | hpd_retry_bits) & hpd_bit) { in i915_hotplug_work_func()
402 hpd_event_bits & hpd_bit)) { in i915_hotplug_work_func()
406 changed |= hpd_bit; in i915_hotplug_work_func()
409 retry |= hpd_bit; in i915_hotplug_work_func()