From: Imre Deak <imre.deak@intel.com>
To: intel-gfx@lists.freedesktop.org,
"Chris Wilson" <chris@chris-wilson.co.uk>,
"Ville Syrjälä" <ville.syrjala@linux.intel.com>
Subject: Re: ✗ Fi.CI.BAT: failure for drm/i915: Fix a few suspend/resume and driver unload bugs (rev3)
Date: Tue, 19 Apr 2016 12:42:17 +0300 [thread overview]
Message-ID: <1461058937.10192.12.camel@intel.com> (raw)
In-Reply-To: <1460994344.3172.53.camel@intel.com>
On ma, 2016-04-18 at 18:45 +0300, Imre Deak wrote:
> On ma, 2016-04-18 at 13:57 +0000, Patchwork wrote:
> > == Series Details ==
> >
> > Series: drm/i915: Fix a few suspend/resume and driver unload bugs
> > (rev3)
> > URL : https://patchwork.freedesktop.org/series/5856/
> > State : failure
> >
> > == Summary ==
> >
> > Series 5856v3 drm/i915: Fix a few suspend/resume and driver unload
> > bugs
> > http://patchwork.freedesktop.org/api/1.0/series/5856/revisions/3/mbox
> > /
> >
> > Test gem_exec_whisper:
> > Subgroup basic:
> > incomplete -> PASS (bdw-nuci7)
> > Test kms_flip:
> > Subgroup basic-flip-vs-dpms:
> > pass -> DMESG-WARN (skl-i7k-2)
>
> Pre-existing issue from an earlier CI run, intel_atomic_commit()
> failure during DPMS set property followed by a wait for vblank timeout:
> http://benchsrv.fi.intel.com//archive/results/CI_IGT_test/CI_DRM_1177/skl-i7k-2/html/skl-i7k-2@CI_DRM_1177@1/igt@kms_flip@basic-flip-vs-dpms.html
>
> I opened a new bug for this:
> https://bugs.freedesktop.org/show_bug.cgi?id=94992
>
> > Subgroup basic-flip-vs-modeset:
> > pass -> DMESG-WARN (skl-i7k-2)
> Pre-existing issue from an earlier CI run, intel_atomic_commit()
> failure during set CRTC IOCTL followed by a wait for vblank timeout:
> http://benchsrv.fi.intel.com//archive/results/CI_IGT_test/CI_DRM_1224/skl-i7k-2/html/skl-i7k-2@CI_DRM_1224@1/igt@kms_flip@basic-flip-vs-modeset.html
>
> I opened a new bug for this:
> https://bugs.freedesktop.org/show_bug.cgi?id=94993
>
> > Subgroup basic-flip-vs-wf_vblank:
> > pass -> FAIL (snb-x220t)
>
> Pre-existing 1 frame jitter bug:
> https://bugs.freedesktop.org/show_bug.cgi?id=94294
>
> > Test kms_pipe_crc_basic:
> > Subgroup read-crc-pipe-c:
> > pass -> SKIP (hsw-brixbox)
>
> Looks like a problem with detecting the display output (HDMI):
> """
> Test requirement not met in function test_read_crc, file kms_pipe_crc_basic.c:178:
> Test requirement: valid_connectors
> No connector found for pipe 2
> """
>
> Maybe the live status check is acting up? There were previous cases
> where CI didn't run this test on hsw-brixbox:
> http://benchsrv.fi.intel.com/archive/results/CI_IGT_test/igt@kms_pipe_crc_basic@read-crc-pipe-c.html
Thanks for the reviews, I pushed the patches to -dinq.
--Imre
> > bdw-
> > nuci7 total:203 pass:191 dwarn:0 dfail:0 fail:0 skip:1
> > 2
> > bdw-
> > ultra total:203 pass:180 dwarn:0 dfail:0 fail:0 skip:2
> > 3
> > bsw-nuc-
> > 2 total:202 pass:163 dwarn:0 dfail:0 fail:0 skip:39
> > byt-
> > nuc total:202 pass:164 dwarn:0 dfail:0 fail:0 skip:3
> > 8
> > hsw-
> > brixbox total:203 pass:178 dwarn:0 dfail:0 fail:0 skip:2
> > 5
> > hsw-
> > gt2 total:203 pass:184 dwarn:0 dfail:0 fail:0 skip:1
> > 9
> > ilk-
> > hp8440p total:203 pass:135 dwarn:0 dfail:0 fail:0 skip:6
> > 8
> > ivb-
> > t430s total:203 pass:175 dwarn:0 dfail:0 fail:0 skip:2
> > 8
> > skl-i7k-
> > 2 total:203 pass:176 dwarn:2 dfail:0 fail:0 skip:25
> > skl-
> > nuci5 total:203 pass:192 dwarn:0 dfail:0 fail:0 skip:1
> > 1
> > snb-
> > dellxps total:203 pass:165 dwarn:0 dfail:0 fail:0 skip:3
> > 8
> > snb-
> > x220t total:203 pass:164 dwarn:0 dfail:0 fail:2 skip:3
> > 7
> >
> > Results at /archive/results/CI_IGT_test/Patchwork_1927/
> >
> > 78673b24b60c1a884c947ee5a45ad860ca618418 drm-intel-nightly: 2016y-
> > 04m-18d-12h-32m-33s UTC integration manifest
> > a0cb3b0 drm/i915/gen9: Fix runtime PM refcounting in case DMC
> > firmware isn't loaded
> > c48ce3c drm/i915/ddi: Fix eDP VDD handling during booting and
> > suspend/resume
> > e2672e0 drm/i915: Fix system resume if PCI device remained enabled
> > 5e7b1ad drm/i915: Fix error path in i915_drm_resume_early
> >
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
prev parent reply other threads:[~2016-04-19 9:42 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-18 7:04 [PATCH 0/4] drm/i915: Fix a few suspend/resume and driver unload bugs Imre Deak
2016-04-18 7:04 ` [PATCH 1/4] drm/i915: Fix error path in i915_drm_resume_early Imre Deak
2016-04-18 8:00 ` Chris Wilson
2016-04-18 8:06 ` Imre Deak
2016-04-18 7:04 ` [PATCH 2/4] drm/i915: Fix system resume if PCI device remained enabled Imre Deak
2016-04-18 8:06 ` [Intel-gfx] " Chris Wilson
2016-04-18 8:16 ` Imre Deak
2016-04-18 8:24 ` [Intel-gfx] " Chris Wilson
2016-04-18 8:37 ` Imre Deak
2016-04-18 8:52 ` Chris Wilson
2016-04-18 11:05 ` Imre Deak
2016-04-18 8:28 ` Ville Syrjälä
2016-04-18 8:32 ` Imre Deak
2016-04-18 8:44 ` Ville Syrjälä
2016-04-18 8:54 ` Imre Deak
2016-04-18 9:04 ` Ville Syrjälä
2016-04-18 11:45 ` [PATCH v2 " Imre Deak
2016-04-18 14:59 ` Ville Syrjälä
2016-04-18 7:04 ` [PATCH 3/4] drm/i915/ddi: Fix eDP VDD handling during booting and suspend/resume Imre Deak
2016-04-18 11:05 ` Ville Syrjälä
2016-04-18 7:04 ` [PATCH 4/4] drm/i915/gen9: Fix runtime PM refcounting in case DMC firmware isn't loaded Imre Deak
2016-04-18 7:49 ` Chris Wilson
2016-04-18 7:59 ` Imre Deak
2016-04-18 11:48 ` [PATCH v2 " Imre Deak
2016-04-18 12:07 ` Chris Wilson
2016-04-20 13:02 ` Daniel Vetter
2016-04-20 13:13 ` Imre Deak
2016-04-20 13:16 ` Daniel Vetter
2016-04-20 13:35 ` Imre Deak
2016-04-20 14:11 ` Daniel Vetter
2016-04-18 7:24 ` ✓ Fi.CI.BAT: success for drm/i915: Fix a few suspend/resume and driver unload bugs Patchwork
2016-04-18 13:57 ` ✗ Fi.CI.BAT: failure for drm/i915: Fix a few suspend/resume and driver unload bugs (rev3) Patchwork
2016-04-18 15:45 ` Imre Deak
2016-04-19 9:42 ` Imre Deak [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=1461058937.10192.12.camel@intel.com \
--to=imre.deak@intel.com \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@lists.freedesktop.org \
--cc=ville.syrjala@linux.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