Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Dintel_uncore.c527 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()
1566 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in intel_uncore_fw_domains_init()
1776 GEM_BUG_ON(intel_uncore_has_forcewake(uncore)); in uncore_raw_init()
1795 GEM_BUG_ON(!intel_uncore_has_forcewake(uncore)); in uncore_forcewake_init()
1852 if (!intel_uncore_has_forcewake(uncore)) { in intel_uncore_init_mmio()
1861 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->funcs.force_wake_get); in intel_uncore_init_mmio()
1862 GEM_BUG_ON(intel_uncore_has_forcewake(uncore) != !!uncore->funcs.force_wake_put); in intel_uncore_init_mmio()
[all …]
H A Dintel_uncore.h162 intel_uncore_has_forcewake(const struct intel_uncore *uncore) in intel_uncore_has_forcewake() function