From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 2 Jun 2017 15:03:27 +0200 Subject: [U-Boot] [PATCH v4 4/9] rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the RK3399 In-Reply-To: <1496246386-61447-5-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1496246386-61447-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1496246386-61447-5-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <20170602150327.25619330@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 31 May 2017 17:59:31 +0200 Philipp Tomsich philipp.tomsich at 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