xref: /linux/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.h (revision a4eb44a6435d6d8f9e642407a4a06f65eb90ca04)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright 2015 Freescale Semiconductor, Inc.
4  *
5  * Freescale DCU drm device driver
6  */
7 
8 #ifndef __FSL_DCU_DRM_PLANE_H__
9 #define __FSL_DCU_DRM_PLANE_H__
10 
11 void fsl_dcu_drm_init_planes(struct drm_device *dev);
12 struct drm_plane *fsl_dcu_drm_primary_create_plane(struct drm_device *dev);
13 
14 #endif /* __FSL_DCU_DRM_PLANE_H__ */
15