Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_uncore.c528 unsigned int restore_forcewake) in __intel_uncore_early_sanitize() argument
544 if (restore_forcewake) { in __intel_uncore_early_sanitize()
547 restore_forcewake); in __intel_uncore_early_sanitize()
569 unsigned int restore_forcewake; in intel_uncore_resume_early() local
571 restore_forcewake = fetch_and_zero(&dev_priv->uncore.fw_domains_saved); in intel_uncore_resume_early()
572 __intel_uncore_early_sanitize(dev_priv, restore_forcewake); in intel_uncore_resume_early()