Linux Audio

Check our new training course

Loading...
v4.6
 
 1/*
 2 * Copyright 2015 Freescale Semiconductor, Inc.
 3 *
 4 * Freescale DCU drm device driver
 5 *
 6 * This program is free software; you can redistribute it and/or modify
 7 * it under the terms of the GNU General Public License as published by
 8 * the Free Software Foundation; either version 2 of the License, or
 9 * (at your option) any later version.
10 */
11
12#ifndef __FSL_DCU_DRM_PLANE_H__
13#define __FSL_DCU_DRM_PLANE_H__
14
 
15struct drm_plane *fsl_dcu_drm_primary_create_plane(struct drm_device *dev);
16
17#endif /* __FSL_DCU_DRM_PLANE_H__ */
v6.2
 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
11void fsl_dcu_drm_init_planes(struct drm_device *dev);
12struct drm_plane *fsl_dcu_drm_primary_create_plane(struct drm_device *dev);
13
14#endif /* __FSL_DCU_DRM_PLANE_H__ */