From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Fri, 14 Dec 2012 14:27:28 +0000 Subject: [RFC 2/6] video: add generic dpi panel Message-Id: <1355495252-26364-3-git-send-email-tomi.valkeinen@ti.com> List-Id: References: <1355495252-26364-1-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1355495252-26364-1-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Laurent Pinchart , linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org Cc: Tomi Valkeinen Signed-off-by: Tomi Valkeinen --- drivers/video/display/panel-dpi.c | 155 +++++++++++++++++++++++++++++++++++++ include/video/panel-dpi.h | 25 ++++++ 2 files changed, 180 insertions(+) create mode 100644 drivers/video/display/panel-dpi.c create mode 100644 include/video/panel-dpi.h diff --git a/drivers/video/display/panel-dpi.c b/drivers/video/display/panel-dpi.c new file mode 100644 index 0000000..824cd88 --- /dev/null +++ b/drivers/video/display/panel-dpi.c @@ -0,0 +1,155 @@ +/* + * DPI Display Panel + * + * Copyright (C) 2012 Renesas Solutions Corp. + * + * Contacts: Laurent Pinchart + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include +#include +#include +#include + +#include