Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dintel_uncore.c147 check_for_unclaimed_mmio(dev_priv); in intel_uncore_check_forcewake_domains()
152 if (!check_for_unclaimed_mmio(dev_priv)) in intel_uncore_check_forcewake_domains()
166 check_for_unclaimed_mmio(dev_priv); in intel_uncore_check_forcewake_domains()
169 if (check_for_unclaimed_mmio(dev_priv)) { in intel_uncore_check_forcewake_domains()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_uncore.c511 check_for_unclaimed_mmio(struct drm_i915_private *dev_priv) in check_for_unclaimed_mmio() function
531 if (check_for_unclaimed_mmio(dev_priv)) in __intel_uncore_early_sanitize()
1080 if (WARN(check_for_unclaimed_mmio(dev_priv) && !before, in __unclaimed_reg_debug()
2234 return check_for_unclaimed_mmio(dev_priv); in intel_uncore_unclaimed_mmio()