From 84ad1b34555853ef47881678dd9b23ee5e46efc2 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 14 Dec 2012 15:21:05 +0200 Subject: video: add generic dvi monitor 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 00000000000..01cea099fc3 --- /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