Searched refs:detection_work_enabled (Results 1 – 2 of 2) sorted by relevance
180 static bool detection_work_enabled(struct drm_i915_private *i915) in detection_work_enabled() function184 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()
185 bool detection_work_enabled; member