public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: mark.yao@rock-chips.com (Mark Yao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] add rk3036 vop support
Date: Thu, 17 Dec 2015 11:37:00 +0800	[thread overview]
Message-ID: <1450323426-32109-1-git-send-email-mark.yao@rock-chips.com> (raw)

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

-- 
1.7.9.5

             reply	other threads:[~2015-12-17  3:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-17  3:37 Mark Yao [this message]
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 ` [PATCH 2/6] drm/rockchip: vop: move interrupt registers " 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 ` [PATCH 4/6] drm/rockchip: vop: spilt scale regsters Mark Yao
2015-12-21  1:50   ` [PATCH v1.1 " Mark Yao
2015-12-17  3:43 ` [PATCH 5/6] drm/rockchip: vop: add rk3036 vop support Mark Yao
2015-12-17  3:45 ` [PATCH 6/6] dt-bindings: add document for rk3036-vop Mark Yao
2015-12-19  4:18   ` Rob Herring
2015-12-22  2:39 ` [PATCH 0/6] add rk3036 vop support 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=1450323426-32109-1-git-send-email-mark.yao@rock-chips.com \
    --to=mark.yao@rock-chips.com \
    --cc=linux-arm-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox