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

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_utils.c81 static unsigned int i915_probe_fail_count; variable
86 if (i915_probe_fail_count >= i915_modparams.inject_probe_failure)
89 if (++i915_probe_fail_count < i915_modparams.inject_probe_failure)
101 return i915_probe_fail_count && !i915_modparams.inject_probe_failure;

Completed in 136 milliseconds