From: Patchwork <patchwork@emeril.freedesktop.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✓ Fi.CI.BAT: success for series starting with [01/19] drm/i915: Move request->ctx aside
Date: Thu, 17 May 2018 08:16:57 -0000 [thread overview]
Message-ID: <20180517081657.2661.42018@emeril.freedesktop.org> (raw)
In-Reply-To: <20180517074055.14638-1-chris@chris-wilson.co.uk>
== Series Details ==
Series: series starting with [01/19] drm/i915: Move request->ctx aside
URL : https://patchwork.freedesktop.org/series/43307/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4195 -> Patchwork_9025 =
== Summary - WARNING ==
Minor unknown changes coming with Patchwork_9025 need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_9025, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://patchwork.freedesktop.org/api/1.0/series/43307/revisions/1/mbox/
== Possible new issues ==
Here are the unknown changes that may have been introduced in Patchwork_9025:
=== IGT changes ===
==== Warnings ====
igt@gem_exec_gttfill@basic:
fi-pnv-d510: SKIP -> PASS
== Known issues ==
Here are the changes found in Patchwork_9025 that come from known issues:
=== IGT changes ===
==== Issues hit ====
igt@gem_mmap_gtt@basic-small-bo-tiledx:
fi-gdg-551: PASS -> FAIL (fdo#102575)
igt@kms_pipe_crc_basic@read-crc-pipe-c:
fi-skl-guc: PASS -> FAIL (fdo#103191, fdo#104724)
==== Possible fixes ====
igt@kms_flip@basic-flip-vs-wf_vblank:
fi-glk-j4005: FAIL (fdo#100368) -> PASS
fi-skl-6770hq: FAIL (fdo#100368) -> PASS
igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
fi-bxt-dsi: INCOMPLETE (fdo#103927) -> PASS
fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
fdo#102575 https://bugs.freedesktop.org/show_bug.cgi?id=102575
fdo#103191 https://bugs.freedesktop.org/show_bug.cgi?id=103191
fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
fdo#104724 https://bugs.freedesktop.org/show_bug.cgi?id=104724
== Participating hosts (40 -> 37) ==
Additional (1): fi-snb-2520m
Missing (4): fi-ctg-p8600 fi-ilk-m540 fi-bsw-cyan fi-skl-6700hq
== Build changes ==
* Linux: CI_DRM_4195 -> Patchwork_9025
CI_DRM_4195: d39f8e221f7d4187e7948b6af02a1f45110e817c @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_4487: eccae1360d6d01e73c6af2bd97122cef708207ef @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_9025: caac3766a115f814cca90e6cd47abcc27243dff1 @ git://anongit.freedesktop.org/gfx-ci/linux
piglit_4487: 6ab75f7eb5e1dccbb773e1739beeb2d7cbd6ad0d @ git://anongit.freedesktop.org/piglit
== Linux commits ==
caac3766a115 drm/i915: Combine gt irq ack/handlers
9af36d245179 drm/i915/execlists: Direct submission (avoid tasklet/ksoftirqd)
c3ad3709a86e drm/i915/execlists: Process the CSB directly from inside the irq handler
0764078e971c drm/i915/execlists: Unify CSB access pointers
97b89d846cee drm/i915/execlists: Process one CSB interrupt at a time
4fc2d904fb93 drm/i915/execlists: Pull submit after dequeue under timeline lock
17100b91e099 drm/i915/execlists: Reset the CSB head tracking on reset/sanitization
3a17d4cca75a drm/i915: After reset on sanitization, reset the engine backends
1a251707029f drm/i915/execlists: Double check rpm wakeref
838e29f5244a drm/i915: Remove USES_GUC_SUBMISSION() pointer chasing from gen8_cs_irq_handler
90e61963b796 drm/i915/execlists: HWACK checking superseded checking port[0].count
4510e41550db drm/i915: Allow init_breadcrumbs to be used from irq context
22e514de28e8 drm/i915/execlists: Handle copying default context state for atomic reset
7f53d8f97784 drm/i915: Make intel_engine_dump irqsafe
881c9a393191 drm/i915: Be irqsafe inside reset
cdb7874e5959 drm/i915: Pull the context->pin_count dec into the common intel_context_unpin
e413648660a8 drm/i915: Store a pointer to intel_context in i915_request
2bb24771dc50 drm/i915: Move fiddling with engine->last_retired_context
61b8422e1e2d drm/i915: Move request->ctx aside
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9025/issues.html
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2018-05-17 8:16 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-17 7:40 [PATCH 01/19] drm/i915: Move request->ctx aside Chris Wilson
2018-05-17 7:40 ` [PATCH 02/19] drm/i915: Move fiddling with engine->last_retired_context Chris Wilson
2018-05-17 7:40 ` [PATCH 03/19] drm/i915: Store a pointer to intel_context in i915_request Chris Wilson
2018-05-17 7:40 ` [PATCH 04/19] drm/i915: Pull the context->pin_count dec into the common intel_context_unpin Chris Wilson
2018-05-17 10:20 ` Tvrtko Ursulin
2018-05-17 10:35 ` Chris Wilson
2018-05-17 7:40 ` [PATCH 05/19] drm/i915: Be irqsafe inside reset Chris Wilson
2018-05-17 10:27 ` Tvrtko Ursulin
2018-05-17 10:46 ` Chris Wilson
2018-05-17 7:40 ` [PATCH 06/19] drm/i915: Make intel_engine_dump irqsafe Chris Wilson
2018-05-17 10:28 ` Tvrtko Ursulin
2018-05-17 7:40 ` [PATCH 07/19] drm/i915/execlists: Handle copying default context state for atomic reset Chris Wilson
2018-05-17 10:37 ` Tvrtko Ursulin
2018-05-17 7:40 ` [PATCH 08/19] drm/i915: Allow init_breadcrumbs to be used from irq context Chris Wilson
2018-05-17 10:40 ` Tvrtko Ursulin
2018-05-17 7:40 ` [PATCH 09/19] drm/i915/execlists: HWACK checking superseded checking port[0].count Chris Wilson
2018-05-17 10:55 ` Tvrtko Ursulin
2018-05-17 17:03 ` Chris Wilson
2018-05-17 7:40 ` [PATCH 10/19] drm/i915: Remove USES_GUC_SUBMISSION() pointer chasing from gen8_cs_irq_handler Chris Wilson
2018-05-17 10:58 ` Tvrtko Ursulin
2018-05-17 11:24 ` Chris Wilson
2018-05-17 13:13 ` Tvrtko Ursulin
2018-05-17 7:40 ` [PATCH 11/19] drm/i915/execlists: Double check rpm wakeref Chris Wilson
2018-05-17 11:04 ` Tvrtko Ursulin
2018-05-17 7:40 ` [PATCH 12/19] drm/i915: After reset on sanitization, reset the engine backends Chris Wilson
2018-05-17 7:40 ` [PATCH 13/19] drm/i915/execlists: Reset the CSB head tracking on reset/sanitization Chris Wilson
2018-05-17 7:40 ` [PATCH 14/19] drm/i915/execlists: Pull submit after dequeue under timeline lock Chris Wilson
2018-05-17 7:40 ` [PATCH 15/19] drm/i915/execlists: Process one CSB interrupt at a time Chris Wilson
2018-05-17 7:40 ` [PATCH 16/19] drm/i915/execlists: Unify CSB access pointers Chris Wilson
2018-05-17 7:40 ` [PATCH 17/19] drm/i915/execlists: Process the CSB directly from inside the irq handler Chris Wilson
2018-05-17 7:40 ` [PATCH 18/19] drm/i915/execlists: Direct submission (avoid tasklet/ksoftirqd) Chris Wilson
2018-05-17 13:13 ` Tvrtko Ursulin
2018-05-17 17:07 ` Chris Wilson
2018-05-18 8:06 ` Tvrtko Ursulin
2018-05-18 8:18 ` Chris Wilson
2018-05-18 19:36 ` Chris Wilson
2018-05-18 21:21 ` Chris Wilson
2018-05-17 7:40 ` [PATCH 19/19] drm/i915: Combine gt irq ack/handlers Chris Wilson
2018-05-17 8:01 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/19] drm/i915: Move request->ctx aside Patchwork
2018-05-17 8:06 ` ✗ Fi.CI.SPARSE: " Patchwork
2018-05-17 8:16 ` Patchwork [this message]
2018-05-17 11:05 ` ✗ 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=20180517081657.2661.42018@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@lists.freedesktop.org \
/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