Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c419 connector->hotplug_retries = 0; in i915_hotplug_work_func()
421 connector->hotplug_retries++; in i915_hotplug_work_func()
426 connector->hotplug_retries); in i915_hotplug_work_func()
H A Dg4x_hdmi.c596 if (state == INTEL_HOTPLUG_UNCHANGED && !connector->hotplug_retries) in intel_hdmi_hotplug()
H A Dintel_display_types.h613 int hotplug_retries; member
H A Dg4x_dp.c1169 if (state == INTEL_HOTPLUG_UNCHANGED && !connector->hotplug_retries) in intel_dp_hotplug()
H A Dintel_ddi.c4478 connector->hotplug_retries < (is_tc ? 5 : 1) && in bdw_digital_port_connected()