From: Mark yao <mark.yao@rock-chips.com>
To: David Airlie <airlied@linux.ie>, Heiko Stuebner <heiko@sntech.de>,
dri-devel@lists.freedesktop.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/6] add rk3036 vop support
Date: Tue, 22 Dec 2015 10:39:34 +0800 [thread overview]
Message-ID: <5678B7E6.9040102@rock-chips.com> (raw)
In-Reply-To: <1450323426-32109-1-git-send-email-mark.yao@rock-chips.com>
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
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: mark.yao@rock-chips.com (Mark yao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] add rk3036 vop support
Date: Tue, 22 Dec 2015 10:39:34 +0800 [thread overview]
Message-ID: <5678B7E6.9040102@rock-chips.com> (raw)
In-Reply-To: <1450323426-32109-1-git-send-email-mark.yao@rock-chips.com>
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
>
WARNING: multiple messages have this Message-ID (diff)
From: Mark yao <mark.yao@rock-chips.com>
To: David Airlie <airlied@linux.ie>, Heiko Stuebner <heiko@sntech.de>,
dri-devel@lists.freedesktop.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/6] add rk3036 vop support
Date: Tue, 22 Dec 2015 10:39:34 +0800 [thread overview]
Message-ID: <5678B7E6.9040102@rock-chips.com> (raw)
In-Reply-To: <1450323426-32109-1-git-send-email-mark.yao@rock-chips.com>
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
>
next prev parent reply other threads:[~2015-12-22 2:39 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-17 3:37 [PATCH 0/6] add rk3036 vop support Mark Yao
2015-12-17 3:37 ` Mark Yao
2015-12-17 3:37 ` Mark Yao
2015-12-17 3:37 ` [PATCH 1/6] drm/rockchip: vop: merge vop cfg_done into vop_data Mark Yao
2015-12-17 3:37 ` Mark Yao
2015-12-17 3:37 ` Mark Yao
2015-12-17 3:37 ` [PATCH 2/6] drm/rockchip: vop: move interrupt registers " Mark Yao
2015-12-17 3:37 ` Mark Yao
2015-12-17 3:37 ` Mark Yao
2015-12-17 3:37 ` [PATCH 3/6] drm/rockchip: vop: spilt register related into rockchip_reg_vop.c Mark Yao
2015-12-17 3:37 ` Mark Yao
2015-12-17 3:37 ` Mark Yao
2015-12-17 3:37 ` [PATCH 4/6] drm/rockchip: vop: spilt scale regsters Mark Yao
2015-12-17 3:37 ` Mark Yao
2015-12-17 3:37 ` Mark Yao
2015-12-21 0:53 ` Mark yao
2015-12-21 1:50 ` [PATCH v1.1 " Mark Yao
2015-12-21 1:50 ` Mark Yao
2015-12-21 1:50 ` Mark Yao
2015-12-17 3:43 ` [PATCH 5/6] drm/rockchip: vop: add rk3036 vop support Mark Yao
2015-12-17 3:43 ` Mark Yao
2015-12-17 3:43 ` Mark Yao
2015-12-17 3:45 ` [PATCH 6/6] dt-bindings: add document for rk3036-vop Mark Yao
2015-12-17 3:45 ` Mark Yao
2015-12-17 3:45 ` Mark Yao
2015-12-19 4:18 ` Rob Herring
2015-12-19 4:18 ` Rob Herring
2015-12-19 4:18 ` Rob Herring
2015-12-22 2:39 ` Mark yao [this message]
2015-12-22 2:39 ` [PATCH 0/6] add rk3036 vop support Mark yao
2015-12-22 2:39 ` Mark yao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5678B7E6.9040102@rock-chips.com \
--to=mark.yao@rock-chips.com \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=heiko@sntech.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.