xref: /linux/drivers/gpu/drm/xe/compat-i915-headers/intel_runtime_pm.h (revision eeb9f5c2dcec90009d7cf12e780e7f9631993fc5)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5 
6 #include "intel_wakeref.h"
7 
8 #define intel_runtime_pm xe_runtime_pm
9 
10 static inline void disable_rpm_wakeref_asserts(void *rpm)
11 {
12 }
13 
14 static inline void enable_rpm_wakeref_asserts(void *rpm)
15 {
16 }
17