From: Patchwork <patchwork@emeril.freedesktop.org>
To: Jani Nikula <jani.nikula@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✓ Fi.CI.BAT: success for series starting with [v2,1/4] drm/i915: move pm related declarations to intel_pm.h
Date: Thu, 06 Jun 2019 14:05:54 -0000 [thread overview]
Message-ID: <20190606140554.5895.368@emeril.freedesktop.org> (raw)
In-Reply-To: <20190606122203.13416-1-jani.nikula@intel.com>
== Series Details ==
Series: series starting with [v2,1/4] drm/i915: move pm related declarations to intel_pm.h
URL : https://patchwork.freedesktop.org/series/61712/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6206 -> Patchwork_13192
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13192/
Known issues
------------
Here are the changes found in Patchwork_13192 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_module_load@reload:
- fi-blb-e6850: [PASS][1] -> [INCOMPLETE][2] ([fdo#107718])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6206/fi-blb-e6850/igt@i915_module_load@reload.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13192/fi-blb-e6850/igt@i915_module_load@reload.html
* igt@prime_vgem@basic-fence-flip:
- fi-icl-u3: [PASS][3] -> [DMESG-WARN][4] ([fdo#107724]) +1 similar issue
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6206/fi-icl-u3/igt@prime_vgem@basic-fence-flip.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13192/fi-icl-u3/igt@prime_vgem@basic-fence-flip.html
#### Possible fixes ####
* igt@kms_frontbuffer_tracking@basic:
- fi-icl-u2: [FAIL][5] ([fdo#103167]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6206/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13192/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
* igt@vgem_basic@unload:
- fi-icl-u3: [DMESG-WARN][7] ([fdo#107724]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6206/fi-icl-u3/igt@vgem_basic@unload.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13192/fi-icl-u3/igt@vgem_basic@unload.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#108602]: https://bugs.freedesktop.org/show_bug.cgi?id=108602
Participating hosts (55 -> 47)
------------------------------
Missing (8): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-kbl-7560u fi-byt-clapper fi-bdw-samus
Build changes
-------------
* Linux: CI_DRM_6206 -> Patchwork_13192
CI_DRM_6206: 14ef563cbee376503d3551992d71f2f075e7462c @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_5043: 3e2b20817b68ab41377c1b86207a1e7309fc3779 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_13192: 9c892d83fb61667982cd00eab279cc6aec3426b4 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
9c892d83fb61 drm/i915/frontbuffer: remove obsolete comment about mark busy/idle
c0e8d69cd97e drm/i915: move more atomic plane declarations to intel_atomic_plane.h
02f7fd1c9f5c drm/i915: remove some unused declarations from intel_drv.h
27c96b0a5a73 drm/i915: move pm related declarations to intel_pm.h
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13192/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2019-06-06 14:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-06 12:22 [PATCH v2 1/4] drm/i915: move pm related declarations to intel_pm.h Jani Nikula
2019-06-06 12:22 ` [PATCH v2 2/4] drm/i915: remove some unused declarations from intel_drv.h Jani Nikula
2019-06-06 12:28 ` Chris Wilson
2019-06-06 12:22 ` [PATCH v2 3/4] drm/i915: move more atomic plane declarations to intel_atomic_plane.h Jani Nikula
2019-06-06 12:29 ` Chris Wilson
2019-06-10 8:12 ` Jani Nikula
2019-06-06 12:22 ` [PATCH v2 4/4] drm/i915/frontbuffer: remove obsolete comment about mark busy/idle Jani Nikula
2019-06-06 12:30 ` Chris Wilson
2019-06-06 12:28 ` [PATCH v2 1/4] drm/i915: move pm related declarations to intel_pm.h Chris Wilson
2019-06-06 14:05 ` Patchwork [this message]
2019-06-08 17:11 ` ✓ Fi.CI.IGT: success for series starting with [v2,1/4] " 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=20190606140554.5895.368@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@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