Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_hotplug.c407 connector->hotplug_retries = 0; in i915_hotplug_work_func()
409 connector->hotplug_retries++; in i915_hotplug_work_func()
414 connector->hotplug_retries); in i915_hotplug_work_func()
Dintel_display_types.h439 int hotplug_retries; member
Dintel_hdmi.c3341 if (state == INTEL_HOTPLUG_UNCHANGED && !connector->hotplug_retries) in intel_hdmi_hotplug()
Dintel_ddi.c4862 connector->hotplug_retries < (is_tc ? 5 : 1) && in intel_ddi_hotplug()
Dintel_dp.c5914 if (state == INTEL_HOTPLUG_UNCHANGED && !connector->hotplug_retries) in intel_dp_hotplug()