All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/6] drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+
@ 2019-08-22 11:14 Ramalingam C
  2019-08-22 11:14 ` [PATCH v7 1/6] drm/i915: mei_hdcp: I915 sends ddi index as per ME FW Ramalingam C
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Ramalingam C @ 2019-08-22 11:14 UTC (permalink / raw)
  To: intel-gfx, dri-devel; +Cc: Jani Nikula, tomas.winkler

Enabling the HDCP1.4 and 2.2 on TGL by supporting the HW block movement
from DDI into transcoder.

v7:
  port, transcoder definitions are kept within I915.
  corresponding changes in i915-mei interface.

Ramalingam C (6):
  drm/i915: mei_hdcp: I915 sends ddi index as per ME FW
  drm: port definition is moved back into i915 header
  drm: I915 mei interface is extended for transcoder info
  misc/mei/hdcp: transcoder index in port info
  drm/i915/hdcp: updating the transcoder of the hdcp port
  drm/i915/hdcp: Enable HDCP 1.4 and 2.2 on Gen12+

 drivers/gpu/drm/i915/display/intel_bios.h     |   2 +
 drivers/gpu/drm/i915/display/intel_display.h  |  18 ++
 .../drm/i915/display/intel_display_types.h    |   7 +
 drivers/gpu/drm/i915/display/intel_dp.c       |   3 +
 drivers/gpu/drm/i915/display/intel_dp.h       |   1 +
 drivers/gpu/drm/i915/display/intel_hdcp.c     | 191 +++++++++++++-----
 drivers/gpu/drm/i915/display/intel_hdcp.h     |   2 +
 drivers/gpu/drm/i915/display/intel_hdmi.c     |  12 +-
 drivers/gpu/drm/i915/i915_reg.h               | 124 +++++++++++-
 drivers/misc/mei/hdcp/mei_hdcp.c              |  45 ++---
 drivers/misc/mei/hdcp/mei_hdcp.h              |  16 +-
 include/drm/i915_drm.h                        |  18 --
 include/drm/i915_mei_hdcp_interface.h         |  29 ++-
 13 files changed, 348 insertions(+), 120 deletions(-)

-- 
2.20.1

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

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

end of thread, other threads:[~2019-08-22 11:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-22 11:14 [PATCH v7 0/6] drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ Ramalingam C
2019-08-22 11:14 ` [PATCH v7 1/6] drm/i915: mei_hdcp: I915 sends ddi index as per ME FW Ramalingam C
2019-08-22 11:14 ` [PATCH v7 2/6] drm: port definition is moved back into i915 header Ramalingam C
2019-08-22 11:34   ` [PATCH v8 " Ramalingam C
2019-08-22 11:42   ` [PATCH v7 " Jani Nikula
2019-08-22 11:14 ` [PATCH v7 3/6] drm: I915 mei interface is extended for transcoder info Ramalingam C
2019-08-22 11:14 ` [PATCH v7 4/6] misc/mei/hdcp: transcoder index in port info Ramalingam C
2019-08-22 11:14 ` [PATCH v7 5/6] drm/i915/hdcp: updating the transcoder of the hdcp port Ramalingam C
2019-08-22 11:45   ` Jani Nikula
2019-08-22 11:14 ` [PATCH v7 6/6] drm/i915/hdcp: Enable HDCP 1.4 and 2.2 on Gen12+ Ramalingam C
2019-08-22 11:46   ` Jani Nikula
2019-08-22 11:19 ` ✗ Fi.CI.BAT: failure for drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ (rev5) Patchwork
2019-08-22 11:47 ` [PATCH v7 0/6] drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ Jani Nikula
2019-08-22 11:49 ` ✗ Fi.CI.BUILD: failure for drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ (rev6) 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.