Searched refs:intel_uncore_has_forcewake (Results 1 – 2 of 2) sorted by relevance
551 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in forcewake_early_sanitize()576 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_suspend()593 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_resume_early()604 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_runtime_resume()1892 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in intel_uncore_fw_domains_init()2106 GEM_BUG_ON(intel_uncore_has_forcewake(uncore)); in uncore_raw_init()2125 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in uncore_forcewake_init()2198 if (!intel_uncore_has_forcewake(uncore)) { in intel_uncore_init_mmio()2207 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->funcs.force_wake_get); in intel_uncore_init_mmio()2208 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->funcs.force_wake_put); in intel_uncore_init_mmio()[all …]
174 intel_uncore_has_forcewake(const struct intel_uncore *uncore) in intel_uncore_has_forcewake() function