[PATCH v1 0/2] Create Content Protection Property and Use it
Mark Yacoub
markyacoub at chromium.org
Fri Apr 21 16:12:35 UTC 2023
From: Mark Yacoub <markyacoub at chromium.org>
Hi all,
Following up to my HDCP patches[1], this series introduces a new connector prop that is required to push the key from user space to a driver that requires a key from user space to enable HDCP on a connector.
Patch 1 is the DRM code that creates this prop.
Patch 2 is the MSM driver making use of the value of this prop.
Thanks,
Mark Yacoub
[1] https://patchwork.freedesktop.org/series/94713/
Mark Yacoub (2):
DRM: Create new Content Protection connector property
dp_hdcp: Get the hdcp key from the connector prop
drivers/gpu/drm/drm_atomic_uapi.c | 9 +++++
drivers/gpu/drm/msm/dp/dp_hdcp.c | 66 ++++++++++++++++++++++++++++---
include/drm/drm_connector.h | 6 +++
include/drm/drm_mode_config.h | 6 +++
4 files changed, 82 insertions(+), 5 deletions(-)
--
2.40.0.634.g4ca3ef3211-goog
More information about the dri-devel
mailing list