devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/2] Add basic HDCP function support for dw_hdmi driver
@ 2015-11-22 13:31 Yakir Yang
  2015-11-22 13:42 ` [RFC PATCH v1 1/2] drm: Add Content Protection properties to drm Yakir Yang
  2015-11-22 13:42 ` [RFC PATCH v1 2/2] drm: bridgw/dw_hdmi: add basic hdmi hdcp driver Yakir Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Yakir Yang @ 2015-11-22 13:31 UTC (permalink / raw)
  To: Russell King, Vladimir Zapolskiy, Thierry Reding, Philipp Zabel,
	Andy Yan
  Cc: Fabio Estevam, devicetree, linux-samsung-soc, linux-api,
	linux-kernel, dri-devel, linux-rockchip, linux-arm-kernel

Hi,

This series try to add the basic HDCP function support for bridge
dw_hdmi driver. Beside this series also resend the patch from Sean
Paul that try to introduce a common way for userspace to operate
the HDCP function.

Userspace could chose to enable/disable the HDCP function throught
the new standard properties "Content Protection", and driver would
reflect the HDCP auth status to "Content Protection KSV" property.

Beside this series also base on Vladimir Zapolskiy's patch that help
to introduce DDC support for dw_hdmi driver.

[Resend] Sean Pual: https://patchwork.kernel.org/patch/7279801
[Rebased on] Vladimir Zapolskiy: https://patchwork.kernel.org/patch/7279801

Thanks
- Yakir



Sean Paul (1):
  drm: Add Content Protection properties to drm

Yakir Yang (1):
  drm: bridgw/dw_hdmi: add basic hdmi hdcp driver

 drivers/gpu/drm/bridge/dw_hdmi.c | 355 ++++++++++++++++++++++++++++++++++++---
 drivers/gpu/drm/bridge/dw_hdmi.h |  20 +++
 drivers/gpu/drm/drm_crtc.c       |  21 +++
 drivers/gpu/drm/drm_sysfs.c      |  46 +++++
 include/drm/bridge/dw_hdmi.h     |  17 ++
 include/drm/drm_crtc.h           |   3 +
 include/uapi/drm/drm_mode.h      |   4 +
 7 files changed, 447 insertions(+), 19 deletions(-)

-- 
1.9.1


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-11-22 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-22 13:31 [RFC PATCH v1 0/2] Add basic HDCP function support for dw_hdmi driver Yakir Yang
2015-11-22 13:42 ` [RFC PATCH v1 1/2] drm: Add Content Protection properties to drm Yakir Yang
2015-11-22 13:42 ` [RFC PATCH v1 2/2] drm: bridgw/dw_hdmi: add basic hdmi hdcp driver Yakir Yang

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