rk30: add RGA driver
author黄涛 <huangtao@rock-chips.com>
Thu, 23 Feb 2012 08:04:40 +0000 (16:04 +0800)
committer黄涛 <huangtao@rock-chips.com>
Thu, 23 Feb 2012 08:04:40 +0000 (16:04 +0800)
commit919de0db884beb129cb4ad756887d303d8124ee9
tree527807b7854d94b286305596789dd50379b9f413
parent8b262792508bb55b74cf554e709a4c3740b12ba0
rk30: add RGA driver
16 files changed:
arch/arm/mach-rk30/devices.c
drivers/video/Makefile
drivers/video/rockchip/Kconfig
drivers/video/rockchip/Makefile
drivers/video/rockchip/rga/Kconfig [new file with mode: 0644]
drivers/video/rockchip/rga/Makefile [new file with mode: 0644]
drivers/video/rockchip/rga/RGA_API.c [new file with mode: 0644]
drivers/video/rockchip/rga/RGA_API.h [new file with mode: 0644]
drivers/video/rockchip/rga/rga.h [new file with mode: 0644]
drivers/video/rockchip/rga/rga_drv.c [new file with mode: 0644]
drivers/video/rockchip/rga/rga_mmu_info.c [new file with mode: 0644]
drivers/video/rockchip/rga/rga_mmu_info.h [new file with mode: 0644]
drivers/video/rockchip/rga/rga_reg_info.c [new file with mode: 0644]
drivers/video/rockchip/rga/rga_reg_info.h [new file with mode: 0644]
drivers/video/rockchip/rga/rga_rop.h [new file with mode: 0644]
drivers/video/rockchip/rga/rga_type.h [new file with mode: 0644]