Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_utils.c55 static unsigned int i915_probe_fail_count; variable
60 if (i915_probe_fail_count >= i915_modparams.inject_load_failure) in __i915_inject_load_error()
63 if (++i915_probe_fail_count < i915_modparams.inject_load_failure) in __i915_inject_load_error()
75 return i915_probe_fail_count && !i915_modparams.inject_load_failure; in i915_error_injected()