All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Suraj Kandpal" <suraj.kandpal@intel.com>
Cc: intel-xe@lists.freedesktop.org
Subject: ✓ CI.checkpatch: success for XE HDCP Enablement (rev6)
Date: Tue, 27 Feb 2024 05:39:43 -0000	[thread overview]
Message-ID: <170901238360.336701.11629128399404829528@8e613ede5ea5> (raw)
In-Reply-To: <20240227053204.1748920-1-suraj.kandpal@intel.com>

== Series Details ==

Series: XE HDCP Enablement (rev6)
URL   : https://patchwork.freedesktop.org/series/129457/
State : success

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
0c154c094f54266ae5de84733202d44dc09fb988
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 0c14dae368dbaaf7b7bfd833d50a5a43131421e7
Author: Suraj Kandpal <suraj.kandpal@intel.com>
Date:   Tue Feb 27 11:02:04 2024 +0530

    drm/xe/hdcp: Enable HDCP for XE
    
    Enable HDCP for Xe by defining functions which take care of
    interaction of HDCP as a client with the GSC CS interface.
    Add intel_hdcp_gsc_message to Makefile and add corresponding
    changes to xe_hdcp_gsc.c to make it build.
    
    --v2
    -add kfree at appropriate place [Daniele]
    -remove useless define [Daniele]
    -move host session logic to xe_gsc_submit.c [Daniele]
    -call xe_gsc_check_and_update_pending directly in an if condition
    [Daniele]
    -use xe_device instead of drm_i915_private [Daniele]
    
    --v3
    -use xe prefix for newly exposed function [Daniele]
    -remove client specific defines from intel_gsc_mtl_header [Daniele]
    -add missing kfree() [Daniele]
    -have NULL check for hdcp_message in finish function [Daniele]
    -dont have too many variable declarations in the same line [Daniele]
    
    --v4
    -don't point the hdcp_message structure in xe_device to anything
    until it properly gets initialized [Daniele]
    
    --v5
    -Squash commits for buildability
    
    Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
    Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com>
+ /mt/dim checkpatch b3552bf1e79de200a6ca49c518ead46a1256618c drm-intel
0514b580a3b0 drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
31d3c67f50a9 drm/xe/hdcp: Use xe_device struct
e4bb109844e4 drm/xe: Use gsc_proxy_init_done to check proxy status
0c14dae368db drm/xe/hdcp: Enable HDCP for XE



  parent reply	other threads:[~2024-02-27  5:39 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27  5:32 [PATCH 0/4] XE HDCP Enablement Suraj Kandpal
2024-02-27  5:32 ` [PATCH 1/4] drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file Suraj Kandpal
2024-02-27  6:33   ` Suraj Kandpal
2024-02-28  6:01     ` Murthy, Arun R
2024-02-28  5:59   ` Kandpal, Suraj
2024-03-04 15:59   ` Jani Nikula
2024-02-27  5:32 ` [PATCH 2/4] drm/xe/hdcp: Use xe_device struct Suraj Kandpal
2024-02-27  5:32 ` [PATCH 3/4] drm/xe: Use gsc_proxy_init_done to check proxy status Suraj Kandpal
2024-02-28  5:47   ` Suraj Kandpal
2024-02-27  5:32 ` [PATCH 4/4] drm/xe/hdcp: Enable HDCP for XE Suraj Kandpal
2024-03-05 13:36   ` Lucas De Marchi
2024-02-27  5:39 ` ✓ CI.Patch_applied: success for XE HDCP Enablement (rev6) Patchwork
2024-02-27  5:39 ` Patchwork [this message]
2024-02-27  5:40 ` ✓ CI.KUnit: " Patchwork
2024-02-27  5:51 ` ✓ CI.Build: " Patchwork
2024-02-27  5:52 ` ✗ CI.Hooks: failure " Patchwork
2024-02-27  5:53 ` ✗ CI.checksparse: warning " Patchwork
2024-02-27  6:23 ` ✗ CI.BAT: failure " Patchwork
2024-02-27  6:40 ` ✓ CI.Patch_applied: success for XE HDCP Enablement (rev7) Patchwork
2024-02-27  6:40 ` ✓ CI.checkpatch: " Patchwork
2024-02-27  6:41 ` ✓ CI.KUnit: " Patchwork
2024-02-27  6:52 ` ✓ CI.Build: " Patchwork
2024-02-27  6:53 ` ✗ CI.Hooks: failure " Patchwork
2024-02-27  6:54 ` ✗ CI.checksparse: warning " Patchwork
2024-02-27  7:15 ` ✓ CI.BAT: success " Patchwork
2024-02-27  7:24 ` ✗ Fi.CI.SPARSE: warning " Patchwork
2024-02-27  7:33 ` ✓ Fi.CI.BAT: success " Patchwork
2024-02-27 16:26 ` ✓ Fi.CI.IGT: " Patchwork
2024-02-28  5:54 ` ✓ CI.Patch_applied: success for XE HDCP Enablement (rev8) Patchwork
2024-02-28  5:54 ` ✓ CI.checkpatch: " Patchwork
2024-02-28  5:55 ` ✓ CI.KUnit: " Patchwork
2024-02-28  6:06 ` ✓ CI.Build: " Patchwork
2024-02-28  6:07 ` ✗ CI.Hooks: failure " Patchwork
2024-02-28  6:08 ` ✗ CI.checksparse: warning " Patchwork
2024-02-28  6:34 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-02-28  6:36 ` ✓ CI.BAT: success " Patchwork
2024-02-28  6:37 ` ✓ Fi.CI.BAT: " Patchwork
2024-02-28 18:14 ` ✓ Fi.CI.IGT: " Patchwork
2024-03-05 13:38 ` [PATCH 0/4] XE HDCP Enablement Lucas De Marchi

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=170901238360.336701.11629128399404829528@8e613ede5ea5 \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-xe@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.