]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/i915/intel_runtime_pm.c
platform/x86: amd-pmc: Move to later in the suspend process
[linux.git] / drivers / gpu / drm / i915 / intel_runtime_pm.c
index 22dab36afcb62c46dca82f9eb9628886b5a30dd2..53f1ccb78849a919a092b9a5a1014b96c481c1c2 100644 (file)
@@ -68,6 +68,9 @@ static noinline depot_stack_handle_t __save_depot_stack(void)
 static void init_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm)
 {
        spin_lock_init(&rpm->debug.lock);
+
+       if (rpm->available)
+               stack_depot_init();
 }
 
 static noinline depot_stack_handle_t
This page took 0.031321 seconds and 4 git commands to generate.