From 62d9e44ee29f42367b3fae3480825a5c742ec3fc Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Tue, 31 May 2016 11:43:12 +0300 Subject: omapfb: Create new header file for omapfb DSS implementation Copy the content of video/omapdss.h to a new (video/omapfb_dss.h) header file and convert the omapfb drivers to use this new file. The new header file is needed to complete the separation of omapdrm and omapfb implementation of DSS. Signed-off-by: Peter Ujfalusi --- include/video/omapfb_dss.h | 880 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 880 insertions(+) create mode 100644 include/video/omapfb_dss.h (limited to 'include/video/omapfb_dss.h') diff --git a/include/video/omapfb_dss.h b/include/video/omapfb_dss.h new file mode 100644 index 000000000000..65738c47256e --- /dev/null +++ b/include/video/omapfb_dss.h @@ -0,0 +1,880 @@ +/* + * Copyright (C) 2016 Texas Instruments, Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + +#ifndef __OMAPFB_DSS_H +#define __OMAPFB_DSS_H + +#include +#include +#include +#include +#include + +#include