All of lore.kernel.org
 help / color / mirror / Atom feed
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
Cc: Mark Yao <mark.yao@rock-chips.com>
Subject: [PATCH v2 0/5] drm/rockchip: add rk3399 display controller support
Date: Wed, 20 Apr 2016 14:18:12 +0800	[thread overview]
Message-ID: <1461133097-1478-1-git-send-email-mark.yao@rock-chips.com> (raw)

This series of patches add support for rk3399 display crontroller(vop),

there are two VOP in rk3399 chip, respectively VOP_BIG and VOP_LIT.
most registers layout of this two vop is same, their framework are both
VOP_FULL, the differences of this two is VOP_LIT cut off some features.

Those patches tested on rk3399 evb board.

Changes in v2:
- sort the registers and vop compatible name
- spilt VOP_REG_MASK into a single patch
- make rk3399 vop documentation more readable(Heiko Stübner)

Mark Yao (5):
  drm/rockchip: sort registers define by chip's number
  dt-bindings: sort Rockchip vop compatible by chip's number
  drm/rockchip: vop: introduce VOP_REG_MASK
  drm/rockchip: vop: add rk3399 vop support
  dt-bindings: add documentation for Rockchip rk3399 display
    controllers

 .../bindings/display/rockchip/rockchip-vop.txt     |    7 +-
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c        |   60 +++--
 drivers/gpu/drm/rockchip/rockchip_drm_vop.h        |    5 +
 drivers/gpu/drm/rockchip/rockchip_vop_reg.c        |  236 ++++++++++++-----
 drivers/gpu/drm/rockchip/rockchip_vop_reg.h        |  279 +++++++++++++++++---
 5 files changed, 447 insertions(+), 140 deletions(-)

-- 
1.7.9.5

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: [PATCH v2 0/5] drm/rockchip: add rk3399 display controller support
Date: Wed, 20 Apr 2016 14:18:12 +0800	[thread overview]
Message-ID: <1461133097-1478-1-git-send-email-mark.yao@rock-chips.com> (raw)

This series of patches add support for rk3399 display crontroller(vop),

there are two VOP in rk3399 chip, respectively VOP_BIG and VOP_LIT.
most registers layout of this two vop is same, their framework are both
VOP_FULL, the differences of this two is VOP_LIT cut off some features.

Those patches tested on rk3399 evb board.

Changes in v2:
- sort the registers and vop compatible name
- spilt VOP_REG_MASK into a single patch
- make rk3399 vop documentation more readable(Heiko Stübner)

Mark Yao (5):
  drm/rockchip: sort registers define by chip's number
  dt-bindings: sort Rockchip vop compatible by chip's number
  drm/rockchip: vop: introduce VOP_REG_MASK
  drm/rockchip: vop: add rk3399 vop support
  dt-bindings: add documentation for Rockchip rk3399 display
    controllers

 .../bindings/display/rockchip/rockchip-vop.txt     |    7 +-
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c        |   60 +++--
 drivers/gpu/drm/rockchip/rockchip_drm_vop.h        |    5 +
 drivers/gpu/drm/rockchip/rockchip_vop_reg.c        |  236 ++++++++++++-----
 drivers/gpu/drm/rockchip/rockchip_vop_reg.h        |  279 +++++++++++++++++---
 5 files changed, 447 insertions(+), 140 deletions(-)

-- 
1.7.9.5


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://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 v2 0/5] drm/rockchip: add rk3399 display controller support
Date: Wed, 20 Apr 2016 14:18:12 +0800	[thread overview]
Message-ID: <1461133097-1478-1-git-send-email-mark.yao@rock-chips.com> (raw)

This series of patches add support for rk3399 display crontroller(vop),

there are two VOP in rk3399 chip, respectively VOP_BIG and VOP_LIT.
most registers layout of this two vop is same, their framework are both
VOP_FULL, the differences of this two is VOP_LIT cut off some features.

Those patches tested on rk3399 evb board.

Changes in v2:
- sort the registers and vop compatible name
- spilt VOP_REG_MASK into a single patch
- make rk3399 vop documentation more readable(Heiko St?bner)

Mark Yao (5):
  drm/rockchip: sort registers define by chip's number
  dt-bindings: sort Rockchip vop compatible by chip's number
  drm/rockchip: vop: introduce VOP_REG_MASK
  drm/rockchip: vop: add rk3399 vop support
  dt-bindings: add documentation for Rockchip rk3399 display
    controllers

 .../bindings/display/rockchip/rockchip-vop.txt     |    7 +-
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c        |   60 +++--
 drivers/gpu/drm/rockchip/rockchip_drm_vop.h        |    5 +
 drivers/gpu/drm/rockchip/rockchip_vop_reg.c        |  236 ++++++++++++-----
 drivers/gpu/drm/rockchip/rockchip_vop_reg.h        |  279 +++++++++++++++++---
 5 files changed, 447 insertions(+), 140 deletions(-)

