dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] drm/rockchip: add all full framework vop support
@ 2017-07-18  2:28 Mark Yao
  2017-07-18  2:28 ` [PATCH v3 1/7] drm/rockchip: vop: initialize registers directly Mark Yao
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Mark Yao @ 2017-07-18  2:28 UTC (permalink / raw)
  To: Mark Yao, David Airlie, Heiko Stuebner, Rob Herring, Mark Rutland
  Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA

These patches try to make all current rockchip full framework vop works
on drm, fill missing vop on full framework.
Vop Full framework now has following vops:
IP version    chipname
      3.1           rk3288
      3.2           rk3368
      3.4           rk3366
      3.5           rk3399 big
      3.6           rk3399 lit
      3.7           rk3228
      3.8           rk3328

Group the vop register, it would make register  definition clearer and
more easily to reuse same group register define for difference vops.

Tested on rk3399 excavator board with kernel 4.12-rc1.

And other chips works find on rockchip kernel 4.4:
   https://github.com/rockchip-linux/kernel/tree/release-4.4/drivers/gpu/drm/rockchip

Changes in v3:
- group vop register instead using VOP_REG_VER mechanism
- move write_relaxed flags to vop registers
- Explain more on patch commit message
- fix rk3328 overlay abnormal

Changes in v2:
- rename rk322x to rk3228(Heiko Stübner)
- correct some vop registers define

Mark Yao (7):
  drm/rockchip: vop: initialize registers directly
  drm/rockchip: vop: move write_relaxed flags to vop register
  drm/rockchip: vop: move line_flag_num to interrupt registers
  drm/rockchip: vop: group vop registers
  drm/rockchip: vop: add a series of vop support
  dt-bindings: display: fill Documents for series of vop
  drm/rockchip: vop: rk3328: fix overlay abnormal

 .../bindings/display/rockchip/rockchip-vop.txt     |   4 +
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c        | 109 ++-
 drivers/gpu/drm/rockchip/rockchip_drm_vop.h        |  81 +-
 drivers/gpu/drm/rockchip/rockchip_vop_reg.c        | 374 ++++++---
 drivers/gpu/drm/rockchip/rockchip_vop_reg.h        | 905 ++++++++++++++++-----
 5 files changed, 1074 insertions(+), 399 deletions(-)

-- 
1.9.1


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-07-18  2:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-18  2:28 [PATCH v3 0/7] drm/rockchip: add all full framework vop support Mark Yao
2017-07-18  2:28 ` [PATCH v3 1/7] drm/rockchip: vop: initialize registers directly Mark Yao
2017-07-18  2:28 ` [PATCH v3 2/7] drm/rockchip: vop: move write_relaxed flags to vop register Mark Yao
2017-07-18  2:28 ` [PATCH v3 3/7] drm/rockchip: vop: move line_flag_num to interrupt registers Mark Yao
2017-07-18  2:28 ` [PATCH v3 4/7] drm/rockchip: vop: group vop registers Mark Yao
2017-07-18  2:28 ` [PATCH v3 5/7] drm/rockchip: vop: add a series of vop support Mark Yao
2017-07-18  2:28 ` [PATCH v3 6/7] dt-bindings: display: fill Documents for series of vop Mark Yao
2017-07-18  2:28 ` [PATCH v3 7/7] drm/rockchip: vop: rk3328: fix overlay abnormal Mark Yao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).