thesis/linux-6.8.1/drivers/gpu/drm/xe/compat-i915-headers/intel_runtime_pm.h
2025-03-19 13:44:23 +01:00

16 lines
274 B
C

/* 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)
{
}