All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✓ Fi.CI.BAT: success for drm/i915: per context slice/subslice powergating (rev8)
Date: Wed, 30 May 2018 16:40:35 -0000	[thread overview]
Message-ID: <20180530164035.31295.89447@emeril.freedesktop.org> (raw)
In-Reply-To: <20180530143355.6611-1-lionel.g.landwerlin@intel.com>

== Series Details ==

Series: drm/i915: per context slice/subslice powergating (rev8)
URL   : https://patchwork.freedesktop.org/series/42285/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4257 -> Patchwork_9151 =

== Summary - SUCCESS ==

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/42285/revisions/8/mbox/

== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_flip@basic-flip-vs-dpms:
      fi-glk-j4005:       PASS -> DMESG-WARN (fdo#106000)

    igt@kms_flip@basic-flip-vs-modeset:
      fi-glk-j4005:       PASS -> DMESG-WARN (fdo#106097, fdo#106000)

    igt@kms_flip@basic-flip-vs-wf_vblank:
      fi-glk-j4005:       PASS -> FAIL (fdo#100368)

    
    ==== Possible fixes ====

    igt@kms_flip@basic-flip-vs-wf_vblank:
      fi-cnl-psr:         FAIL (fdo#100368) -> PASS

    igt@kms_frontbuffer_tracking@basic:
      fi-bsw-n3050:       INCOMPLETE (fdo#106729) -> PASS

    igt@kms_pipe_crc_basic@nonblocking-crc-pipe-c:
      fi-skl-guc:         FAIL (fdo#104724, fdo#103191) -> PASS

    igt@kms_pipe_crc_basic@read-crc-pipe-c:
      fi-glk-j4005:       DMESG-WARN (fdo#106097, fdo#106000) -> PASS

    igt@prime_vgem@basic-fence-flip:
      fi-ilk-650:         FAIL (fdo#104008) -> PASS

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#103191 https://bugs.freedesktop.org/show_bug.cgi?id=103191
  fdo#104008 https://bugs.freedesktop.org/show_bug.cgi?id=104008
  fdo#104724 https://bugs.freedesktop.org/show_bug.cgi?id=104724
  fdo#106000 https://bugs.freedesktop.org/show_bug.cgi?id=106000
  fdo#106097 https://bugs.freedesktop.org/show_bug.cgi?id=106097
  fdo#106729 https://bugs.freedesktop.org/show_bug.cgi?id=106729


== Participating hosts (45 -> 39) ==

  Missing    (6): fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-cfl-u2 fi-skl-6700hq 


== Build changes ==

    * Linux: CI_DRM_4257 -> Patchwork_9151

  CI_DRM_4257: 8aac35d26057479982a346c0e9cd57c2e930b7e1 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4501: 6796a604bab6df9c84af149e799902360afdd157 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_9151: ab350a0f9e28cf98c5c305fc7dd273bb35e68c5b @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

ab350a0f9e28 drm/i915: add a sysfs entry to let users set sseu configs
26456fb5413e drm/i915: Expose RPCS (SSEU) configuration to userspace
211bc25308d6 drm/i915/perf: lock powergating configuration to default when active
4c85932001c4 drm/i915/perf: reuse intel_lrc ctx regs macro
76d7453744fb drm/i915/perf: simplify configure all context function
bc248ff938fc drm/i915: Record the sseu configuration per-context & engine
11a6079c0062 drm/i915: Program RPCS for Broadwell

== Logs ==

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

  parent reply	other threads:[~2018-05-30 16:40 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-30 14:33 [PATCH v9 0/7] drm/i915: per context slice/subslice powergating Lionel Landwerlin
2018-05-30 14:33 ` [PATCH v9 1/7] drm/i915: Program RPCS for Broadwell Lionel Landwerlin
2018-05-30 14:33 ` [PATCH v9 2/7] drm/i915: Record the sseu configuration per-context & engine Lionel Landwerlin
2018-05-30 14:33 ` [PATCH v9 3/7] drm/i915/perf: simplify configure all context function Lionel Landwerlin
2018-05-30 14:33 ` [PATCH v9 4/7] drm/i915/perf: reuse intel_lrc ctx regs macro Lionel Landwerlin
2018-05-30 14:33 ` [PATCH v9 5/7] drm/i915/perf: lock powergating configuration to default when active Lionel Landwerlin
2018-05-30 14:33 ` [PATCH v9 6/7] drm/i915: Expose RPCS (SSEU) configuration to userspace Lionel Landwerlin
2018-05-30 14:33 ` [PATCH v9 7/7] drm/i915: add a sysfs entry to let users set sseu configs Lionel Landwerlin
2018-06-11 12:10   ` Tvrtko Ursulin
2018-06-11 13:46     ` Lionel Landwerlin
2018-06-11 15:02       ` Chris Wilson
2018-06-12  9:20         ` Joonas Lahtinen
2018-06-12 10:33           ` Lionel Landwerlin
2018-06-12 10:37             ` Chris Wilson
2018-06-12 10:52               ` Lionel Landwerlin
2018-06-12 12:02                 ` Tvrtko Ursulin
2018-06-13 12:49                   ` Joonas Lahtinen
2018-06-14  8:28                     ` Tvrtko Ursulin
2018-07-18 16:44                       ` Bloomfield, Jon
2018-07-19  7:04                         ` Joonas Lahtinen
2018-07-24 21:50                         ` Bloomfield, Jon
2018-07-30 20:40                           ` Rogozhkin, Dmitry V
2018-08-02 10:00                           ` Tvrtko Ursulin
2018-08-02 19:24                             ` Rogozhkin, Dmitry V
2018-06-12 12:02                 ` Chris Wilson
2018-05-30 16:24 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: per context slice/subslice powergating (rev8) Patchwork
2018-05-30 16:26 ` ✗ Fi.CI.SPARSE: " Patchwork
2018-05-30 16:40 ` Patchwork [this message]
2018-05-30 17:30 ` ✗ Fi.CI.IGT: failure " 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=20180530164035.31295.89447@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=lionel.g.landwerlin@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.