From b5478f54d905e5c81680d1974e3a5fae1ca8941d Mon Sep 17 00:00:00 2001 From: Maciej Socha Date: Tue, 6 Dec 2011 12:39:36 +0100 Subject: misc: compdev added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This driver is needed to support new display composition cases in HC/ICS. The driver is similar to the dispdev driver but not the same. ST-Ericsson ID: 350337 ST-Ericsson FOSS-OUT ID: NA Change-Id: Ide63b6f3994dece44259ac25da26b06a2fcca832 Signed-off-by: Jörgen Nilsson Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/42890 Reviewed-by: Per-Daniel OLSSON Tested-by: Per-Daniel OLSSON Reviewed-by: Jonas ABERG --- drivers/misc/compdev/compdev.c | 481 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 481 insertions(+) create mode 100644 drivers/misc/compdev/compdev.c (limited to 'drivers/misc/compdev/compdev.c') diff --git a/drivers/misc/compdev/compdev.c b/drivers/misc/compdev/compdev.c new file mode 100644 index 00000000000..7e840a59d9c --- /dev/null +++ b/drivers/misc/compdev/compdev.c @@ -0,0 +1,481 @@ +/* + * Copyright (C) ST-Ericsson SA 2011 + * + * Display overlay compositer device driver + * + * Author: Anders Bauer + * for ST-Ericsson. + * + * Modified: Per-Daniel Olsson + * for ST-Ericsson. + * + * License terms: GNU General Public License (GPL), version 2. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include