Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c471 connector->hotplug_retries = 0; in i915_hotplug_work_func()
473 connector->hotplug_retries++; in i915_hotplug_work_func()
478 connector->hotplug_retries); in i915_hotplug_work_func()
H A Dg4x_hdmi.c606 if (state == INTEL_HOTPLUG_UNCHANGED && !connector->hotplug_retries) in intel_hdmi_hotplug()
H A Dg4x_dp.c1182 if (state == INTEL_HOTPLUG_UNCHANGED && !connector->hotplug_retries) in intel_dp_hotplug()
H A Dintel_display_types.h527 int hotplug_retries; member
H A Dintel_ddi.c4814 connector->hotplug_retries < (is_tc ? 5 : 1) && in intel_ddi_hotplug()