]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/rockchip: vop: add rk3399 vop support
authorMark Yao <mark.yao@rock-chips.com>
Wed, 20 Apr 2016 06:18:16 +0000 (14:18 +0800)
committerSean Paul <seanpaul@chromium.org>
Tue, 23 Aug 2016 15:44:29 +0000 (11:44 -0400)
commit0a63bfd046bbc8858d83dd3f0922bc2b1228074a
tree920e863a37323196cf95e97444d45bb995c7f44a
parentd49463ec78cfadab29de1df318c525319ab3c919
drm/rockchip: vop: add rk3399 vop support

There are two VOP in rk3399 chip, respectively VOP_BIG and VOP_LIT.
most registers layout of this two vop is same, their framework are both
VOP_FULL, the Major differences of this two is that:

VOP_BIG max output resolution is 4096x2160.
VOP_LIT max output resolution is 2560x1600

VOP_BIG support four windows.
VOP_LIT only support two windows.

RK3399 vop register layout is similar with rk3288, so some feature
can reuse with rk3288.

Reviewed-by: Tomasz Figa <tfiga@chromium.org>
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
drivers/gpu/drm/rockchip/rockchip_drm_vop.h
drivers/gpu/drm/rockchip/rockchip_vop_reg.c
drivers/gpu/drm/rockchip/rockchip_vop_reg.h