Merge tag 'pnp-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[deliverable/linux.git] / drivers / gpu / drm / fsl-dcu / fsl_dcu_drm_plane.h
CommitLineData
109eee2f
JW
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
1277f802 15void fsl_dcu_drm_init_planes(struct drm_device *dev);
109eee2f
JW
16struct drm_plane *fsl_dcu_drm_primary_create_plane(struct drm_device *dev);
17
18#endif /* __FSL_DCU_DRM_PLANE_H__ */
This page took 0.14193 seconds and 5 git commands to generate.