Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_hotplug.c438 hpd_retry_bits = dev_priv->display.hotplug.retry_bits; in i915_hotplug_work_func()
439 dev_priv->display.hotplug.retry_bits = 0; in i915_hotplug_work_func()
509 dev_priv->display.hotplug.retry_bits |= retry; in i915_hotplug_work_func()
906 dev_priv->display.hotplug.retry_bits = 0; in intel_hpd_cancel_work()
955 i915->display.hotplug.retry_bits) in queue_work_for_missed_irqs()
Dintel_display_core.h171 u32 retry_bits; member