-- 
1.7.9.5

             reply	other threads:[~2016-04-20  6:19 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20  6:18 Mark Yao [this message]
2016-04-20  6:18 ` [PATCH v2 0/5] drm/rockchip: add rk3399 display controller support Mark Yao
2016-04-20  6:18 ` Mark Yao
2016-04-20  6:18 ` [PATCH v2 1/5] drm/rockchip: sort registers define by chip's number Mark Yao
2016-04-20  6:18   ` Mark Yao
2016-04-20  6:18   ` Mark Yao
2016-06-02  6:51   ` Tomasz Figa
2016-06-02  7:05     ` Mark yao
2016-08-17 17:20     ` [PATCH v3 " Sean Paul
2016-08-17 17:20       ` Sean Paul
2016-08-17 17:20       ` Sean Paul
2016-08-18  9:08       ` Mark yao
2016-08-18  9:08         ` Mark yao
2016-08-18  9:08         ` Mark yao
2016-08-18  9:11         ` Daniel Vetter
2016-08-18  9:11           ` Daniel Vetter
2016-08-18  9:11           ` Daniel Vetter
2016-08-18 10:02           ` Mark yao
2016-08-18 10:02             ` Mark yao
2016-08-18 10:02             ` Mark yao
2016-08-22 20:30             ` Sean Paul
2016-08-22 20:30               ` Sean Paul
2016-08-22 20:30               ` Sean Paul
2016-08-23  0:40               ` Mark yao
2016-08-23  0:40                 ` Mark yao
2016-08-23 13:13                 ` Sean Paul
2016-08-23 13:13                   ` Sean Paul
2016-08-23 13:13                   ` Sean Paul
2016-08-25  2:25                   ` Mark yao
2016-08-25  2:25                     ` Mark yao
2016-08-25  2:25                     ` Mark yao
2016-08-25 17:15                     ` Sean Paul
2016-08-25 17:17                       ` Sean Paul
2016-08-25 17:17                         ` Sean Paul
2016-08-25 17:17                         ` Sean Paul
2016-04-20  6:18 ` [PATCH v2 2/5] dt-bindings: sort Rockchip vop compatible " Mark Yao
2016-04-20  6:18   ` Mark Yao
2016-06-02  6:56   ` Tomasz Figa
2016-08-17 17:11     ` [PATCH v3 " Sean Paul
2016-08-17 17:11       ` Sean Paul
2016-08-17 17:11       ` Sean Paul
2016-08-18 21:15     ` Sean Paul
2016-08-18 21:15       ` Sean Paul
2016-08-18 21:15       ` Sean Paul
2016-08-19 13:51       ` Rob Herring
2016-08-19 13:51         ` Rob Herring
2016-08-19 13:51         ` Rob Herring
2016-04-20  6:18 ` [PATCH v2 3/5] drm/rockchip: vop: introduce VOP_REG_MASK Mark Yao
2016-04-20  6:18   ` Mark Yao
2016-04-20  6:18   ` Mark Yao
2016-06-02  7:19   ` Tomasz Figa
2016-08-17 17:23     ` [PATCH v3 " Sean Paul
2016-08-17 17:23       ` Sean Paul
2016-08-17 17:23       ` Sean Paul
2016-04-20  6:18 ` [PATCH v2 4/5] drm/rockchip: vop: add rk3399 vop support Mark Yao
2016-04-20  6:18   ` Mark Yao
2016-04-20  6:18   ` Mark Yao
2016-06-02  7:27   ` Tomasz Figa
2016-04-20  6:20 ` [PATCH v2 5/5] dt-bindings: add documentation for Rockchip rk3399 display controllers Mark Yao
2016-04-20  6:20   ` Mark Yao
2016-04-20  6:20   ` Mark Yao
2016-06-02  7:33   ` Tomasz Figa
2016-08-17 17:16     ` [PATCH v3 5/5] dt-bindings: add compatible strings for big/little rockchip vops Sean Paul
2016-08-17 17:16       ` Sean Paul
2016-08-17 17:16       ` Sean Paul
     [not found] <0001-<1471454202-1631-1-git-send-email-seanpaul@chromium.org>
2016-08-18 21:12 ` Sean Paul
2016-08-18 21:12   ` Sean Paul
2016-08-18 21:12   ` Sean Paul
2016-08-19 13:50   ` Rob Herring
2016-08-19 13:50     ` Rob Herring
2016-08-19 13:50     ` Rob Herring

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=1461133097-1478-1-git-send-email-mark.yao@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.