Searched refs:intel_uncore_has_forcewake (Results 1 – 2 of 2) sorted by relevance
527 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in forcewake_early_sanitize()552 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_suspend()569 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_resume_early()580 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_runtime_resume()1548 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in intel_uncore_fw_domains_init()1758 GEM_BUG_ON(intel_uncore_has_forcewake(uncore)); in uncore_raw_init()1777 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in uncore_forcewake_init()1834 if (!intel_uncore_has_forcewake(uncore)) { in intel_uncore_init_mmio()1843 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->funcs.force_wake_get); in intel_uncore_init_mmio()1844 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->funcs.force_wake_put); in intel_uncore_init_mmio()[all …]
162 intel_uncore_has_forcewake(const struct intel_uncore *uncore) in intel_uncore_has_forcewake() function