1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (c) 2011 Samsung Electronics Co., Ltd.
6 * Inki Dae <inki.dae@samsung.com>
7 * Joonyoung Shim <jy0922.shim@samsung.com>
8 * Seung-Woo Kim <sw0312.kim@samsung.com>
11 #ifndef _EXYNOS_DRM_FBDEV_H_
12 #define _EXYNOS_DRM_FBDEV_H_
14 #ifdef CONFIG_DRM_FBDEV_EMULATION
16 int exynos_drm_fbdev_init(struct drm_device
*dev
);
17 void exynos_drm_fbdev_fini(struct drm_device
*dev
);
21 static inline int exynos_drm_fbdev_init(struct drm_device
*dev
)
26 static inline void exynos_drm_fbdev_fini(struct drm_device
*dev
)
30 static inline void exynos_drm_fbdev_restore_mode(struct drm_device
*dev
)
34 #define exynos_drm_output_poll_changed (NULL)