]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
video: dcu: Add DCU driver support
authorWang Huan <b18965@freescale.com>
Fri, 5 Sep 2014 05:52:48 +0000 (13:52 +0800)
committerYork Sun <yorksun@freescale.com>
Mon, 8 Sep 2014 17:30:35 +0000 (10:30 -0700)
commit327def5060d03648801b8c92b3235b0c9426af47
tree97d6b9a3e747699c86a6d268ab7cfa07bc0668ac
parent6209e14cb026c20614c388020eb74b8972a16747
video: dcu: Add DCU driver support

This patch is to add DCU driver support. DCU also named
2D-ACE(Two Dimensional Animation and Compositing Engine)
is a system master that fetches graphics stored in internal
or external memory and displays them on a TFT LCD panel.

Signed-off-by: Alison Wang <alison.wang@freescale.com>
arch/arm/include/asm/arch-ls102xa/config.h
drivers/video/Makefile
drivers/video/fsl_dcu_fb.c [new file with mode: 0644]
include/fsl_dcu_fb.h [new file with mode: 0644]