Searched refs:intel_uncore_has_forcewake (Results 1 – 2 of 2) sorted by relevance
525 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in forcewake_early_sanitize()550 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_suspend()567 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_resume_early()578 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_runtime_resume()1439 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in intel_uncore_fw_domains_init()1648 GEM_BUG_ON(intel_uncore_has_forcewake(uncore)); in uncore_raw_init()1664 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in uncore_forcewake_init()1717 if (!intel_uncore_has_forcewake(uncore)) { in intel_uncore_init_mmio()1726 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->funcs.force_wake_get); in intel_uncore_init_mmio()1727 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->funcs.force_wake_put); in intel_uncore_init_mmio()[all …]
161 intel_uncore_has_forcewake(const struct intel_uncore *uncore) in intel_uncore_has_forcewake() function