All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: "Sarvela, Tomi P" <tomi.p.sarvela@intel.com>
Subject: Re: ✗ Fi.CI.BAT: failure for drm/i915: Rest of my DSI and DPLL stuff
Date: Wed, 13 Apr 2016 19:29:25 +0300	[thread overview]
Message-ID: <20160413162925.GC4329@intel.com> (raw)
In-Reply-To: <20160413160217.11599.3620@emeril.freedesktop.org>

On Wed, Apr 13, 2016 at 04:02:17PM -0000, Patchwork wrote:
> == Series Details ==
> 
> Series: drm/i915: Rest of my DSI and DPLL stuff
> URL   : https://patchwork.freedesktop.org/series/5610/
> State : failure
> 
> == Summary ==
> 
> Series 5610v1 drm/i915: Rest of my DSI and DPLL stuff
> http://patchwork.freedesktop.org/api/1.0/series/5610/revisions/1/mbox/
> 
> Test drv_hangman:
>         Subgroup error-state-basic:
>                 pass       -> DMESG-WARN (ilk-hp8440p)
> Test gem_busy:
>         Subgroup basic-bsd:
>                 pass       -> SKIP       (ilk-hp8440p)
>         Subgroup basic-render:
>                 pass       -> SKIP       (ilk-hp8440p)
> Test gem_cpu_reloc:
>         Subgroup basic:
>                 pass       -> FAIL       (ilk-hp8440p)

...

[  265.316531] drm/i915: Resetting chip after gpu hang
[  265.316585] [drm:i915_reset [i915]] *ERROR* Failed to reset chip: -110

Looks like the GPU died for some reason.

> Test kms_force_connector_basic:
>         Subgroup prune-stale-modes:
>                 pass       -> SKIP       (ivb-t430s)

No clue what happened here. The change isn't visible in the results
visualization page, nor can I see this subtest even being run in
the dmesg for Patchwork_1881. The dmesg ends at gtt-blt, but based on
the json there were a ton of tests run after that. In fact the json
and dmesg seem totally out of sync.

Tomi, any idea what's going on here?

> Test kms_pipe_crc_basic:
>         Subgroup hang-read-crc-pipe-a:
>                 pass       -> FAIL       (ilk-hp8440p)
>         Subgroup hang-read-crc-pipe-b:
>                 pass       -> FAIL       (ilk-hp8440p)
>         Subgroup hang-read-crc-pipe-c:
>                 skip       -> FAIL       (ilk-hp8440p)
>         Subgroup suspend-read-crc-pipe-a:
>                 pass       -> DMESG-FAIL (ilk-hp8440p)
>         Subgroup suspend-read-crc-pipe-b:
>                 pass       -> DMESG-FAIL (ilk-hp8440p)
> 
> bdw-nuci7        total:203  pass:191  dwarn:0   dfail:0   fail:0   skip:12 
> 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:38 
> hsw-brixbox      total:203  pass:179  dwarn:0   dfail:0   fail:0   skip:24 
> hsw-gt2          total:203  pass:184  dwarn:0   dfail:0   fail:0   skip:19 
> ilk-hp8440p      total:203  pass:105  dwarn:1   dfail:2   fail:22  skip:73 
> ivb-t430s        total:203  pass:174  dwarn:0   dfail:0   fail:0   skip:29 
> skl-i7k-2        total:203  pass:178  dwarn:0   dfail:0   fail:0   skip:25 
> skl-nuci5        total:203  pass:192  dwarn:0   dfail:0   fail:0   skip:11 
> snb-dellxps      total:203  pass:165  dwarn:0   dfail:0   fail:0   skip:38 
> snb-x220t        total:203  pass:165  dwarn:0   dfail:0   fail:1   skip:37 
> BOOT FAILED for bdw-ultra
> 
> Results at /archive/results/CI_IGT_test/Patchwork_1881/
> 
> 631ffd2f45bb43964f729e8661532fb115f5eeec drm-intel-nightly: 2016y-04m-13d-13h-00m-18s UTC integration manifest
> cb48288 drm/i915: Reject 'Center' scaling mode for eDP/DSI on GMCH platforms
> 9498c94 drm/i915: Hook up pfit for DSI
> b94623e drm/i915: Eliminate {vlv, bxt}_configure_dsi_pll()
> 546b2ef drm/i915: Compute DSI PLL parameters during .compute_config()
> ae0326a drm/i915: Setup DPLL/DPLLMD for DSI too on VLV/CHV

-- 
Ville Syrjälä
Intel OTC
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2016-04-13 16:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-12 19:14 [PATCH 0/5] drm/i915: Rest of my DSI and DPLL stuff ville.syrjala
2016-04-12 19:14 ` [PATCH 1/5] drm/i915: Setup DPLL/DPLLMD for DSI too on VLV/CHV ville.syrjala
2016-04-15 13:09   ` Jani Nikula
2016-04-15 13:27     ` Ville Syrjälä
2016-04-12 19:14 ` [PATCH 2/5] drm/i915: Compute DSI PLL parameters during .compute_config() ville.syrjala
2016-04-12 19:14 ` [PATCH 3/5] drm/i915: Eliminate {vlv, bxt}_configure_dsi_pll() ville.syrjala
2016-04-12 19:14 ` [PATCH 4/5] drm/i915: Hook up pfit for DSI ville.syrjala
2016-04-12 19:14 ` [PATCH 5/5] drm/i915: Reject 'Center' scaling mode for eDP/DSI on GMCH platforms ville.syrjala
2016-04-13 16:02 ` ✗ Fi.CI.BAT: failure for drm/i915: Rest of my DSI and DPLL stuff Patchwork
2016-04-13 16:29   ` Ville Syrjälä [this message]
2016-04-14  7:24     ` Tomi Sarvela
2016-04-14  8:46       ` Ville Syrjälä
2016-04-14  8:54         ` Tomi Sarvela
2016-04-14  9:03           ` Ville Syrjälä
2016-04-15 12:52 ` [PATCH 0/5] " Jani Nikula

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=20160413162925.GC4329@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=tomi.p.sarvela@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 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.