From e0679a35cb7d216948ddd4cd8c17940fdb872a9e Mon Sep 17 00:00:00 2001 From: Mateusz Krawczuk Date: Fri, 12 Jun 2015 20:17:26 +0200 Subject: v4l2-mfc-example: Adding DRM IPP code and refactoring old DRM Signed-off-by: Mateusz Krawczuk --- v4l2-mfc-example/drm.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'v4l2-mfc-example/drm.h') diff --git a/v4l2-mfc-example/drm.h b/v4l2-mfc-example/drm.h index ab2e4f0..5a6725c 100644 --- a/v4l2-mfc-example/drm.h +++ b/v4l2-mfc-example/drm.h @@ -23,12 +23,17 @@ #ifndef INCLUDE_DRM_H #define INCLUDE_DRM_H +#include +#include + #ifdef DRM /* Open and mmap DRM buffer. Also read its properties */ int drm_open(struct instance *i); /* Unmap and close the buffer */ void drm_close(struct instance *i); +extern int exynos_drm_ipp_init(struct instance *i); +void exynos_drm_ipp_close(struct instance *inst); struct connector { uint32_t id; @@ -42,6 +47,8 @@ struct connector { int swap_count; }; + + #endif /* DRM */ #endif /* INCLUDE_DRM_H */ -- cgit v1.2.3