From: Patchwork <patchwork@emeril.freedesktop.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.BAT: warning for series starting with [v3,01/21] drm/i915/fbdev: Call intel_unpin_fb_obj() on release
Date: Mon, 25 Apr 2016 08:20:12 -0000 [thread overview]
Message-ID: <20160425082012.23579.49692@emeril.freedesktop.org> (raw)
In-Reply-To: <1461521419-18086-1-git-send-email-chris@chris-wilson.co.uk>
== Series Details ==
Series: series starting with [v3,01/21] drm/i915/fbdev: Call intel_unpin_fb_obj() on release
URL : https://patchwork.freedesktop.org/series/6226/
State : warning
== Summary ==
Series 6226v1 Series without cover letter
http://patchwork.freedesktop.org/api/1.0/series/6226/revisions/1/mbox/
Test drv_module_reload_basic:
pass -> DMESG-WARN (bsw-nuc-2)
pass -> DMESG-WARN (skl-nuci5)
pass -> DMESG-WARN (bdw-ultra)
pass -> DMESG-WARN (skl-i7k-2)
pass -> DMESG-WARN (ivb-t430s)
pass -> DMESG-WARN (hsw-brixbox)
pass -> DMESG-WARN (bdw-nuci7)
Test kms_force_connector_basic:
Subgroup force-connector-state:
pass -> SKIP (ilk-hp8440p)
bdw-nuci7 total:193 pass:180 dwarn:1 dfail:0 fail:0 skip:12
bdw-ultra total:193 pass:169 dwarn:1 dfail:0 fail:0 skip:23
bsw-nuc-2 total:192 pass:152 dwarn:1 dfail:0 fail:0 skip:39
byt-nuc total:192 pass:154 dwarn:0 dfail:0 fail:0 skip:38
hsw-brixbox total:193 pass:168 dwarn:1 dfail:0 fail:0 skip:24
hsw-gt2 total:193 pass:174 dwarn:0 dfail:0 fail:0 skip:19
ilk-hp8440p total:193 pass:135 dwarn:0 dfail:0 fail:0 skip:58
ivb-t430s total:193 pass:164 dwarn:1 dfail:0 fail:0 skip:28
skl-i7k-2 total:193 pass:167 dwarn:1 dfail:0 fail:0 skip:25
skl-nuci5 total:193 pass:181 dwarn:1 dfail:0 fail:0 skip:11
snb-dellxps total:193 pass:155 dwarn:0 dfail:0 fail:0 skip:38
snb-x220t total:193 pass:155 dwarn:0 dfail:0 fail:1 skip:37
Results at /archive/results/CI_IGT_test/Patchwork_2056/
b29d3f4720fd2b385caca40ccd6f95ad9736edd8 drm-intel-nightly: 2016y-04m-25d-07h-35m-42s UTC integration manifest
f7f65be drm/i915: Unify GPU resets upon shutdown
be294d5 drm/i915: Stop tracking execlists retired requests
f0ccebb drm/i915: Store LRC hardware id in the request
cde4289 drm/i915: Track the previous pinned context inside the request
182bacf drm/i915: Move releasing of the GEM request from free to retire/cancel
7f49219 drm/i915: Move the magical deferred context allocation into the request
d52c0bd drm/i915: Move context initialisation to first-use
68ee401 drm/i915: Refactor execlists default context pinning
783fb68 drm/i915: Replace the pinned context address with its unique ID
137e1af drm/i915: Assign every HW context a unique ID
1058a53 drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
8c54f3e drm/i915: Remove early l3-remap
3f1ea10 drm/i915: Consolidate L3 remapping LRI
3e8a36d drm/i915: L3 cache remapping is part of context switching
bf38c95 drm/i915: Mark the current context as lost on suspend
c544e90 drm/i915: Use i915_vma_pin_iomap on the ringbuffer object
93081df drm/i915: Move ioremap_wc tracking onto VMA
2c3a488 drm/i915: Introduce i915_vm_to_ggtt()
5ad63f4 io-mapping: Specify mapping size for io_mapping_map_wc()
4aeadd7 drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
7c366ab drm/i915/fbdev: Call intel_unpin_fb_obj() on release
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
prev parent reply other threads:[~2016-04-25 8:20 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-24 18:09 [PATCH v3 01/21] drm/i915/fbdev: Call intel_unpin_fb_obj() on release Chris Wilson
2016-04-24 18:10 ` [PATCH v3 02/21] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr Chris Wilson
2016-04-24 18:10 ` [PATCH v3 03/21] io-mapping: Specify mapping size for io_mapping_map_wc() Chris Wilson
2016-04-24 18:10 ` [PATCH v3 04/21] drm/i915: Introduce i915_vm_to_ggtt() Chris Wilson
2016-04-24 18:10 ` [PATCH v3 05/21] drm/i915: Move ioremap_wc tracking onto VMA Chris Wilson
2016-04-24 18:10 ` [PATCH v3 06/21] drm/i915: Use i915_vma_pin_iomap on the ringbuffer object Chris Wilson
2016-04-24 18:10 ` [PATCH v3 07/21] drm/i915: Mark the current context as lost on suspend Chris Wilson
2016-04-24 18:10 ` [PATCH v3 08/21] drm/i915: L3 cache remapping is part of context switching Chris Wilson
2016-04-24 18:10 ` [PATCH v3 09/21] drm/i915: Consolidate L3 remapping LRI Chris Wilson
2016-04-24 18:10 ` [PATCH v3 10/21] drm/i915: Remove early l3-remap Chris Wilson
2016-04-24 18:10 ` [PATCH v3 11/21] drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use Chris Wilson
2016-04-24 18:10 ` [PATCH v3 12/21] drm/i915: Assign every HW context a unique ID Chris Wilson
2016-04-24 18:10 ` [PATCH v3 13/21] drm/i915: Replace the pinned context address with its " Chris Wilson
2016-04-25 15:21 ` Dave Gordon
2016-04-25 15:48 ` Chris Wilson
2016-04-26 8:06 ` Dave Gordon
2016-04-26 8:40 ` Chris Wilson
2016-04-24 18:10 ` [PATCH v3 14/21] drm/i915: Refactor execlists default context pinning Chris Wilson
2016-04-24 18:10 ` [PATCH v3 15/21] drm/i915: Move context initialisation to first-use Chris Wilson
2016-04-24 18:10 ` [PATCH v3 16/21] drm/i915: Move the magical deferred context allocation into the request Chris Wilson
2016-04-24 18:10 ` [PATCH v3 17/21] drm/i915: Move releasing of the GEM request from free to retire/cancel Chris Wilson
2016-04-24 18:10 ` [PATCH v3 18/21] drm/i915: Track the previous pinned context inside the request Chris Wilson
2016-04-24 18:10 ` [PATCH v3 19/21] drm/i915: Store LRC hardware id in " Chris Wilson
2016-04-24 18:10 ` [PATCH v3 20/21] drm/i915: Stop tracking execlists retired requests Chris Wilson
2016-04-24 18:10 ` [PATCH v3 21/21] drm/i915: Unify GPU resets upon shutdown Chris Wilson
2016-04-25 9:42 ` Mika Kuoppala
2016-04-25 17:25 ` Ville Syrjälä
2016-04-25 17:45 ` Chris Wilson
2016-04-25 18:42 ` Ville Syrjälä
2016-04-25 8:20 ` Patchwork [this message]
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=20160425082012.23579.49692@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