All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] enable HDCP in Cadence MHDP bridge driver
@ 2021-03-19  9:37 ` Parshuram Thombare
  0 siblings, 0 replies; 10+ messages in thread
From: Parshuram Thombare @ 2021-03-19  9:37 UTC (permalink / raw)
  To: robert.foss, robh+dt, laurent.pinchart, airlied, daniel
  Cc: dri-devel, devicetree, linux-kernel, a.hajda, narmstrong,
	nikhil.nd, kishon, sjakhade, mparab, Parshuram Thombare

This patch series enables HDCP in Cadence MHDP DPI/DP bridge driver.

Changes since v1:
- Move sapb reg block right after apb reg block
- Corresponding changes in binding and example

Changes since v2:
- Revert reg resource sequence in binding and 
  use resource mapping by name
- Remove hdcp_config from binding and use
  DRM HDCP Content Type property to select
  HDCP version

Changes since v3:
- Fix kernel test robot warning

Changes since v4:
- Fix binding issue

Parshuram Thombare (2):
  dt-bindings: drm/bridge: MHDP8546 bridge binding changes for HDCP
  drm: bridge: cdns-mhdp8546: Enable HDCP

 .../display/bridge/cdns,mhdp8546.yaml         |  34 +-
 drivers/gpu/drm/bridge/cadence/Makefile       |   2 +-
 .../drm/bridge/cadence/cdns-mhdp8546-core.c   | 113 +++-
 .../drm/bridge/cadence/cdns-mhdp8546-core.h   |  21 +
 .../drm/bridge/cadence/cdns-mhdp8546-hdcp.c   | 570 ++++++++++++++++++
 .../drm/bridge/cadence/cdns-mhdp8546-hdcp.h   |  92 +++
 6 files changed, 806 insertions(+), 26 deletions(-)
 create mode 100644 drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c
 create mode 100644 drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.h

-- 
2.25.1


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

end of thread, other threads:[~2021-04-07  6:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  9:37 [PATCH v5 0/2] enable HDCP in Cadence MHDP bridge driver Parshuram Thombare
2021-03-19  9:37 ` Parshuram Thombare
2021-03-19  9:38 ` [PATCH v5 1/2] dt-bindings: drm/bridge: MHDP8546 bridge binding changes for HDCP Parshuram Thombare
2021-03-19  9:38   ` Parshuram Thombare
2021-03-23 22:45   ` Rob Herring
2021-03-23 22:45     ` Rob Herring
2021-04-07  6:03     ` Parshuram Raju Thombare
2021-04-07  6:03       ` Parshuram Raju Thombare
2021-03-19  9:38 ` [PATCH v5 2/2] drm: bridge: cdns-mhdp8546: Enable HDCP Parshuram Thombare
2021-03-19  9:38   ` Parshuram Thombare

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.