public inbox for intel-gfx@lists.freedesktop.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: Vulkan performance query support (rev4)
Date: Wed, 05 Jun 2019 15:41:12 -0000	[thread overview]
Message-ID: <20190605154112.10845.28109@emeril.freedesktop.org> (raw)
In-Reply-To: <20190605133852.4493-1-lionel.g.landwerlin@intel.com>

== Series Details ==

Series: drm/i915: Vulkan performance query support (rev4)
URL   : https://patchwork.freedesktop.org/series/60916/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_6195 -> Patchwork_13180
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_exec_fence@basic-await-default:
    - fi-icl-y:           [PASS][1] -> [INCOMPLETE][2] ([fdo#107713] / [fdo#110246])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6195/fi-icl-y/igt@gem_exec_fence@basic-await-default.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13180/fi-icl-y/igt@gem_exec_fence@basic-await-default.html

  
#### Possible fixes ####

  * igt@kms_frontbuffer_tracking@basic:
    - fi-hsw-peppy:       [DMESG-WARN][3] ([fdo#102614]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6195/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13180/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html

  * igt@prime_vgem@basic-fence-flip:
    - fi-icl-u3:          [DMESG-WARN][5] ([fdo#107724]) -> [PASS][6] +1 similar issue
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6195/fi-icl-u3/igt@prime_vgem@basic-fence-flip.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13180/fi-icl-u3/igt@prime_vgem@basic-fence-flip.html

  
  [fdo#102614]: https://bugs.freedesktop.org/show_bug.cgi?id=102614
  [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
  [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
  [fdo#110246]: https://bugs.freedesktop.org/show_bug.cgi?id=110246


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

  Additional (1): fi-apl-guc 
  Missing    (8): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-kbl-7560u fi-icl-guc fi-byt-clapper fi-bdw-samus 


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

  * Linux: CI_DRM_6195 -> Patchwork_13180

  CI_DRM_6195: 06b71939f2477c76f9eecb1dd5e99dcb25cb8371 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_5039: 2d4f470bba1cb51ed116fb80b170f717c6294714 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_13180: ce2af5b1a9ca2cbbdb66304b5ad559290fb8dbd3 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

ce2af5b1a9ca drm/i915: add support for perf configuration queries
ccd1cbb63c8e drm/i915/perf: allow holding preemption on filtered ctx
151ed539e4ba drm/i915: add a new perf configuration execbuf parameter
bfa3bc4cccc0 drm/i915: add syncobj timeline support
3aef0b772b8a drm/i915: introduce a mechanism to extend execbuf2
32203e3c3c4c drm/i915/perf: allow for CS OA configs to be created lazily
abfe9e305ec9 drm/i915/perf: introduce a versioning of the i915-perf uapi

== Logs ==

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

  parent reply	other threads:[~2019-06-05 15:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-05 13:38 [PATCH v4 0/7] drm/i915: Vulkan performance query support Lionel Landwerlin
2019-06-05 13:38 ` [PATCH v4 1/7] drm/i915/perf: introduce a versioning of the i915-perf uapi Lionel Landwerlin
2019-06-05 13:38 ` [PATCH v4 2/7] drm/i915/perf: allow for CS OA configs to be created lazily Lionel Landwerlin
2019-06-05 13:38 ` [PATCH v4 3/7] drm/i915: introduce a mechanism to extend execbuf2 Lionel Landwerlin
2019-06-05 13:38 ` [PATCH v4 4/7] drm/i915: add syncobj timeline support Lionel Landwerlin
2019-06-05 13:38 ` [PATCH v4 5/7] drm/i915: add a new perf configuration execbuf parameter Lionel Landwerlin
2019-06-05 13:38 ` [PATCH v4 6/7] drm/i915/perf: allow holding preemption on filtered ctx Lionel Landwerlin
2019-06-05 13:38 ` [PATCH v4 7/7] drm/i915: add support for perf configuration queries Lionel Landwerlin
2019-06-05 15:19 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Vulkan performance query support (rev4) Patchwork
2019-06-05 15:24 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-06-05 15:41 ` Patchwork [this message]
2019-06-07  4:23 ` ✗ 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=20190605154112.10845.28109@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox