xref: /linux/drivers/gpu/drm/i915/i915_initial_plane.h (revision 3f276cece4dd9e8bf199d9bf3901eef8ca904c2d)
1 /* SPDX-License-Identifier: MIT */
2 /* Copyright © 2025 Intel Corporation */
3 
4 #ifndef __I915_INITIAL_PLANE_H__
5 #define __I915_INITIAL_PLANE_H__
6 
7 extern const struct intel_display_initial_plane_interface i915_display_initial_plane_interface;
8 
9 #endif
10