From: Tomi Sarvela <tomi.p.sarvela@intel.com>
To: Ander Conselvan De Oliveira <conselvan2@gmail.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: ✗ Fi.CI.BAT: failure for Unduplicate CHV phy code (rev5)
Date: Wed, 27 Apr 2016 17:39:35 +0300 [thread overview]
Message-ID: <4779737.mmujrAagpL@fractal> (raw)
In-Reply-To: <1461764173.2741.5.camel@gmail.com>
Hello,
On Wednesday 27 April 2016 16:36:13 Ander Conselvan De Oliveira wrote:
> > 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?
There is no known issues with this hardware itself. There is one known issue
with HSW and drm-intel kernel, which has taken a while to figure out. I think
it still exists in the baseline kernel where patch is applied.
(It's hard to replicate with IGT, but newest Mesa seems to hit it quite
regularly).
Regards,
Tomi
>
>
> 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
next prev parent reply other threads:[~2016-04-27 14:39 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
2016-04-27 14:39 ` Tomi Sarvela [this message]
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=4779737.mmujrAagpL@fractal \
--to=tomi.p.sarvela@intel.com \
--cc=conselvan2@gmail.com \
--cc=intel-gfx@lists.freedesktop.org \
/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