1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) STMicroelectronics SA 2014
4 * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
12 struct sti_compositor
;
16 * STI drm private structure
17 * This structure is stored as private in the drm_device
20 * @plane_zorder_property: z-order property for CRTC planes
21 * @drm_dev: drm device
24 struct sti_compositor
*compo
;
25 struct drm_property
*plane_zorder_property
;
26 struct drm_device
*drm_dev
;
29 extern struct platform_driver sti_tvout_driver
;
30 extern struct platform_driver sti_hqvdp_driver
;
31 extern struct platform_driver sti_hdmi_driver
;
32 extern struct platform_driver sti_hda_driver
;
33 extern struct platform_driver sti_dvo_driver
;
34 extern struct platform_driver sti_vtg_driver
;
35 extern struct platform_driver sti_compositor_driver
;