From ace9429bb58fd418f0c81d4c2835699bddf6bde6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:27:49 +0200 Subject: Adding upstream version 6.6.15. Signed-off-by: Daniel Baumann --- drivers/video/fbdev/sh_mobile_lcdcfb.c | 2663 ++++++++++++++++++++++++++++++++ 1 file changed, 2663 insertions(+) create mode 100644 drivers/video/fbdev/sh_mobile_lcdcfb.c (limited to 'drivers/video/fbdev/sh_mobile_lcdcfb.c') diff --git a/drivers/video/fbdev/sh_mobile_lcdcfb.c b/drivers/video/fbdev/sh_mobile_lcdcfb.c new file mode 100644 index 0000000000..1364dafaad --- /dev/null +++ b/drivers/video/fbdev/sh_mobile_lcdcfb.c @@ -0,0 +1,2663 @@ +/* + * SuperH Mobile LCDC Framebuffer + * + * Copyright (c) 2008 Magnus Damm + * + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include