From: Matt Roper <matthew.d.roper@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: Re: ✗ Fi.CI.BAT: failure for SKL WM fixes and Arbitrated Display Bandwidth WA
Date: Tue, 8 Mar 2016 10:51:05 -0800 [thread overview]
Message-ID: <20160308185105.GH8165@intel.com> (raw)
In-Reply-To: <20160308075712.7594.41532@emeril.freedesktop.org>
On Tue, Mar 08, 2016 at 07:57:12AM +0000, Patchwork wrote:
> == Series Details ==
>
> Series: SKL WM fixes and Arbitrated Display Bandwidth WA
> URL : https://patchwork.freedesktop.org/series/4197/
> State : failure
>
> == Summary ==
>
> Series 4197v1 SKL WM fixes and Arbitrated Display Bandwidth WA
> http://patchwork.freedesktop.org/api/1.0/series/4197/revisions/1/mbox/
>
> Test kms_flip:
> Subgroup basic-flip-vs-modeset:
> pass -> DMESG-WARN (bdw-ultra)
There's a WARN() here from
https://bugs.freedesktop.org/show_bug.cgi?id=94349
There's also a bunch of ACPI parsing spam here that I'm not sure what
the cause is:
...
[ 387.572173] ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.H_EC._Q32] (Node ffff8802446b59e0), AE_AML_OPERAND_TYPE (20160108/psparse-542)
[ 388.619096] ACPI Error: Cannot assign type [Notify] to [RegionField] (must be type Int/Str/Buf) (20160108/exstoren-127)
[ 388.619169] ACPI Error: Method parse/execution failed [\PNOT] (Node ffff880244711700), AE_AML_OPERAND_TYPE (20160108/psparse-542)
[ 388.619248] ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.H_EC._Q32] (Node ffff8802446b59e0), AE_AML_OPERAND_TYPE (20160108/psparse-542)
[ 389.626344] ACPI Error: Cannot assign type [Notify] to [RegionField] (must be type Int/Str/Buf) (20160108/exstoren-127)
[ 389.626376] ACPI Error: Method parse/execution failed [\PNOT] (Node ffff880244711700), AE_AML_OPERAND_TYPE (20160108/psparse-542)
[ 389.626412] ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.H_EC._Q32] (Node ffff8802446b59e0), AE_AML_OPERAND_TYPE (20160108/psparse-542)
[ 390.669061] ACPI Error: Cannot assign type [Notify] to [RegionField] (must be type Int/Str/Buf) (20160108/exstoren-127)
...
The same has happened at least once before in CI on this machine
(CI_DRM_1126), so I don't think it's related to graphics or my patch
series here.
> Subgroup basic-flip-vs-wf_vblank:
> pass -> FAIL (snb-x220t)
https://bugs.freedesktop.org/show_bug.cgi?id=94294
> fail -> PASS (hsw-brixbox)
> Test pm_rpm:
> Subgroup basic-pci-d3-state:
> pass -> DMESG-WARN (snb-dellxps)
https://bugs.freedesktop.org/show_bug.cgi?id=94349 again
Matt
> Subgroup basic-rte:
> dmesg-warn -> PASS (snb-dellxps)
>
> bdw-nuci7 total:183 pass:172 dwarn:0 dfail:0 fail:0 skip:11
> bdw-ultra total:183 pass:164 dwarn:1 dfail:0 fail:0 skip:18
> byt-nuc total:183 pass:152 dwarn:0 dfail:0 fail:0 skip:31
> hsw-brixbox total:183 pass:164 dwarn:0 dfail:0 fail:0 skip:19
> ivb-t430s total:183 pass:162 dwarn:0 dfail:0 fail:0 skip:21
> skl-i5k-2 total:183 pass:163 dwarn:0 dfail:0 fail:0 skip:20
> snb-dellxps total:183 pass:153 dwarn:1 dfail:0 fail:0 skip:29
> snb-x220t total:183 pass:152 dwarn:1 dfail:1 fail:1 skip:28
>
> Results at /archive/results/CI_IGT_test/Patchwork_1538/
>
> dd7b01270c8b2048c35b3c336431c50c05a07718 drm-intel-nightly: 2016y-03m-07d-18h-03m-57s UTC integration manifest
> 8ee9026664f53824d577ec28b163519a351d9be8 drm/i915/skl: WA for watermark calculation based on Arbitrated Display BW (v4)
> f850425dc359060444b2a58afd44ddc777b3cc8a drm/i915: Add support to parse DMI table and get platform memory info (v3)
> 7e53a583d7222594350e917a601534553633fb80 dmi: Move memdev_dmi_entry definition to dmi.h
> 34e0962ebf34cfb08d03720fed14af805115d84a drm/i915/gen9: Hold wm_mutex around SKL watermark updates
> e48f2732b5a8134b762d1ecd4163e95179a3db07 drm/i915/skl+: Use scaling amount for plane data rate calculation (v3)
> b67e2f25abb08e4514fbfe97d0592b72e5a7cdf0 drm/i915/skl+: calculate plane pixel rate (v3)
> 139d4a2f666bbc33fa27a2e5876e9234e5c14621 drm/i915/skl+: calculate ddb minimum allocation (v3)
> f4b9bb02668a64965cff10d33881b6803bbb88aa drm/i915/skl+: Use plane size for relative data rate calculation
>
--
Matt Roper
Graphics Software Engineer
IoTG Platform Enabling & Development
Intel Corporation
(916) 356-2795
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2016-03-08 18:51 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-08 1:05 [PATCH 0/8] SKL WM fixes and Arbitrated Display Bandwidth WA Matt Roper
2016-03-08 1:05 ` [PATCH 1/8] drm/i915/skl+: Use plane size for relative data rate calculation Matt Roper
2016-03-08 1:05 ` [PATCH 2/8] drm/i915/skl+: calculate ddb minimum allocation (v3) Matt Roper
2016-03-08 1:05 ` [PATCH 3/8] drm/i915/skl+: calculate plane pixel rate (v3) Matt Roper
2016-03-08 1:05 ` [PATCH 4/8] drm/i915/skl+: Use scaling amount for plane data rate calculation (v3) Matt Roper
2016-04-13 20:58 ` Sripada, Radhakrishna
2016-03-08 1:05 ` [PATCH 5/8] drm/i915/gen9: Hold wm_mutex around SKL watermark updates Matt Roper
2016-03-08 1:05 ` [PATCH 6/8] dmi: Move memdev_dmi_entry definition to dmi.h Matt Roper
2016-03-08 12:37 ` Jean Delvare
2016-03-08 18:32 ` [PATCH 6/8] dmi: Move memdev_dmi_entry definition to dmi.h (v2) Matt Roper
2016-03-17 14:18 ` Jean Delvare
2017-07-31 8:36 ` Jean Delvare
2017-08-09 16:18 ` Matt Roper
2017-08-10 9:39 ` Jean Delvare
2016-03-08 1:05 ` [PATCH 7/8] drm/i915: Add support to parse DMI table and get platform memory info (v3) Matt Roper
2016-03-08 18:49 ` Ville Syrjälä
2016-03-08 18:55 ` Matt Roper
2016-03-08 19:00 ` [PATCH 7/8] drm/i915: Add support to parse DMI table and get platform memory info (v4) Matt Roper
2016-03-08 1:05 ` [PATCH 8/8] drm/i915/skl: WA for watermark calculation based on Arbitrated Display BW (v4) Matt Roper
2016-03-08 5:07 ` [PATCH 0/8] SKL WM fixes and Arbitrated Display Bandwidth WA Kumar, Shobhit
2016-03-08 7:57 ` ✗ Fi.CI.BAT: failure for " Patchwork
2016-03-08 18:51 ` Matt Roper [this message]
2016-03-09 7:01 ` ✗ Fi.CI.BAT: failure for SKL WM fixes and Arbitrated Display Bandwidth WA (rev3) 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=20160308185105.GH8165@intel.com \
--to=matthew.d.roper@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