Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Ramalingam C <ramalingam.c@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✓ Fi.CI.BAT: success for drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ (rev9)
Date: Thu, 29 Aug 2019 09:23:17 -0000	[thread overview]
Message-ID: <20190829092317.10004.76333@emeril.freedesktop.org> (raw)
In-Reply-To: <20190828072823.4832-1-ramalingam.c@intel.com>

== Series Details ==

Series: drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ (rev9)
URL   : https://patchwork.freedesktop.org/series/63432/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_6796 -> Patchwork_14211
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14211/

Known issues
------------

  Here are the changes found in Patchwork_14211 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live_gem_contexts:
    - fi-cfl-8700k:       [PASS][1] -> [INCOMPLETE][2] ([fdo#111514])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6796/fi-cfl-8700k/igt@i915_selftest@live_gem_contexts.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14211/fi-cfl-8700k/igt@i915_selftest@live_gem_contexts.html

  * igt@i915_selftest@live_requests:
    - fi-byt-j1900:       [PASS][3] -> [INCOMPLETE][4] ([fdo#102657])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6796/fi-byt-j1900/igt@i915_selftest@live_requests.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14211/fi-byt-j1900/igt@i915_selftest@live_requests.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u2:          [PASS][5] -> [FAIL][6] ([fdo#103167])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6796/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14211/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html

  
#### Possible fixes ####

  * igt@i915_selftest@live_gem_contexts:
    - fi-kbl-8809g:       [INCOMPLETE][7] -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6796/fi-kbl-8809g/igt@i915_selftest@live_gem_contexts.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14211/fi-kbl-8809g/igt@i915_selftest@live_gem_contexts.html

  
  [fdo#102657]: https://bugs.freedesktop.org/show_bug.cgi?id=102657
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#111514]: https://bugs.freedesktop.org/show_bug.cgi?id=111514


Participating hosts (52 -> 45)
------------------------------

  Missing    (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus 


Build changes
-------------

  * CI: CI-20190529 -> None
  * Linux: CI_DRM_6796 -> Patchwork_14211

  CI-20190529: 20190529
  CI_DRM_6796: 91dc1ededd856493001e463ad7d919522d498438 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_5151: a562ad36d1a7efa3053688429792ce97f188d758 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_14211: d2ccf42b2ff70d2c3a26e80bd9d1a271fa66554b @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

d2ccf42b2ff7 drm/i915/hdcp: Enable HDCP 1.4 and 2.2 on Gen12+
054626e0af96 drm/i915/hdcp: update current transcoder into intel_hdcp
c7f630e8b4c6 misc/mei/hdcp: Fill transcoder index in port info
7146dc6d1321 drm: Extend I915 mei interface for transcoder info
2611f3e340d7 drm: Move port definition back to i915 header
fe0b94ff1a36 drm/i915: mei_hdcp: I915 sends ddi index as per ME FW

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14211/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      parent reply	other threads:[~2019-08-29  9:23 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-28  7:28 [PATCH v11 0/6] drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ Ramalingam C
2019-08-28  7:28 ` [PATCH v11 1/6] drm/i915: mei_hdcp: I915 sends ddi index as per ME FW Ramalingam C
2019-08-28 12:17   ` Winkler, Tomas
2019-08-28 12:31   ` Winkler, Tomas
2019-08-28  7:28 ` [PATCH v11 2/6] drm: Move port definition back to i915 header Ramalingam C
2019-08-28  7:56   ` Winkler, Tomas
2019-08-28  7:28 ` [PATCH v11 4/6] misc/mei/hdcp: Fill transcoder index in port info Ramalingam C
2019-08-28  8:21   ` Winkler, Tomas
2019-08-28  7:28 ` [PATCH v11 5/6] drm/i915/hdcp: update current transcoder into intel_hdcp Ramalingam C
2019-08-28  8:26   ` Winkler, Tomas
2019-08-28  8:36     ` Ramalingam C
2019-08-28  8:39       ` Winkler, Tomas
2019-08-28  8:58         ` Ramalingam C
2019-08-28  9:07           ` Winkler, Tomas
2019-08-28 13:46           ` Sharma, Shashank
2019-08-28  7:28 ` [PATCH v11 6/6] drm/i915/hdcp: Enable HDCP 1.4 and 2.2 on Gen12+ Ramalingam C
2019-08-28  9:21   ` Winkler, Tomas
     [not found] ` <20190828072823.4832-4-ramalingam.c@intel.com>
2019-08-28  7:58   ` [PATCH v11 3/6] drm: Extend I915 mei interface for transcoder info Winkler, Tomas
2019-08-28  8:17     ` Ramalingam C
2019-08-28  8:18       ` Winkler, Tomas
2019-08-28 13:47         ` Sharma, Shashank
2019-08-28 15:03 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ (rev9) Patchwork
2019-08-29  9:23 ` Patchwork [this message]

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=20190829092317.10004.76333@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=ramalingam.c@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox