WIP FPC-III support
[linux/fpc-iii.git] / drivers / gpu / drm / shmobile / shmob_drm_plane.h
blobe72b21a4288fc23f8da1a19eff6a0edf3d36a4c3
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * shmob_drm_plane.h -- SH Mobile DRM Planes
5 * Copyright (C) 2012 Renesas Electronics Corporation
7 * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
8 */
10 #ifndef __SHMOB_DRM_PLANE_H__
11 #define __SHMOB_DRM_PLANE_H__
13 struct drm_plane;
14 struct shmob_drm_device;
16 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
17 void shmob_drm_plane_setup(struct drm_plane *plane);
19 #endif /* __SHMOB_DRM_PLANE_H__ */