Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * shmob_drm_plane.h  --  SH Mobile DRM Planes
0004  *
0005  * Copyright (C) 2012 Renesas Electronics Corporation
0006  *
0007  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
0008  */
0009 
0010 #ifndef __SHMOB_DRM_PLANE_H__
0011 #define __SHMOB_DRM_PLANE_H__
0012 
0013 struct drm_plane;
0014 struct shmob_drm_device;
0015 
0016 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
0017 void shmob_drm_plane_setup(struct drm_plane *plane);
0018 
0019 #endif /* __SHMOB_DRM_PLANE_H__ */