1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * shmob_drm_kms.h -- SH Mobile DRM Mode Setting
5 * Copyright (C) 2012 Renesas Electronics Corporation
10 #ifndef __SHMOB_DRM_KMS_H__
11 #define __SHMOB_DRM_KMS_H__
13 #include <linux/types.h>
15 struct drm_gem_cma_object;
16 struct shmob_drm_device;
18 struct shmob_drm_format_info {
25 const struct shmob_drm_format_info *shmob_drm_format_info(u32 fourcc);
27 int shmob_drm_modeset_init(struct shmob_drm_device *sdev);
29 #endif /* __SHMOB_DRM_KMS_H__ */