diff --git a/linux-master/drivers/video/jz4770_fb.c b/linux-master/drivers/video/jz4770_fb.c new file mode 100644 index 0000000..fadbaef --- /dev/null +++ b/linux-master/drivers/video/jz4770_fb.c @@ -0,0 +1,1428 @@ +/* + * jz4770_fb.c -- Ingenic Jz4770 LCD frame buffer device + * + * Copyright (C) 2012, Maarten ter Huurne + * Copyright (C) 2014, Paul Cercueil + * Copyright (C) 2018, Daniel Silsby + * + * Based on the JZ4760 frame buffer driver: + * Copyright (C) 2005-2008, Ingenic Semiconductor Inc. + * Author: Wolfgang Wang, + * + * Includes code fragments from JZ4740 SoC LCD frame buffer driver: + * Copyright (C) 2009-2010, Lars-Peter Clausen + * + * 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 +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/// +#include +#include