linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/rockchip: add all full framework vop support
@ 2017-07-11 12:41 Mark Yao
  2017-07-11 12:42 ` [PATCH 1/5] drm/rockchip: vop: get rid of register init table Mark Yao
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Mark Yao @ 2017-07-11 12:41 UTC (permalink / raw)
  To: linux-arm-kernel

These patches try to make all current rockchip full framework vop works
on drm, The newer vop design always have some different to the old one,
So we add a register verify mechanism to distinguish those register, then
the registers table can be reused.

And people can easy to know the different for the vops from register table.

Mark Yao (5):
  drm/rockchip: vop: get rid of register init table
  drm/rockchip: vop: support verify registers with vop version
  drm/rockchip: vop: move line_flag_num to interrupt registers
  drm/rockchip: vop: add a series of vop support
  dt-bindings: display: fill Documents for series of vop

 .../bindings/display/rockchip/rockchip-vop.txt     |   4 +
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c        |  74 +-
 drivers/gpu/drm/rockchip/rockchip_drm_vop.h        |  32 +-
 drivers/gpu/drm/rockchip/rockchip_vop_reg.c        | 259 +++---
 drivers/gpu/drm/rockchip/rockchip_vop_reg.h        | 905 ++++++++++++++++-----
 5 files changed, 952 insertions(+), 322 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-07-12  0:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-11 12:41 [PATCH 0/5] drm/rockchip: add all full framework vop support Mark Yao
2017-07-11 12:42 ` [PATCH 1/5] drm/rockchip: vop: get rid of register init table Mark Yao
2017-07-11 12:42 ` [PATCH 2/5] drm/rockchip: vop: support verify registers with vop version Mark Yao
2017-07-11 12:42 ` [PATCH 3/5] drm/rockchip: vop: move line_flag_num to interrupt registers Mark Yao
2017-07-11 12:42 ` [PATCH 4/5] drm/rockchip: vop: add a series of vop support Mark Yao
2017-07-11 12:42 ` [PATCH 5/5] dt-bindings: display: fill Documents for series of vop Mark Yao
2017-07-11 12:45   ` Heiko Stübner
2017-07-12  0:21     ` 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).