Searched refs:detection_work_enabled (Results 1 – 2 of 2) sorted by relevance
183 static bool detection_work_enabled(struct drm_i915_private *i915) in detection_work_enabled() function187 return i915->display.hotplug.detection_work_enabled; in detection_work_enabled()195 if (!detection_work_enabled(i915)) in mod_delayed_detection_work()206 if (!detection_work_enabled(i915)) in queue_delayed_detection_work()217 if (!detection_work_enabled(i915)) in queue_detection_work()982 i915->display.hotplug.detection_work_enabled = true; in intel_hpd_enable_detection_work()990 i915->display.hotplug.detection_work_enabled = false; in intel_hpd_disable_detection_work()
183 bool detection_work_enabled; member