[PATCH v2 0/5] drm/rockchip: add rk3399 display controller support

From: Mark Yao
Date: Wed Apr 20 2016 - 02:19:38 EST


This series of patches add support for rk3399 display crontroller(vop),

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 differences of this two is VOP_LIT cut off some features.

Those patches tested on rk3399 evb board.

Changes in v2:
- sort the registers and vop compatible name
- spilt VOP_REG_MASK into a single patch
- make rk3399 vop documentation more readable(Heiko StÃbner)

Mark Yao (5):
drm/rockchip: sort registers define by chip's number
dt-bindings: sort Rockchip vop compatible by chip's number
drm/rockchip: vop: introduce VOP_REG_MASK
drm/rockchip: vop: add rk3399 vop support
dt-bindings: add documentation for Rockchip rk3399 display
controllers

.../bindings/display/rockchip/rockchip-vop.txt | 7 +-
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 60 +++--
drivers/gpu/drm/rockchip/rockchip_drm_vop.h | 5 +
drivers/gpu/drm/rockchip/rockchip_vop_reg.c | 236 ++++++++++++-----
drivers/gpu/drm/rockchip/rockchip_vop_reg.h | 279 +++++++++++++++++---
5 files changed, 447 insertions(+), 140 deletions(-)

--
1.7.9.5