All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Suraj Kandpal <suraj.kandpal@intel.com>, intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH v5 0/2] Refactor i915 HDCP for XE
Date: Wed, 11 Oct 2023 16:10:47 +0300	[thread overview]
Message-ID: <8734yh484o.fsf@intel.com> (raw)
In-Reply-To: <20231009095537.653619-1-suraj.kandpal@intel.com>

On Mon, 09 Oct 2023, Suraj Kandpal <suraj.kandpal@intel.com> wrote:
> This patch series contains some refactors for i915 side of things
> which will help with a cleaner code and maximum reuse of code
> for XE going forward.
>
> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>

Acked-by: Jani Nikula <jani.nikula@intel.com>


>
> Suraj Kandpal (2):
>   drm/i915/hdcp: Move checks for gsc health status
>   drm/i915/hdcp: Move common message filling function to its own file
>
>  drivers/gpu/drm/i915/Makefile                 |   1 +
>  drivers/gpu/drm/i915/display/intel_hdcp.c     |   8 +-
>  drivers/gpu/drm/i915/display/intel_hdcp_gsc.c | 617 +-----------------
>  drivers/gpu/drm/i915/display/intel_hdcp_gsc.h |   1 +
>  .../drm/i915/display/intel_hdcp_gsc_message.c | 592 +++++++++++++++++
>  .../drm/i915/display/intel_hdcp_gsc_message.h |  72 ++
>  6 files changed, 692 insertions(+), 599 deletions(-)
>  create mode 100644 drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
>  create mode 100644 drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.h

-- 
Jani Nikula, Intel

  parent reply	other threads:[~2023-10-11 13:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-09  9:55 [Intel-gfx] [PATCH v5 0/2] Refactor i915 HDCP for XE Suraj Kandpal
2023-10-09  9:55 ` [Intel-gfx] [PATCH v5 1/2] drm/i915/hdcp: Move checks for gsc health status Suraj Kandpal
2023-10-09  9:55 ` [Intel-gfx] [PATCH v5 2/2] drm/i915/hdcp: Move common message filling function to its own file Suraj Kandpal
2023-10-09 12:27 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Refactor i915 HDCP for XE (rev6) Patchwork
2023-10-09 12:27 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-10-09 12:40 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-10-09 15:28 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2023-10-10  6:34 ` Patchwork
2023-10-10  6:52 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork
2023-10-10  7:14 ` Patchwork
2023-10-11 13:10 ` Jani Nikula [this message]
2023-10-12  4:10   ` [Intel-gfx] [PATCH v5 0/2] Refactor i915 HDCP for XE Shankar, Uma
  -- strict thread matches above, loose matches on Subject: below --
2023-10-09  9:42 Suraj Kandpal

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=8734yh484o.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=suraj.kandpal@intel.com \
    /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 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.