driver: video: rockchip: add new driver of vpu
authorJung Zhao <jung.zhao@rock-chips.com>
Sat, 1 Apr 2017 09:05:24 +0000 (17:05 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 7 Jun 2017 04:05:34 +0000 (12:05 +0800)
commitfbf80c017b6157670ec76c5632becca53a9ea3fe
tree189b440ae00ceb093eed27bca38ccdeb85c9bf59
parentad2fc3b29a8b0f1e1c0cd40a84ea065feb2c8fbb
driver: video: rockchip: add new driver of vpu

this driver only support h264e & h265e. if you want to
enable the driver, you must modify the menuconfig and
turn on MPP_SERVICE & MPP_DEVICE.

Change-Id: I7f1c6e473eaf7aedb4fa86791412b5fbcb2c531d
Signed-off-by: buluess.li <buluess.li@rock-chips.com>
Signed-off-by: Jung Zhao <jung.zhao@rock-chips.com>
22 files changed:
Documentation/devicetree/bindings/video/rockchip_enc.txt [new file with mode: 0644]
Documentation/devicetree/bindings/video/rockchip_mpp.txt [new file with mode: 0644]
drivers/video/rockchip/Kconfig
drivers/video/rockchip/Makefile
drivers/video/rockchip/vpu/Kconfig [new file with mode: 0644]
drivers/video/rockchip/vpu/Makefile [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_dev_common.c [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_dev_common.h [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_dev_h265e.c [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_dev_h265e.h [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_dev_h265e_define.h [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_dev_h265e_reg.h [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_dev_rkvenc.c [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_dev_rkvenc.h [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_dev_vepu.c [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_dev_vepu.h [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_service.c [new file with mode: 0644]
drivers/video/rockchip/vpu/mpp_service.h [new file with mode: 0644]
drivers/video/rockchip/vpu/vpu_iommu_drm.c [new file with mode: 0644]
drivers/video/rockchip/vpu/vpu_iommu_ion.c [new file with mode: 0644]
drivers/video/rockchip/vpu/vpu_iommu_ops.c [new file with mode: 0644]
drivers/video/rockchip/vpu/vpu_iommu_ops.h [new file with mode: 0644]