Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/
Dintel_uncore.c580 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in forcewake_early_sanitize()
605 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_suspend()
622 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_resume_early()
633 if (!intel_uncore_has_forcewake(uncore)) in intel_uncore_runtime_resume()
2082 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in intel_uncore_fw_domains_init()
2289 GEM_BUG_ON(intel_uncore_has_forcewake(uncore)); in uncore_raw_init()
2308 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in uncore_forcewake_init()
2383 if (!intel_uncore_has_forcewake(uncore)) { in intel_uncore_init_mmio()
2392 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->fw_get_funcs); in intel_uncore_init_mmio()
2393 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->funcs.read_fw_domains); in intel_uncore_init_mmio()
[all …]
Dintel_uncore.h201 intel_uncore_has_forcewake(const struct intel_uncore *uncore) in intel_uncore_has_forcewake() function