public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Imre Deak <imre.deak@intel.com>
To: intel-gfx@lists.freedesktop.org,
	"Ville Syrjälä" <ville.syrjala@linux.intel.com>,
	"chris Wilson" <chris@chris-wilson.co.uk>,
	"Tamminen, Eero T" <eero.t.tamminen@intel.com>,
	"Zhao Yakui" <yakui.zhao@intel.com>,
	"Yang, Rong R" <rong.r.yang@intel.com>,
	"Daniel Vetter" <daniel@ffwll.ch>,
	"Francisco Jerez" <francisco.jerez.plata@intel.com>
Subject: Re: ✗ Ro.CI.BAT: warning for drm/i915/bxt: Fix performance due to bogus MOCS entry
Date: Tue, 19 Jul 2016 21:15:22 +0300	[thread overview]
Message-ID: <1468952122.31332.46.camel@intel.com> (raw)
In-Reply-To: <20160701145420.21325.54771@emeril.freedesktop.org>

On pe, 2016-07-01 at 14:54 +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: drm/i915/bxt: Fix performance due to bogus MOCS entry
> URL   : https://patchwork.freedesktop.org/series/9377/
> State : warning
> 
> == Summary ==
> 
> Series 9377v1 drm/i915/bxt: Fix performance due to bogus MOCS entry
> http://patchwork.freedesktop.org/api/1.0/series/9377/revisions/1/mbox
> 
> Test gem_exec_flush:
>         Subgroup basic-batch-kernel-default-cmd:
>                 fail       -> PASS       (ro-byt-n2820)
> Test kms_pipe_crc_basic:
>         Subgroup suspend-read-crc-pipe-a:
>                 skip       -> DMESG-WARN (ro-bdw-i5-5250u)

Unrelated platform.

I pushed the patches to drm-intel-next-queued, thanks for the reviews
and tests.

--Imre

>         Subgroup suspend-read-crc-pipe-c:
>                 skip       -> PASS       (fi-skl-i5-6260u)
> 
> fi-kbl-
> qkkr      total:229  pass:160  dwarn:29  dfail:0   fail:0   skip:40 
> fi-skl-i5-
> 6260u  total:229  pass:204  dwarn:0   dfail:0   fail:0   skip:25 
> fi-skl-i7-
> 6700k  total:229  pass:190  dwarn:0   dfail:0   fail:0   skip:39 
> ro-bdw-i5-
> 5250u  total:229  pass:204  dwarn:4   dfail:1   fail:0   skip:20 
> ro-bdw-i7-
> 5557U  total:229  pass:204  dwarn:1   dfail:1   fail:0   skip:23 
> ro-bdw-i7-
> 5600u  total:229  pass:190  dwarn:0   dfail:1   fail:0   skip:38 
> ro-bsw-
> n3050     total:229  pass:177  dwarn:0   dfail:1   fail:2   skip:49 
> ro-byt-
> n2820     total:229  pass:181  dwarn:0   dfail:1   fail:2   skip:45 
> ro-hsw-i3-
> 4010u  total:229  pass:197  dwarn:0   dfail:1   fail:0   skip:31 
> ro-hsw-i7-
> 4770r  total:229  pass:197  dwarn:0   dfail:1   fail:0   skip:31 
> ro-ilk-i7-
> 620lm  total:229  pass:157  dwarn:0   dfail:1   fail:1   skip:70 
> ro-ilk1-i5-
> 650   total:224  pass:157  dwarn:0   dfail:1   fail:1   skip:65 
> ro-ivb-i7-
> 3770   total:229  pass:188  dwarn:0   dfail:1   fail:0   skip:40 
> ro-skl3-i5-6260u
> total:229  pass:208  dwarn:1   dfail:1   fail:0   skip:19 
> ro-snb-i7-
> 2620M  total:229  pass:179  dwarn:0   dfail:1   fail:1   skip:48 
> fi-hsw-i7-4770k failed to connect after reboot
> 
> Results at /archive/results/CI_IGT_test/RO_Patchwork_1361/
> 
> a755d6c drm-intel-nightly: 2016y-07m-01d-13h-54m-24s UTC integration
> manifest
> dedf573 drm/i915: Give proper names to MOCS entries
> ab3eabf drm/i915/bxt: Fix inadvertent CPU snooping due to incorrect
> MOCS config
> c73e12a drm/i915/gen9: Clean up MOCS table definitions
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2016-07-19 18:15 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-01 13:40 [PATCH v3 0/3] drm/i915/bxt: Fix performance due to bogus MOCS entry Imre Deak
2016-07-01 13:40 ` [PATCH v3 1/3] drm/i915/gen9: Clean up MOCS table definitions Imre Deak
2016-07-01 21:23   ` Bish, Jim
2016-07-01 21:47   ` Francisco Jerez
2016-07-12 11:08     ` Imre Deak
2016-07-13  2:10   ` Zhao Yakui
2016-07-01 13:40 ` [PATCH v3 2/3] drm/i915/bxt: Fix inadvertent CPU snooping due to incorrect MOCS config Imre Deak
2016-07-13  2:32   ` Zhao Yakui
2016-07-14  8:33   ` Yang, Rong R
2016-07-01 13:40 ` [PATCH v3 3/3] drm/i915: Give proper names to MOCS entries Imre Deak
2016-07-01 13:49   ` Chris Wilson
2016-07-01 13:56     ` Imre Deak
2016-07-01 14:32   ` [PATCH v4 " Imre Deak
2016-07-13  2:22   ` [PATCH v3 " Zhao Yakui
2016-07-13 10:04     ` Imre Deak
2016-07-14  1:38       ` Zhao Yakui
2016-07-01 14:54 ` ✗ Ro.CI.BAT: warning for drm/i915/bxt: Fix performance due to bogus MOCS entry Patchwork
2016-07-19 18:15   ` Imre Deak [this message]
2016-07-01 15:15 ` ✗ Ro.CI.BAT: warning for drm/i915/bxt: Fix performance due to bogus MOCS entry (rev2) Patchwork
2016-07-18 14:28 ` [PATCH v3 0/3] drm/i915/bxt: Fix performance due to bogus MOCS entry Ville Syrjälä

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=1468952122.31332.46.camel@intel.com \
    --to=imre.deak@intel.com \
    --cc=chris@chris-wilson.co.uk \
    --cc=daniel@ffwll.ch \
    --cc=eero.t.tamminen@intel.com \
    --cc=francisco.jerez.plata@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=rong.r.yang@intel.com \
    --cc=ville.syrjala@linux.intel.com \
    --cc=yakui.zhao@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