Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/
Dintel_uncore.c558 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in forcewake_early_sanitize()
583 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_suspend()
600 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_resume_early()
611 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_runtime_resume()
1893 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in intel_uncore_fw_domains_init()
2100 GEM_BUG_ON(intel_uncore_has_forcewake(uncore)); in uncore_raw_init()
2119 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in uncore_forcewake_init()
2190 if (!intel_uncore_has_forcewake(uncore)) { in intel_uncore_init_mmio()
2199 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->fw_get_funcs); in intel_uncore_init_mmio()
2200 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->funcs.read_fw_domains); in intel_uncore_init_mmio()
[all …]
Dintel_uncore.h190 intel_uncore_has_forcewake(const struct intel_uncore *uncore) in intel_uncore_has_forcewake() function