xref: /linux/drivers/gpu/drm/xe/display/xe_display_rpm.h (revision 815e260a18a3af4dab59025ee99a7156c0e8b5e0)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2025 Intel Corporation
4  */
5 
6 #ifndef _XE_DISPLAY_RPM_H_
7 #define _XE_DISPLAY_RPM_H_
8 
9 extern const struct intel_display_rpm_interface xe_display_rpm_interface;
10 
11 #endif /* _XE_DISPLAY_RPM_H_ */
12