From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
To: Chris Wilson <chris@chris-wilson.co.uk>,
Daniel Vetter <daniel@ffwll.ch>,
Intel-gfx@lists.freedesktop.org
Subject: Re: [RFC] drm/i915: Move execlists irq handler to a bottom half
Date: Wed, 23 Mar 2016 15:23:17 +0000 [thread overview]
Message-ID: <56F2B4E5.7000307@linux.intel.com> (raw)
In-Reply-To: <20160323125624.GG21717@nuc-i3427.alporthouse.com>
On 23/03/16 12:56, Chris Wilson wrote:
> On Wed, Mar 23, 2016 at 12:46:35PM +0000, Tvrtko Ursulin wrote:
>>
>> On 23/03/16 11:31, Chris Wilson wrote:
>>> On Wed, Mar 23, 2016 at 10:08:46AM +0000, Tvrtko Ursulin wrote:
>>>> You think it is OK to continue sharing your one,
>>>> https://bugs.freedesktop.org/show_bug.cgi?id=93467?
>>>
>>> Yes, it fixes the same freeze (and we've removed the loop from chv irq
>>> so there really shouldn't be any others left!)
>>
>> I don't see that has been merged. Is it all ready CI wise so we could?
>
> On the CI ping:
> id:20160314103014.30028.12472@emeril.freedesktop.org
>
> == Summary ==
>
> Series 4298v3 drm/i915: Exit cherryview_irq_handler() after one pass
> http://patchwork.freedesktop.org/api/1.0/series/4298/revisions/3/mbox/
>
> Test drv_module_reload_basic:
> pass -> SKIP (skl-i5k-2)
> pass -> INCOMPLETE (bsw-nuc-2)
> Test gem_ringfill:
> Subgroup basic-default-s3:
> dmesg-warn -> PASS (bsw-nuc-2)
> Test gem_tiled_pread_basic:
> incomplete -> PASS (byt-nuc)
> Test kms_flip:
> Subgroup basic-flip-vs-dpms:
> dmesg-warn -> PASS (bdw-ultra)
> Subgroup basic-flip-vs-modeset:
> incomplete -> PASS (bsw-nuc-2)
> Test kms_pipe_crc_basic:
> Subgroup suspend-read-crc-pipe-a:
> incomplete -> PASS (hsw-gt2)
> Test pm_rpm:
> Subgroup basic-pci-d3-state:
> dmesg-warn -> PASS (bsw-nuc-2)
>
> bdw-nuci7 total:194 pass:182 dwarn:0 dfail:0 fail:0 skip:12
> bdw-ultra total:194 pass:173 dwarn:0 dfail:0 fail:0 skip:21
> bsw-nuc-2 total:189 pass:151 dwarn:0 dfail:0 fail:0 skip:37
> byt-nuc total:194 pass:154 dwarn:4 dfail:0 fail:1 skip:35
> hsw-brixbox total:194 pass:172 dwarn:0 dfail:0 fail:0 skip:22
> hsw-gt2 total:194 pass:176 dwarn:1 dfail:0 fail:0 skip:17
> ivb-t430s total:194 pass:169 dwarn:0 dfail:0 fail:0 skip:25
> skl-i5k-2 total:194 pass:170 dwarn:0 dfail:0 fail:0 skip:24
> skl-i7k-2 total:194 pass:171 dwarn:0 dfail:0 fail:0 skip:23
> snb-dellxps total:194 pass:159 dwarn:1 dfail:0 fail:0 skip:34
> snb-x220t total:194 pass:159 dwarn:1 dfail:0 fail:1 skip:33
>
> Results at /archive/results/CI_IGT_test/Patchwork_1589/
>
> 3e5ecc8c5ff80cb1fb635ce1cf16b7cd4cfb1979 drm-intel-nightly: 2016y-03m-14d-09h-06m-00s UTC integration manifest
> 7928c2133b16eb2f26866ca05d1cb7bb6d41c765 drm/i915: Exit cherryview_irq_handler() after one pass
>
> ==
>
> drv_module_reload_basic is weird, but it appears the hiccup CI had on the
> previous run were external (and affected several CI runs afaict).
That part is goog then, but I am not sure what to do with the incomplete
run. Maybe have it do another one? Although that is quite weak. Problem
is it has no other hangs with that test in the history.
Regards,
Tvrtko
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2016-03-23 15:23 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-22 17:30 [RFC] drm/i915: Move execlists irq handler to a bottom half Tvrtko Ursulin
2016-03-23 7:02 ` ✓ Fi.CI.BAT: success for " Patchwork
2016-03-23 9:07 ` [RFC] " Daniel Vetter
2016-03-23 9:14 ` Chris Wilson
2016-03-23 10:08 ` Tvrtko Ursulin
2016-03-23 11:31 ` Chris Wilson
2016-03-23 12:46 ` Tvrtko Ursulin
2016-03-23 12:56 ` Chris Wilson
2016-03-23 15:23 ` Tvrtko Ursulin [this message]
2016-03-24 9:37 ` Tvrtko Ursulin
2016-03-24 12:18 ` [PATCH v3] " Tvrtko Ursulin
2016-03-24 22:24 ` Chris Wilson
2016-03-25 12:56 ` Chris Wilson
2016-04-04 11:11 ` [PATCH v4] " Tvrtko Ursulin
2016-04-04 11:27 ` Chris Wilson
2016-04-04 12:51 ` Tvrtko Ursulin
2016-03-23 14:57 ` [RFC v2] " Tvrtko Ursulin
2016-03-24 10:56 ` Chris Wilson
2016-03-24 11:50 ` Tvrtko Ursulin
2016-03-24 12:58 ` Tvrtko Ursulin
2016-03-24 15:56 ` Imre Deak
2016-03-24 16:05 ` Chris Wilson
2016-03-24 16:40 ` Imre Deak
2016-03-24 19:56 ` Chris Wilson
2016-03-24 22:13 ` Imre Deak
2016-03-23 15:32 ` ✗ Fi.CI.BAT: failure for drm/i915: Move execlists irq handler to a bottom half (rev2) Patchwork
2016-03-24 14:03 ` ✗ Fi.CI.BAT: warning for drm/i915: Move execlists irq handler to a bottom half (rev3) Patchwork
2016-03-24 15:17 ` Tvrtko Ursulin
2016-04-04 12:33 ` ✗ Fi.CI.BAT: failure for drm/i915: Move execlists irq handler to a bottom half (rev4) Patchwork
2016-04-04 12:42 ` Tvrtko Ursulin
2016-04-04 12:53 ` Chris Wilson
2016-04-04 13:14 ` Tvrtko Ursulin
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=56F2B4E5.7000307@linux.intel.com \
--to=tvrtko.ursulin@linux.intel.com \
--cc=Intel-gfx@lists.freedesktop.org \
--cc=chris@chris-wilson.co.uk \
--cc=daniel@ffwll.ch \
/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.