Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] HDCP2.2 Content Type support
@ 2019-03-08 16:36 Ramalingam C
  2019-03-08 16:36 ` [PATCH v2 1/2] drm: Add Content protection type property Ramalingam C
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ramalingam C @ 2019-03-08 16:36 UTC (permalink / raw)
  To: intel-gfx, daniel.vetter, maarten.lankhorst

This series adds a property called Content_protection_type
onto HDCP2.2 capable intel connectors.

Using this property userspace app can set the Content Type
of the stream as per HDCP2.2 specification.

v2:
  Separated from the other patches for SRM and Downstream_info
  Restrictions at atomic_set_property is removed [Maarten]
  CP appreviation is expanded [Daniel]
  kernel does HDCP restart when type change is requested when CP is on.
    Needed to remove the restriction of at atomic_set_property.

Test-with: 20190308163049.9016-2-ramalingam.c@intel.com

Ramalingam C (2):
  drm: Add Content protection type property
  drm/i915: Attach content type property

 drivers/gpu/drm/drm_atomic_uapi.c |  4 ++
 drivers/gpu/drm/drm_connector.c   | 63 +++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_ddi.c  | 21 ++++++++---
 drivers/gpu/drm/i915/intel_drv.h  |  2 +-
 drivers/gpu/drm/i915/intel_hdcp.c | 30 ++++++++++++---
 include/drm/drm_connector.h       | 15 ++++++++
 include/uapi/drm/drm_mode.h       |  4 ++
 7 files changed, 127 insertions(+), 12 deletions(-)

-- 
2.19.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2019-03-08 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-08 16:36 [PATCH v2 0/2] HDCP2.2 Content Type support Ramalingam C
2019-03-08 16:36 ` [PATCH v2 1/2] drm: Add Content protection type property Ramalingam C
2019-03-08 16:36 ` [PATCH v2 2/2] drm/i915: Attach content " Ramalingam C
2019-03-08 16:45 ` [PATCH v2 1/8] drm/i915: debugfs: HDCP2.2 capability read Ramalingam C
2019-03-08 16:52 ` ✗ Fi.CI.BAT: failure for HDCP2.2 Content Type support Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox