exynos_drm_fimd.h 489 B

123456789101112131415
  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. #ifndef _EXYNOS_DRM_FIMD_H_
  10. #define _EXYNOS_DRM_FIMD_H_
  11. extern void fimd_dp_clock_enable(struct exynos_drm_crtc *crtc, bool enable);
  12. #endif /* _EXYNOS_DRM_FIMD_H_ */