From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: Re: ✗ Fi.CI.BAT: warning for drm/i915: Trust VBT aux/ddc information
Date: Wed, 12 Oct 2016 13:54:06 +0300 [thread overview]
Message-ID: <20161012105406.GU4329@intel.com> (raw)
In-Reply-To: <20161011184946.18579.86506@emeril.freedesktop.org>
On Tue, Oct 11, 2016 at 06:49:46PM -0000, Patchwork wrote:
> == Series Details ==
>
> Series: drm/i915: Trust VBT aux/ddc information
> URL : https://patchwork.freedesktop.org/series/13600/
> State : warning
>
> == Summary ==
>
> Series 13600v1 drm/i915: Trust VBT aux/ddc information
> https://patchwork.freedesktop.org/api/1.0/series/13600/revisions/1/mbox/
>
> Test kms_pipe_crc_basic:
> Subgroup suspend-read-crc-pipe-b:
> dmesg-warn -> PASS (fi-byt-j1900)
> Subgroup suspend-read-crc-pipe-c:
> pass -> DMESG-WARN (fi-skl-6700k)
[ 631.216836] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe C FIFO underrun
moar SKL underruns
> Test kms_psr_sink_crc:
> Subgroup psr_basic:
> pass -> DMESG-WARN (fi-skl-6700hq)
[ 647.478464] [drm:intel_pipe_update_start [i915]] *ERROR* Potential atomic update failure on pipe A
DMC making life difficult for vblank irqs I guess.
> Test pm_backlight:
> Subgroup basic-brightness:
> skip -> PASS (fi-skl-6700k)
> Test vgem_basic:
> Subgroup unload:
> pass -> SKIP (fi-ivb-3770)
> pass -> SKIP (fi-byt-n2820)
> skip -> PASS (fi-bsw-n3050)
> skip -> PASS (fi-skl-6700k)
> skip -> PASS (fi-bdw-5557u)
>
> fi-bdw-5557u total:248 pass:232 dwarn:0 dfail:0 fail:0 skip:16
> fi-bsw-n3050 total:248 pass:205 dwarn:0 dfail:0 fail:0 skip:43
> fi-bxt-t5700 total:248 pass:217 dwarn:0 dfail:0 fail:0 skip:31
> fi-byt-j1900 total:248 pass:215 dwarn:0 dfail:0 fail:1 skip:32
> fi-byt-n2820 total:248 pass:210 dwarn:0 dfail:0 fail:1 skip:37
> fi-hsw-4770 total:248 pass:224 dwarn:0 dfail:0 fail:0 skip:24
> fi-hsw-4770r total:248 pass:224 dwarn:0 dfail:0 fail:0 skip:24
> fi-ilk-650 total:248 pass:185 dwarn:0 dfail:0 fail:2 skip:61
> fi-ivb-3520m total:248 pass:221 dwarn:0 dfail:0 fail:0 skip:27
> fi-ivb-3770 total:248 pass:221 dwarn:0 dfail:0 fail:0 skip:27
> fi-kbl-7200u total:248 pass:222 dwarn:0 dfail:0 fail:0 skip:26
> fi-skl-6700hq total:248 pass:223 dwarn:1 dfail:0 fail:0 skip:24
> fi-skl-6700k total:248 pass:222 dwarn:2 dfail:0 fail:0 skip:24
> fi-snb-2520m total:248 pass:211 dwarn:0 dfail:0 fail:0 skip:37
> fi-snb-2600 total:248 pass:209 dwarn:0 dfail:0 fail:0 skip:39
>
> Results at /archive/results/CI_IGT_test/Patchwork_2676/
>
> 41409515b7b3365bcb2c2e9239fdfaa286a51333 drm-intel-nightly: 2016y-10m-11d-17h-55m-34s UTC integration manifest
> 8e39dff drm/i915: Fix whitespace issues
> 536a3b5 drm/i915: Clean up DDI DDC/AUX CH sanitation
> a01faf4 drm/i915: Respect alternate_ddc_pin for all DDI ports
> 8e81858 drm/i915: Respect alternate_aux_channel for all DDI ports
--
Ville Syrjälä
Intel OTC
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2016-10-12 10:54 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-11 17:52 [PATCH 0/4] drm/i915: Trust VBT aux/ddc information ville.syrjala
2016-10-11 17:52 ` [PATCH 1/4] drm/i915: Respect alternate_aux_channel for all DDI ports ville.syrjala
2016-10-13 17:59 ` [Intel-gfx] " Jim Bride
2016-10-11 17:52 ` [PATCH 2/4] drm/i915: Respect alternate_ddc_pin " ville.syrjala
2016-10-11 20:04 ` Maarten Maathuis
2016-10-12 10:57 ` Ville Syrjälä
2016-10-12 16:56 ` Maarten Maathuis
2016-10-13 18:06 ` Jim Bride
2016-10-13 18:29 ` Ville Syrjälä
2016-10-17 6:50 ` [Intel-gfx] " Daniel Vetter
2016-10-11 17:52 ` [PATCH 3/4] drm/i915: Clean up DDI DDC/AUX CH sanitation ville.syrjala
2016-10-13 18:17 ` Jim Bride
2016-10-17 18:00 ` Ville Syrjälä
2016-10-17 18:07 ` [PATCH v3 " ville.syrjala
2016-10-20 21:53 ` Maarten Maathuis
2016-10-20 22:00 ` Maarten Maathuis
2016-10-21 13:17 ` Ville Syrjälä
2016-10-11 17:52 ` [PATCH 4/4] drm/i915: Fix whitespace issues ville.syrjala
2016-10-13 18:18 ` Jim Bride
2016-10-11 18:49 ` ✗ Fi.CI.BAT: warning for drm/i915: Trust VBT aux/ddc information Patchwork
2016-10-12 10:54 ` Ville Syrjälä [this message]
2016-10-17 18:54 ` ✗ Fi.CI.BAT: failure for drm/i915: Trust VBT aux/ddc information (rev2) Patchwork
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=20161012105406.GU4329@intel.com \
--to=ville.syrjala@linux.intel.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