Searched refs:__print_depot_stack (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 68 static void __print_depot_stack(depot_stack_handle_t stack, in __print_depot_stack() function 149 __print_depot_stack(stack, buf, PAGE_SIZE, 2); in untrack_intel_runtime_pm_wakeref() 154 __print_depot_stack(stack, buf, PAGE_SIZE, 2); in untrack_intel_runtime_pm_wakeref() 186 __print_depot_stack(dbg->last_acquire, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref() 191 __print_depot_stack(dbg->last_release, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref() 206 __print_depot_stack(stack, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref()
|