From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Fri, 14 Dec 2012 14:27:30 +0000 Subject: [RFC 4/6] video: add generic dvi monitor Message-Id: <1355495252-26364-5-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-dvi.c | 164 +++++++++++++++++++++++++++++++++++++ include/video/panel-dvi.h | 18 ++++ 2 files changed, 182 insertions(+) create mode 100644 drivers/video/display/panel-dvi.c create mode 100644 include/video/panel-dvi.h diff --git a/drivers/video/display/panel-dvi.c b/drivers/video/display/panel-dvi.c new file mode 100644 index 0000000..01cea09 --- /dev/null +++ b/drivers/video/display/panel-dvi.c @@ -0,0 +1,164 @@ +/* + * Generic DVI monitor + * + * Copyright (C) 2012 Texas Instruments + * + * Contacts: Tomi Valkeinen + * + * 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