All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Implement HDCP2.2: PART-I
@ 2018-10-25  7:09 Ramalingam C
  2018-10-25  7:09 ` [PATCH 1/4] drm: hdcp2.2 authentication msg definitions Ramalingam C
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ramalingam C @ 2018-10-25  7:09 UTC (permalink / raw)
  To: daniel.vetter, intel-gfx, dri-devel, seanpaul

This series defines the HDCP2.2 authentication messages at drm header
along with intel specific HDCP2.2 registers. And introduces a
structure intel_hdcp to wrap all hdcp related variables into it.

These patches were previously reviewed at
https://patchwork.freedesktop.org/series/38254/

Ramalingam C (4):
  drm: hdcp2.2 authentication msg definitions
  drm: HDMI and DP specific HDCP2.2 defines
  drm/i915: wrapping all hdcp var into intel_hdcp
  drm/i915: Define Intel HDCP2.2 registers

 drivers/gpu/drm/i915/i915_debugfs.c  |   2 +-
 drivers/gpu/drm/i915/i915_reg.h      |  32 ++++++
 drivers/gpu/drm/i915/intel_display.c |   6 +-
 drivers/gpu/drm/i915/intel_drv.h     |  15 ++-
 drivers/gpu/drm/i915/intel_hdcp.c    | 109 ++++++++++--------
 include/drm/drm_dp_helper.h          |  51 +++++++++
 include/drm/drm_hdcp.h               | 212 +++++++++++++++++++++++++++++++++++
 7 files changed, 369 insertions(+), 58 deletions(-)

-- 
2.7.4

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

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

end of thread, other threads:[~2018-10-25  7:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-25  7:09 [PATCH 0/4] Implement HDCP2.2: PART-I Ramalingam C
2018-10-25  7:09 ` [PATCH 1/4] drm: hdcp2.2 authentication msg definitions Ramalingam C
2018-10-25  7:09 ` [PATCH 2/4] drm: HDMI and DP specific HDCP2.2 defines Ramalingam C
2018-10-25  7:09 ` [PATCH 3/4] drm/i915: wrapping all hdcp var into intel_hdcp Ramalingam C
2018-10-25  7:09 ` [PATCH 4/4] drm/i915: Define Intel HDCP2.2 registers Ramalingam C
2018-10-25  7:49 ` ✓ Fi.CI.BAT: success for Implement HDCP2.2: PART-I Patchwork

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.