public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Ander Conselvan De Oliveira <conselvan2@gmail.com>
To: intel-gfx@lists.freedesktop.org
Cc: "Sarvela, Tomi P" <tomi.p.sarvela@intel.com>
Subject: Re: ✗ Fi.CI.BAT: failure for Unduplicate CHV phy code (rev5)
Date: Wed, 27 Apr 2016 16:36:13 +0300	[thread overview]
Message-ID: <1461764173.2741.5.camel@gmail.com> (raw)
In-Reply-To: <20160427132336.26408.55231@emeril.freedesktop.org>

On Wed, 2016-04-27 at 13:23 +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: Unduplicate CHV phy code (rev5)
> URL   : https://patchwork.freedesktop.org/series/5463/
> State : failure
> 
> == Summary ==
> 
> Series 5463v5 Unduplicate CHV phy code
> http://patchwork.freedesktop.org/api/1.0/series/5463/revisions/5/mbox/
> 
> Test drv_module_reload_basic:
>                 dmesg-warn -> PASS       (snb-x220t)
> Test gem_exec_suspend:
>         Subgroup basic-s3:
>                 fail       -> PASS       (snb-x220t)
> Test kms_pipe_crc_basic:
>         Subgroup hang-read-crc-pipe-a:
>                 pass       -> DMESG-WARN (snb-dellxps)

[  303.915830] ------------[ cut here ]------------
[  303.915859] WARNING: CPU: 5 PID: 6657 at drivers/gpu/drm/i915/intel_display.c:13529 intel_atomic_commit+0x1271/0x1400 [i915]
[  303.915861] pipe A vblank wait timed out

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

>         Subgroup suspend-read-crc-pipe-a:
>                 pass       -> INCOMPLETE (hsw-gt2)

dmesg ends with

[  505.669959] kms_pipe_crc_basic: starting subtest suspend-read-crc-pipe-A

Seems very unlikely this would be caused by this series. The only code that is
run on hsw machines is setting the lane count field in crtc_state, but that is
not used anywhere.

Are there any know issues with this machine?


Ander

> 
> bdw-nuci7        total:200  pass:188  dwarn:0   dfail:0   fail:0   skip:12 
> bdw-ultra        total:200  pass:175  dwarn:0   dfail:0   fail:0   skip:25 
> bsw-nuc-2        total:199  pass:158  dwarn:0   dfail:0   fail:0   skip:41 
> byt-nuc          total:199  pass:158  dwarn:0   dfail:0   fail:0   skip:41 
> hsw-brixbox      total:200  pass:174  dwarn:0   dfail:0   fail:0   skip:26 
> hsw-gt2          total:199  pass:176  dwarn:0   dfail:0   fail:1   skip:21 
> ilk-hp8440p      total:200  pass:139  dwarn:0   dfail:0   fail:0   skip:61 
> ivb-t430s        total:200  pass:169  dwarn:0   dfail:0   fail:0   skip:31 
> skl-i7k-2        total:200  pass:173  dwarn:0   dfail:0   fail:0   skip:27 
> skl-nuci5        total:200  pass:189  dwarn:0   dfail:0   fail:0   skip:11 
> snb-dellxps      total:200  pass:157  dwarn:1   dfail:0   fail:0   skip:42 
> snb-x220t        total:200  pass:158  dwarn:0   dfail:0   fail:1   skip:41 
> 
> Results at /archive/results/CI_IGT_test/Patchwork_2090/
> 
> 4fa405ab5848b76c8568c7fb771d389a6695108c drm-intel-nightly: 2016y-04m-27d-10h
> -47m-35s UTC integration manifest
> 9e163c0 drm/i915: Move VLV HDMI lane reset work around logic to
> intel_dpio_phy.c
> b7b843d drm/i915: Unduplicate pre encoder enabling phy code
> 4165303 drm/i915: Unduplicate VLV phy pre pll enabling code
> 7241e40 drm/i915: Unduplicate VLV signal level code
> 1879a24 drm/i915: Unduplicate CHV encoders' post pll disable code
> 3b54e74 drm/i915: Unduplicate CHV pre-encoder enabling phy logic
> 66e88ec drm/i915: Unduplicate CHV phy-releated pre pll enabling code
> 8a2b013 drm/i915: Unduplicate chv_data_lane_soft_reset()
> 4a6d52d drm/i915: Unduplicate CHV signal level code
> 5a20188 drm/i915: Set crtc_state->lane_count for HDMI
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2016-04-27 13:36 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-27 12:44 [PATCH v4 00/10] Unduplicate CHV phy code Ander Conselvan de Oliveira
2016-04-27 12:44 ` [PATCH v4 01/10] drm/i915: Set crtc_state->lane_count for HDMI Ander Conselvan de Oliveira
2016-04-27 12:44 ` [PATCH v4 02/10] drm/i915: Unduplicate CHV signal level code Ander Conselvan de Oliveira
2016-04-27 12:44 ` [PATCH v4 03/10] drm/i915: Unduplicate chv_data_lane_soft_reset() Ander Conselvan de Oliveira
2016-04-27 12:44 ` [PATCH v4 04/10] drm/i915: Unduplicate CHV phy-releated pre pll enabling code Ander Conselvan de Oliveira
2016-04-27 12:44 ` [PATCH v4 05/10] drm/i915: Unduplicate CHV pre-encoder enabling phy logic Ander Conselvan de Oliveira
2016-04-27 12:44 ` [PATCH v4 06/10] drm/i915: Unduplicate CHV encoders' post pll disable code Ander Conselvan de Oliveira
2016-04-27 12:44 ` [PATCH v4 07/10] drm/i915: Unduplicate VLV signal level code Ander Conselvan de Oliveira
2016-04-27 12:44 ` [PATCH v4 08/10] drm/i915: Unduplicate VLV phy pre pll enabling code Ander Conselvan de Oliveira
2016-04-27 12:44 ` [PATCH v4 09/10] drm/i915: Unduplicate pre encoder enabling phy code Ander Conselvan de Oliveira
2016-04-27 12:44 ` [PATCH v4 10/10] drm/i915: Move VLV HDMI lane reset work around logic to intel_dpio_phy.c Ander Conselvan de Oliveira
2016-04-27 13:23 ` ✗ Fi.CI.BAT: failure for Unduplicate CHV phy code (rev5) Patchwork
2016-04-27 13:36   ` Ander Conselvan De Oliveira [this message]
2016-04-27 14:39     ` Tomi Sarvela
2016-04-29  7:24       ` Ander Conselvan De Oliveira

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=1461764173.2741.5.camel@gmail.com \
    --to=conselvan2@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox