From: Patchwork <patchwork@emeril.freedesktop.org>
To: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Implement HDCP2.2
Date: Sat, 16 Feb 2019 18:18:53 -0000 [thread overview]
Message-ID: <20190216181853.30071.4257@emeril.freedesktop.org> (raw)
In-Reply-To: <1550338640-17470-1-git-send-email-ramalingam.c@intel.com>
== Series Details ==
Series: drm/i915: Implement HDCP2.2
URL : https://patchwork.freedesktop.org/series/56794/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
648bcac402ba drm/i915: Gathering the HDCP1.4 routines together
207737e7931f drm/audio: declaration of struct device
62caa86cc392 drm/i915: Initialize HDCP2.2
dbc970a8d63f drm/i915: MEI interface implementation
b17268a8a0ea drm/i915: hdcp1.4 CP_IRQ handling and SW encryption tracking
6a7027b73b0a drm/i915: Enable and Disable of HDCP2.2
dbf489637139 drm/i915: Implement HDCP2.2 receiver authentication
ca6f1d300452 drm/i915: Implement HDCP2.2 repeater authentication
6d779e197150 drm: HDCP2.2 link check period
e4ad7b658917 drm/i915: Implement HDCP2.2 link integrity check
ef34221a5887 drm/i915: Handle HDCP2.2 downstream topology change
d61925db1422 drm: removing the DP Errata msg and its msg id
c76117d4868c drm/i915: Implement the HDCP2.2 support for DP
31ff42f161ac drm/i915: Implement the HDCP2.2 support for HDMI
80bb5c7b3470 drm/i915: CP_IRQ handling for DP HDCP2.2 msgs
287023fc9e54 drm/i915: Fix KBL HDCP2.2 encrypt status signalling
ddc5da855976 mei: bus: whitelist hdcp client
13ce0dff2ec4 mei: bus: export to_mei_cl_device for mei client device drivers
60500497dc7b misc/mei/hdcp: Client driver for HDCP application
-:77: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#77:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 86 lines checked
1bfdacf04fe3 misc/mei/hdcp: Define ME FW interface for HDCP2.2
-:30: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#30:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 366 lines checked
d703928aea87 misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session
922d4ec99a23 misc/mei/hdcp: Verify Receiver Cert and prepare km
5294bbbc7ee8 misc/mei/hdcp: Verify H_prime
7bd202557218 misc/mei/hdcp: Store the HDCP Pairing info
243d05121c55 misc/mei/hdcp: Initiate Locality check
50fd28040aa6 misc/mei/hdcp: Verify L_prime
afcdf5e7fbbb misc/mei/hdcp: Prepare Session Key
29a099742f0d misc/mei/hdcp: Repeater topology verification and ack
10b823d80ce8 misc/mei/hdcp: Verify M_prime
7213d21c344b misc/mei/hdcp: Enabling the HDCP authentication
eca7ff1c4449 misc/mei/hdcp: Closing wired HDCP2.2 Tx Session
274b0fae6f45 misc/mei/hdcp: Component framework for I915 Interface
eb2f8047a83c FOR_TEST_ONLY: i915/Kconfig: Select mei_hdcp by I915
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2019-02-16 18:18 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-16 17:36 [PATCH v14 00/33] drm/i915: Implement HDCP2.2 Ramalingam C
2019-02-16 17:36 ` [PATCH v14 01/33] drm/i915: Gathering the HDCP1.4 routines together Ramalingam C
2019-02-16 17:36 ` [PATCH v14 02/33] drm/audio: declaration of struct device Ramalingam C
2019-02-16 17:36 ` [PATCH v14 03/33] drm/i915: Initialize HDCP2.2 Ramalingam C via dri-devel
2019-02-16 17:36 ` [PATCH v14 04/33] drm/i915: MEI interface implementation Ramalingam C via dri-devel
2019-02-20 19:39 ` Daniel Vetter
2019-02-21 4:07 ` C, Ramalingam
2019-02-16 17:36 ` [PATCH v14 05/33] drm/i915: hdcp1.4 CP_IRQ handling and SW encryption tracking Ramalingam C
2019-02-16 17:36 ` [PATCH v14 06/33] drm/i915: Enable and Disable of HDCP2.2 Ramalingam C
2019-02-16 17:36 ` [PATCH v14 07/33] drm/i915: Implement HDCP2.2 receiver authentication Ramalingam C
2019-02-16 17:36 ` [PATCH v14 08/33] drm/i915: Implement HDCP2.2 repeater authentication Ramalingam C via dri-devel
2019-02-16 17:36 ` [PATCH v14 09/33] drm: HDCP2.2 link check period Ramalingam C
2019-02-16 17:36 ` [PATCH v14 10/33] drm/i915: Implement HDCP2.2 link integrity check Ramalingam C
2019-02-16 17:36 ` [PATCH v14 11/33] drm/i915: Handle HDCP2.2 downstream topology change Ramalingam C via dri-devel
2019-02-16 17:36 ` [PATCH v14 12/33] drm: removing the DP Errata msg and its msg id Ramalingam C
2019-02-16 17:37 ` [PATCH v14 13/33] drm/i915: Implement the HDCP2.2 support for DP Ramalingam C
2019-08-15 8:43 ` Jani Nikula
2019-08-19 15:06 ` Ramalingam C
2019-02-16 17:37 ` [PATCH v14 14/33] drm/i915: Implement the HDCP2.2 support for HDMI Ramalingam C
2019-02-16 17:37 ` [PATCH v14 15/33] drm/i915: CP_IRQ handling for DP HDCP2.2 msgs Ramalingam C via dri-devel
2019-02-16 17:37 ` [PATCH v14 16/33] drm/i915: Fix KBL HDCP2.2 encrypt status signalling Ramalingam C
2019-02-20 19:49 ` Daniel Vetter
2019-02-16 17:37 ` [PATCH v14 17/33] mei: bus: whitelist hdcp client Ramalingam C
2019-02-16 17:37 ` [PATCH v14 18/33] mei: bus: export to_mei_cl_device for mei client device drivers Ramalingam C
2019-02-16 17:37 ` [PATCH v14 19/33] misc/mei/hdcp: Client driver for HDCP application Ramalingam C
2019-02-21 13:55 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 20/33] misc/mei/hdcp: Define ME FW interface for HDCP2.2 Ramalingam C via dri-devel
2019-02-21 12:42 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 21/33] misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session Ramalingam C
2019-02-21 13:30 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 22/33] misc/mei/hdcp: Verify Receiver Cert and prepare km Ramalingam C
2019-02-21 13:39 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 23/33] misc/mei/hdcp: Verify H_prime Ramalingam C
2019-02-21 13:32 ` Winkler, Tomas
2019-02-21 13:33 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 24/33] misc/mei/hdcp: Store the HDCP Pairing info Ramalingam C
2019-02-21 13:46 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 25/33] misc/mei/hdcp: Initiate Locality check Ramalingam C
2019-02-21 13:40 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 26/33] misc/mei/hdcp: Verify L_prime Ramalingam C
2019-02-21 13:42 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 27/33] misc/mei/hdcp: Prepare Session Key Ramalingam C
2019-02-21 14:24 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 28/33] misc/mei/hdcp: Repeater topology verification and ack Ramalingam C via dri-devel
2019-02-21 14:16 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 29/33] misc/mei/hdcp: Verify M_prime Ramalingam C via dri-devel
2019-02-21 13:44 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 30/33] misc/mei/hdcp: Enabling the HDCP authentication Ramalingam C
2019-02-21 14:25 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 31/33] misc/mei/hdcp: Closing wired HDCP2.2 Tx Session Ramalingam C
2019-02-21 14:25 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 32/33] misc/mei/hdcp: Component framework for I915 Interface Ramalingam C
2019-02-21 12:15 ` Winkler, Tomas
2019-02-16 17:37 ` [PATCH v14 33/33] FOR_TEST_ONLY: i915/Kconfig: Select mei_hdcp by I915 Ramalingam C via dri-devel
2019-02-16 18:18 ` Patchwork [this message]
2019-02-16 18:28 ` ✗ Fi.CI.SPARSE: warning for drm/i915: Implement HDCP2.2 Patchwork
2019-02-16 18:45 ` ✓ Fi.CI.BAT: success " Patchwork
2019-02-16 20:49 ` ✓ Fi.CI.IGT: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2019-02-21 18:11 [PATCH v15 00/16] " Ramalingam C
2019-02-21 18:26 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2019-02-15 8:34 [PATCH v14 00/35] " Ramalingam C
2019-02-16 20:46 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2019-02-09 7:12 [PATCH v12 00/38] " Ramalingam C
2019-02-09 7:36 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2018-02-14 14:13 [PATCH 00/43] " Ramalingam C
2018-02-14 15:07 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
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=20190216181853.30071.4257@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.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