xref: /linux/drivers/gpu/drm/i915/display/intel_display_conversion.h (revision 07fdad3a93756b872da7b53647715c48d0f4a2d0)
1 /* SPDX-License-Identifier: MIT */
2 /* Copyright © 2024 Intel Corporation */
3 
4 /*
5  * This header is for transitional struct intel_display conversion helpers only.
6  */
7 
8 #ifndef __INTEL_DISPLAY_CONVERSION__
9 #define __INTEL_DISPLAY_CONVERSION__
10 
11 struct drm_device;
12 struct intel_display;
13 
14 struct intel_display *__drm_to_display(struct drm_device *drm);
15 
16 #endif /* __INTEL_DISPLAY_CONVERSION__ */
17