Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c183 static bool detection_work_enabled(struct drm_i915_private *i915) in detection_work_enabled() function
187 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()
H A Dintel_display_core.h183 bool detection_work_enabled; member