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