
2 Jun
2017
2 Jun
'17
3:03 p.m.
On Wed, 31 May 2017 17:59:31 +0200 Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote: ...
Changes in v4:
- split the massive "refactor, split and add RK3399 support"-change into smaller chunks that are more easily digestible
Changes in v3:
- splits the VOP driver into SOC-specific and common portions
- moves the "maximum x" and "maximum y" resolution config into Kconfig (instead of having hard-coded values that may need to be revised each time someone adds a new device or new features)
Changes in v2: None
arch/arm/include/asm/arch-rockchip/vop_rk3288.h | 10 +++ drivers/video/rockchip/Makefile | 1 + drivers/video/rockchip/rk3399_vop.c | 105 ++++++++++++++++++++++++ 3 files changed, 116 insertions(+) create mode 100644 drivers/video/rockchip/rk3399_vop.c
applied to u-boot-video/master, thanks!
-- Anatolij