Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_hotplug.c180 static bool detection_work_enabled(struct drm_i915_private *i915) in detection_work_enabled() function
184 return i915->display.hotplug.detection_work_enabled; in detection_work_enabled()
192 if (!detection_work_enabled(i915)) in mod_delayed_detection_work()
203 if (!detection_work_enabled(i915)) in queue_delayed_detection_work()
214 if (!detection_work_enabled(i915)) in queue_detection_work()
977 i915->display.hotplug.detection_work_enabled = true; in intel_hpd_enable_detection_work()
985 i915->display.hotplug.detection_work_enabled = false; in intel_hpd_disable_detection_work()
Dintel_display_core.h185 bool detection_work_enabled; member