All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Vinay Belgaumkar" <vinay.belgaumkar@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/guc/slpc: Enable GuC based power management features (rev2)
Date: Wed, 28 Jul 2021 23:21:30 -0000	[thread overview]
Message-ID: <162751449000.22806.9339442840769697960@emeril.freedesktop.org> (raw)
In-Reply-To: <20210728211144.15322-1-vinay.belgaumkar@intel.com>


[-- Attachment #1.1: Type: text/plain, Size: 2802 bytes --]

== Series Details ==

Series: drm/i915/guc/slpc: Enable GuC based power management features (rev2)
URL   : https://patchwork.freedesktop.org/series/93026/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10415 -> Patchwork_20728
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20728/index.html

New tests
---------

  New tests have been introduced between CI_DRM_10415 and Patchwork_20728:

### New IGT tests (1) ###

  * igt@i915_selftest@live@slpc:
    - Statuses : 32 pass(s)
    - Exec time: [0.38, 4.88] s

  

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

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

### IGT changes ###

#### Possible fixes ####

  * igt@i915_module_load@reload:
    - fi-kbl-soraka:      [DMESG-WARN][1] ([i915#1982]) -> [PASS][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10415/fi-kbl-soraka/igt@i915_module_load@reload.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20728/fi-kbl-soraka/igt@i915_module_load@reload.html

  
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982


Participating hosts (43 -> 36)
------------------------------

  Missing    (7): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan bat-adlp-4 fi-ctg-p8600 fi-bdw-samus bat-jsl-1 


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

  * Linux: CI_DRM_10415 -> Patchwork_20728

  CI-20190529: 20190529
  CI_DRM_10415: 457209baa84d04e17ce648a12733a32809717494 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_6155: 4b51398dcd7559012b85776e7353d516ff1e6ce6 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  Patchwork_20728: 9919902ac42f45aae50110ddacbe2fe65f6c45fd @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

9919902ac42f drm/i915/guc/rc: Setup and enable GuCRC feature
b1da62182976 drm/i915/guc/slpc: Add SLPC selftest
abd9676ae450 drm/i915/guc/slpc: Sysfs hooks for SLPC
6bf4805bca11 drm/i915/guc/slpc: Cache platform frequency limits
470442ee287e drm/i915/guc/slpc: Enable ARAT timer interrupt
8956dd5e22d2 drm/i915/guc/slpc: Add debugfs for SLPC info
168aa1ef2826 drm/i915/guc/slpc: Add get max/min freq hooks
749c426248ec drm/i915/guc/slpc: Add methods to set min/max frequency
579e6ad12043 drm/i915/guc/slpc: Remove BUG_ON in guc_submission_disable
be0f6ff88859 drm/i915/guc/slpc: Enable SLPC and add related H2G events
9219a4737eac drm/i915/guc/slpc: Allocate, initialize and release SLPC
2f422e776ca4 drm/i915/guc/slpc: Adding SLPC communication interfaces
78fd70bae974 drm/i915/guc/slpc: Gate Host RPS when SLPC is enabled
401fdd8ee148 drm/i915/guc/slpc: Initial definitions for SLPC

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20728/index.html

[-- Attachment #1.2: Type: text/html, Size: 3502 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2021-07-28 23:21 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-28 21:11 [PATCH v4 00/14] drm/i915/guc/slpc: Enable GuC based power management features Vinay Belgaumkar
2021-07-28 21:11 ` [Intel-gfx] " Vinay Belgaumkar
2021-07-28 21:11 ` [PATCH 01/14] drm/i915/guc/slpc: Initial definitions for SLPC Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-29 15:28   ` Michal Wajdeczko
2021-07-29 15:28     ` [Intel-gfx] " Michal Wajdeczko
2021-07-28 21:11 ` [PATCH 02/14] drm/i915/guc/slpc: Gate Host RPS when SLPC is enabled Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-28 21:11 ` [PATCH 03/14] drm/i915/guc/slpc: Adding SLPC communication interfaces Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-29 15:33   ` Michal Wajdeczko
2021-07-29 15:33     ` [Intel-gfx] " Michal Wajdeczko
2021-07-28 21:11 ` [PATCH 04/14] drm/i915/guc/slpc: Allocate, initialize and release SLPC Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-28 21:11 ` [PATCH 05/14] drm/i915/guc/slpc: Enable SLPC and add related H2G events Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-29 15:48   ` Michal Wajdeczko
2021-07-29 15:48     ` [Intel-gfx] " Michal Wajdeczko
2021-07-28 21:11 ` [PATCH 06/14] drm/i915/guc/slpc: Remove BUG_ON in guc_submission_disable Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-28 21:11 ` [PATCH 07/14] drm/i915/guc/slpc: Add methods to set min/max frequency Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-29 16:33   ` Michal Wajdeczko
2021-07-29 16:33     ` Michal Wajdeczko
2021-07-28 21:11 ` [PATCH 08/14] drm/i915/guc/slpc: Add get max/min freq hooks Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-28 21:11 ` [PATCH 09/14] drm/i915/guc/slpc: Add debugfs for SLPC info Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-28 21:11 ` [PATCH 10/14] drm/i915/guc/slpc: Enable ARAT timer interrupt Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-28 21:11 ` [PATCH 11/14] drm/i915/guc/slpc: Cache platform frequency limits Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-29 16:21   ` Michal Wajdeczko
2021-07-29 16:21     ` Michal Wajdeczko
2021-07-29 17:24     ` Belgaumkar, Vinay
2021-07-29 17:24       ` Belgaumkar, Vinay
2021-07-28 21:11 ` [PATCH 12/14] drm/i915/guc/slpc: Sysfs hooks for SLPC Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-29 20:28   ` Michal Wajdeczko
2021-07-29 20:28     ` [Intel-gfx] " Michal Wajdeczko
2021-07-28 21:11 ` [PATCH 13/14] drm/i915/guc/slpc: Add SLPC selftest Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-29 23:40   ` Matthew Brost
2021-07-29 23:40     ` Matthew Brost
2021-07-30  1:12     ` Belgaumkar, Vinay
2021-07-30  1:12       ` Belgaumkar, Vinay
2021-07-30  1:45   ` kernel test robot
2021-07-30  1:45     ` kernel test robot
2021-07-30  1:45     ` kernel test robot
2021-07-28 21:11 ` [PATCH 14/14] drm/i915/guc/rc: Setup and enable GuCRC feature Vinay Belgaumkar
2021-07-28 21:11   ` [Intel-gfx] " Vinay Belgaumkar
2021-07-28 22:52 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc/slpc: Enable GuC based power management features (rev2) Patchwork
2021-07-28 22:54 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-07-28 23:21 ` Patchwork [this message]
2021-07-29  4:23 ` [Intel-gfx] ✓ Fi.CI.IGT: success " 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=162751449000.22806.9339442840769697960@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=vinay.belgaumkar@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.