public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
To: intel-gfx@lists.freedesktop.org, Tvrtko Ursulin <tursulin@ursulin.net>
Subject: Re: ✗ Fi.CI.BAT: failure for Assorted engine tidy (rev4)
Date: Fri, 17 Feb 2017 11:50:32 +0000	[thread overview]
Message-ID: <0bbac038-1328-a8ce-03cb-ba1062c49c40@linux.intel.com> (raw)
In-Reply-To: <20170217082220.20212.35544@emeril.freedesktop.org>



On 17/02/2017 08:22, Patchwork wrote:
> == Series Details ==
>
> Series: Assorted engine tidy (rev4)
> URL   : https://patchwork.freedesktop.org/series/19774/
> State : failure
>
> == Summary ==
>
> Series 19774v4 Assorted engine tidy
> https://patchwork.freedesktop.org/api/1.0/series/19774/revisions/4/mbox/
>
> Test kms_pipe_crc_basic:
>         Subgroup suspend-read-crc-pipe-a:
>                 pass       -> FAIL       (fi-ivb-3520m)
>         Subgroup suspend-read-crc-pipe-b:
>                 pass       -> DMESG-FAIL (fi-ivb-3520m)
>         Subgroup suspend-read-crc-pipe-c:
>                 pass       -> DMESG-FAIL (fi-ivb-3520m)

https://bugs.freedesktop.org/show_bug.cgi?id=9984

e1000 driver is failing to suspend, with or without a WARN like this one:

[  432.585013] WARNING: CPU: 3 PID: 8372 at kernel/irq/manage.c:1478 
__free_irq+0x9f/0x280
[  432.585015] Trying to free already-free IRQ 207

>
> fi-bdw-5557u     total:252  pass:241  dwarn:0   dfail:0   fail:0   skip:11
> fi-bsw-n3050     total:252  pass:213  dwarn:0   dfail:0   fail:0   skip:39
> fi-bxt-j4205     total:252  pass:233  dwarn:0   dfail:0   fail:0   skip:19
> fi-bxt-t5700     total:83   pass:70   dwarn:0   dfail:0   fail:0   skip:12
> fi-byt-j1900     total:252  pass:225  dwarn:0   dfail:0   fail:0   skip:27
> fi-byt-n2820     total:252  pass:221  dwarn:0   dfail:0   fail:0   skip:31
> fi-hsw-4770      total:252  pass:236  dwarn:0   dfail:0   fail:0   skip:16
> fi-hsw-4770r     total:252  pass:236  dwarn:0   dfail:0   fail:0   skip:16
> fi-ilk-650       total:252  pass:202  dwarn:0   dfail:0   fail:0   skip:50
> fi-ivb-3520m     total:252  pass:231  dwarn:0   dfail:2   fail:1   skip:18
> fi-ivb-3770      total:252  pass:234  dwarn:0   dfail:0   fail:0   skip:18
> fi-kbl-7500u     total:252  pass:234  dwarn:0   dfail:0   fail:0   skip:18
> fi-skl-6260u     total:252  pass:242  dwarn:0   dfail:0   fail:0   skip:10
> fi-skl-6700hq    total:252  pass:235  dwarn:0   dfail:0   fail:0   skip:17
> fi-skl-6700k     total:252  pass:230  dwarn:4   dfail:0   fail:0   skip:18
> fi-skl-6770hq    total:252  pass:242  dwarn:0   dfail:0   fail:0   skip:10
> fi-snb-2520m     total:252  pass:224  dwarn:0   dfail:0   fail:0   skip:28
> fi-snb-2600      total:252  pass:223  dwarn:0   dfail:0   fail:0   skip:29
>
> c2033e7aa383d062000e024c5fac5f46560327cd drm-tip: 2017y-02m-16d-20h-42m-04s UTC integration manifest
> 4f91a4f drm/i915: Consolidate gen8_emit_pipe_control
> 2fc291c drm/i915: Tidy workaround batch buffer emission
> 401470e drm/i915: Move common workaround code to intel_engine_cs
> fc07f32 drm/i915: Simplify cleanup path in intel_engines_init
> c7fb795 drm/i915: Make int __intel_ring_space static

Pushed, thanks for the review.

Regards,

Tvrtko


_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      reply	other threads:[~2017-02-17 11:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-16 12:23 [PATCH 0/5] Assorted engine tidy Tvrtko Ursulin
2017-02-16 12:23 ` [PATCH 1/5] drm/i915: Make int __intel_ring_space static Tvrtko Ursulin
2017-02-16 13:12   ` Chris Wilson
2017-02-16 12:23 ` [PATCH 2/5] drm/i915: Simplify cleanup path in intel_engines_init Tvrtko Ursulin
2017-02-16 13:15   ` Chris Wilson
2017-02-16 12:23 ` [PATCH 3/5] drm/i915: Move common workaround code to intel_engine_cs Tvrtko Ursulin
2017-02-16 13:18   ` Chris Wilson
2017-02-16 12:23 ` [PATCH 4/5] drm/i915: Tidy workaround batch buffer emission Tvrtko Ursulin
2017-02-16 13:20   ` Chris Wilson
2017-02-16 13:23     ` Tvrtko Ursulin
2017-02-16 13:28       ` Chris Wilson
2017-02-16 13:47         ` Tvrtko Ursulin
2017-02-16 13:51           ` [PATCH v4 1/2] " Tvrtko Ursulin
2017-02-16 13:54             ` [PATCH v5 " Tvrtko Ursulin
2017-02-16 14:03               ` Chris Wilson
2017-02-17  7:58               ` [PATCH v6] " Tvrtko Ursulin
2017-02-17  8:16                 ` Chris Wilson
2017-02-16 12:23 ` [PATCH 5/5] drm/i915: Consolidate gen8_emit_pipe_control Tvrtko Ursulin
2017-02-16 18:22 ` ✓ Fi.CI.BAT: success for Assorted engine tidy (rev3) Patchwork
2017-02-17  8:22 ` ✗ Fi.CI.BAT: failure for Assorted engine tidy (rev4) Patchwork
2017-02-17 11:50   ` Tvrtko Ursulin [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=0bbac038-1328-a8ce-03cb-ba1062c49c40@linux.intel.com \
    --to=tvrtko.ursulin@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=tursulin@ursulin.net \
    /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