dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Mark Yacoub <markyacoub@chromium.org>
To: dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org
Cc: dmitry.baryshkov@linaro.org,
	Mark Yacoub <markyacoub@chromium.org>,
	seanpaul@chromium.org, dianders@chromium.org
Subject: [PATCH v1 0/2] Create Content Protection Property and Use it
Date: Fri, 21 Apr 2023 12:12:35 -0400	[thread overview]
Message-ID: <20230421161237.357342-1-markyacoub@google.com> (raw)

From: Mark Yacoub <markyacoub@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


             reply	other threads:[~2023-04-21 16:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-21 16:12 Mark Yacoub [this message]
2023-04-21 16:12 ` [PATCH v1 1/2] DRM: Create new Content Protection connector property Mark Yacoub
2023-04-21 16:12 ` [PATCH v1 2/2] dp_hdcp: Get the hdcp key from the connector prop Mark Yacoub

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230421161237.357342-1-markyacoub@google.com \
    --to=markyacoub@chromium.org \
    --cc=dianders@chromium.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=seanpaul@chromium.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).