Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Dintel_uncore.c541 uncore->funcs.force_wake_get(uncore, restore_forcewake); in forcewake_early_sanitize()
602 uncore->funcs.force_wake_get(uncore, fw_domains); in __intel_uncore_forcewake_get()
623 if (!uncore->funcs.force_wake_get) in intel_uncore_forcewake_get()
690 if (!uncore->funcs.force_wake_get) in intel_uncore_forcewake_get__locked()
798 if (!uncore->funcs.force_wake_get) in assert_forcewakes_inactive()
815 if (!uncore->funcs.force_wake_get) in assert_forcewakes_active()
1307 uncore->funcs.force_wake_get(uncore, fw_domains); in ___force_wake_auto()
1576 uncore->funcs.force_wake_get = fw_domains_get_with_fallback; in intel_uncore_fw_domains_init()
1602 uncore->funcs.force_wake_get = fw_domains_get_with_fallback; in intel_uncore_fw_domains_init()
1613 uncore->funcs.force_wake_get = fw_domains_get; in intel_uncore_fw_domains_init()
[all …]
Dintel_uncore.h76 void (*force_wake_get)(struct intel_uncore *uncore, member