Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_uncore.c539 uncore->funcs.force_wake_get(uncore, restore_forcewake); in forcewake_early_sanitize()
600 uncore->funcs.force_wake_get(uncore, fw_domains); in __intel_uncore_forcewake_get()
621 if (!uncore->funcs.force_wake_get) in intel_uncore_forcewake_get()
688 if (!uncore->funcs.force_wake_get) in intel_uncore_forcewake_get__locked()
756 if (!uncore->funcs.force_wake_get) in assert_forcewakes_inactive()
773 if (!uncore->funcs.force_wake_get) in assert_forcewakes_active()
1192 uncore->funcs.force_wake_get(uncore, fw_domains); in ___force_wake_auto()
1447 uncore->funcs.force_wake_get = fw_domains_get_with_fallback; in intel_uncore_fw_domains_init()
1473 uncore->funcs.force_wake_get = fw_domains_get_with_fallback; in intel_uncore_fw_domains_init()
1484 uncore->funcs.force_wake_get = fw_domains_get; in intel_uncore_fw_domains_init()
[all …]
Dintel_uncore.h75 void (*force_wake_get)(struct intel_uncore *uncore, member