linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/rockchip: Add CDN DP driver
@ 2016-11-22 20:50 Sean Paul
  2016-11-22 20:50 ` [PATCH v16 1/3] drm/rockchip: cdn-dp: add cdn DP support for rk3399 Sean Paul
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sean Paul @ 2016-11-22 20:50 UTC (permalink / raw)
  To: dri-devel, linux-rockchip; +Cc: linux-kernel, mark.yao, zyw, groeck, Sean Paul

This series adds support for the CDN DP controller to the rockchip drm
driver. This version of includes the version we merged into the
chromium.org repo plus ~15 fixes squashed on top. Notable fixes include:
	- Fixed races between hotplug/extcon worker and modeset
	- Greater support for whacky USB-C dongles/monitors

You can find the previous version here:
	https://patchwork.kernel.org/patch/9324737/

Chris Zhong (1):
  drm/rockchip: cdn-dp: add cdn DP support for rk3399

Guenter Roeck (2):
  drm/rockchip: cdn-dp: Load firmware if no monitor connected
  drm/rockchip: cdn-dp: Do not run worker while suspended

 drivers/gpu/drm/rockchip/Kconfig            |   10 +
 drivers/gpu/drm/rockchip/Makefile           |    2 +
 drivers/gpu/drm/rockchip/cdn-dp-core.c      | 1243 +++++++++++++++++++++++++++
 drivers/gpu/drm/rockchip/cdn-dp-core.h      |  111 +++
 drivers/gpu/drm/rockchip/cdn-dp-reg.c       |  979 +++++++++++++++++++++
 drivers/gpu/drm/rockchip/cdn-dp-reg.h       |  483 +++++++++++
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c |   13 +-
 drivers/gpu/drm/rockchip/rockchip_drm_vop.h |    9 +
 drivers/gpu/drm/rockchip/rockchip_vop_reg.c |    2 +
 9 files changed, 2849 insertions(+), 3 deletions(-)
 create mode 100644 drivers/gpu/drm/rockchip/cdn-dp-core.c
 create mode 100644 drivers/gpu/drm/rockchip/cdn-dp-core.h
 create mode 100644 drivers/gpu/drm/rockchip/cdn-dp-reg.c
 create mode 100644 drivers/gpu/drm/rockchip/cdn-dp-reg.h

-- 
2.8.0.rc3.226.g39d4020

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

end of thread, other threads:[~2016-11-22 20:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-22 20:50 [PATCH 0/3] drm/rockchip: Add CDN DP driver Sean Paul
2016-11-22 20:50 ` [PATCH v16 1/3] drm/rockchip: cdn-dp: add cdn DP support for rk3399 Sean Paul
2016-11-22 20:50 ` [PATCH 2/3] drm/rockchip: cdn-dp: Load firmware if no monitor connected Sean Paul
2016-11-22 20:50 ` [PATCH 3/3] drm/rockchip: cdn-dp: Do not run worker while suspended Sean Paul

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).