lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 22 Dec 2015 10:39:34 +0800
From:	Mark yao <mark.yao@...k-chips.com>
To:	David Airlie <airlied@...ux.ie>, Heiko Stuebner <heiko@...ech.de>,
	dri-devel@...ts.freedesktop.org,
	linux-arm-kernel@...ts.infradead.org,
	linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/6] add rk3036 vop support

Hi
     I want to push these patches in a couple of days, So just Ping if 
anyone interested or have some doubt on it.

Thanks.
-Mark

On 2015年12月17日 11:37, Mark Yao wrote:
> This series of patches add rk3036 vop support.
>
> RK3036 registers layout is quite difference with rk3288 layout,
> The IC design with different framework, rk3036 vop is VOP LITE,
> and rk3288 is VOP FULL.
>
> RK3036 support two overlay plane and one hwc plane, max output
> resolution is 1080p. it support IOMMU, and its IOMMU same as
> rk3288's.
>
> This patches is based on drm/rockchip atomic patches. [0]
>
> Tested on kylin board, kylin runs on 4.1 kernel.
>
> backport to 4.1, and picked Yakir Yang's inno hdmi patches [1].
> works with test program atomictest[2] and modetest.
>
> [0]: https://lkml.org/lkml/2015/12/16/824
> [1]: https://lkml.org/lkml/2015/11/11/53
> [2]: https://github.com/markyzq/libdrm.git atomictest
>
> Mark Yao (6):
>    drm/rockchip: vop: merge vop cfg_done into vop_data
>    drm/rockchip: vop: move interrupt registers into vop_data
>    drm/rockchip: vop: spilt register related into rockchip_reg_vop.c
>    drm/rockchip: vop: spilt scale regsters to common and extension
>    drm/rockchip: vop: add rk3036 vop support
>    dt-bindings: add document for rk3036-vop
>
>   .../bindings/display/rockchip/rockchip-vop.txt     |    1 +
>   drivers/gpu/drm/rockchip/Makefile                  |    3 +-
>   drivers/gpu/drm/rockchip/rockchip_drm_vop.c        |  411 ++++----------------
>   drivers/gpu/drm/rockchip/rockchip_drm_vop.h        |  230 ++++++-----
>   drivers/gpu/drm/rockchip/rockchip_vop_reg.c        |  316 +++++++++++++++
>   drivers/gpu/drm/rockchip/rockchip_vop_reg.h        |  169 ++++++++
>   6 files changed, 696 insertions(+), 434 deletions(-)
>   create mode 100644 drivers/gpu/drm/rockchip/rockchip_vop_reg.c
>   create mode 100644 drivers/gpu/drm/rockchip/rockchip_vop_reg.h
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