]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/gpu/drm/shmobile/shmob_drm_plane.h
bae67cc8c62850ec27517808c8c79fcb8e76dabf
[linux.git] / drivers / gpu / drm / shmobile / shmob_drm_plane.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * shmob_drm_plane.h  --  SH Mobile DRM Planes
4  *
5  * Copyright (C) 2012 Renesas Electronics Corporation
6  *
7  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
8  */
9
10 #ifndef __SHMOB_DRM_PLANE_H__
11 #define __SHMOB_DRM_PLANE_H__
12
13 struct shmob_drm_device;
14
15 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
16 void shmob_drm_plane_setup(struct drm_plane *plane);
17
18 #endif /* __SHMOB_DRM_PLANE_H__ */