]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/gpu/drm/exynos/exynos_drm_fimd.h
b4fcaa56845620e934a110e80a0e6463e8e41870
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / exynos / exynos_drm_fimd.h
1 /*
2 * Copyright (c) 2015 Samsung Electronics Co., Ltd.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
8 */
9
10 #ifndef _EXYNOS_DRM_FIMD_H_
11 #define _EXYNOS_DRM_FIMD_H_
12
13 extern void fimd_dp_clock_enable(struct exynos_drm_crtc *crtc, bool enable);
14
15 #endif /* _EXYNOS_DRM_FIMD_H_ */