public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [for-CI] Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"
@ 2016-04-11 13:21 Chris Wilson
  2016-04-11 13:31 ` Ville Syrjälä
  2016-04-11 14:07 ` ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Wilson @ 2016-04-11 13:21 UTC (permalink / raw)
  To: intel-gfx

This reverts commit c81eeea6c14b212016104f4256c65f93ad230a86.
---
 drivers/gpu/drm/i915/intel_uncore.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_uncore.c b/drivers/gpu/drm/i915/intel_uncore.c
index ac2ac07b505b..2f7fb7d169b8 100644
--- a/drivers/gpu/drm/i915/intel_uncore.c
+++ b/drivers/gpu/drm/i915/intel_uncore.c
@@ -633,15 +633,6 @@ __unclaimed_reg_debug(struct drm_i915_private *dev_priv,
 		      const bool read,
 		      const bool before)
 {
-	/* XXX. We limit the auto arming traces for mmio
-	 * debugs on these platforms. There are just too many
-	 * revealed by these and CI/Bat suffers from the noise.
-	 * Please fix and then re-enable the automatic traces.
-	 */
-	if (i915.mmio_debug < 2 &&
-	    (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)))
-		return;
-
 	if (WARN(check_for_unclaimed_mmio(dev_priv),
 		 "Unclaimed register detected %s %s register 0x%x\n",
 		 before ? "before" : "after",
-- 
2.8.0.rc3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [for-CI] Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"
  2016-04-11 13:21 [for-CI] Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv" Chris Wilson
@ 2016-04-11 13:31 ` Ville Syrjälä
  2016-04-11 13:37   ` Chris Wilson
  2016-04-11 14:07 ` ✗ Fi.CI.BAT: failure for " Patchwork
  1 sibling, 1 reply; 5+ messages in thread
From: Ville Syrjälä @ 2016-04-11 13:31 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

On Mon, Apr 11, 2016 at 02:21:01PM +0100, Chris Wilson wrote:
> This reverts commit c81eeea6c14b212016104f4256c65f93ad230a86.

Not quite yet. I have patches pretty much line up to fix the resulting
spew. Just got a bit sidetracked by the CHV irq problems.

> ---
>  drivers/gpu/drm/i915/intel_uncore.c | 9 ---------
>  1 file changed, 9 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_uncore.c b/drivers/gpu/drm/i915/intel_uncore.c
> index ac2ac07b505b..2f7fb7d169b8 100644
> --- a/drivers/gpu/drm/i915/intel_uncore.c
> +++ b/drivers/gpu/drm/i915/intel_uncore.c
> @@ -633,15 +633,6 @@ __unclaimed_reg_debug(struct drm_i915_private *dev_priv,
>  		      const bool read,
>  		      const bool before)
>  {
> -	/* XXX. We limit the auto arming traces for mmio
> -	 * debugs on these platforms. There are just too many
> -	 * revealed by these and CI/Bat suffers from the noise.
> -	 * Please fix and then re-enable the automatic traces.
> -	 */
> -	if (i915.mmio_debug < 2 &&
> -	    (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)))
> -		return;
> -
>  	if (WARN(check_for_unclaimed_mmio(dev_priv),
>  		 "Unclaimed register detected %s %s register 0x%x\n",
>  		 before ? "before" : "after",
> -- 
> 2.8.0.rc3
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Ville Syrjälä
Intel OTC
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [for-CI] Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"
  2016-04-11 13:31 ` Ville Syrjälä
@ 2016-04-11 13:37   ` Chris Wilson
  2016-04-11 13:54     ` Ville Syrjälä
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Wilson @ 2016-04-11 13:37 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: intel-gfx

On Mon, Apr 11, 2016 at 04:31:28PM +0300, Ville Syrjälä wrote:
> On Mon, Apr 11, 2016 at 02:21:01PM +0100, Chris Wilson wrote:
> > This reverts commit c81eeea6c14b212016104f4256c65f93ad230a86.
> 
> Not quite yet. I have patches pretty much line up to fix the resulting
> spew. Just got a bit sidetracked by the CHV irq problems.

Aye, this was just probing CI to see if we can get an explanation for
some [drm:cherryview_enable_rps] GT fifo had a previous error 1080000
in recent runs.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [for-CI] Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"
  2016-04-11 13:37   ` Chris Wilson
@ 2016-04-11 13:54     ` Ville Syrjälä
  0 siblings, 0 replies; 5+ messages in thread
From: Ville Syrjälä @ 2016-04-11 13:54 UTC (permalink / raw)
  To: Chris Wilson, intel-gfx

On Mon, Apr 11, 2016 at 02:37:09PM +0100, Chris Wilson wrote:
> On Mon, Apr 11, 2016 at 04:31:28PM +0300, Ville Syrjälä wrote:
> > On Mon, Apr 11, 2016 at 02:21:01PM +0100, Chris Wilson wrote:
> > > This reverts commit c81eeea6c14b212016104f4256c65f93ad230a86.
> > 
> > Not quite yet. I have patches pretty much line up to fix the resulting
> > spew. Just got a bit sidetracked by the CHV irq problems.
> 
> Aye, this was just probing CI to see if we can get an explanation for
> some [drm:cherryview_enable_rps] GT fifo had a previous error 1080000
> in recent runs.

Those bits aren't actually errors. They're just FIFO free space
counters.

-- 
Ville Syrjälä
Intel OTC
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* ✗ Fi.CI.BAT: failure for Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"
  2016-04-11 13:21 [for-CI] Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv" Chris Wilson
  2016-04-11 13:31 ` Ville Syrjälä
@ 2016-04-11 14:07 ` Patchwork
  1 sibling, 0 replies; 5+ messages in thread
From: Patchwork @ 2016-04-11 14:07 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

== Series Details ==

Series: Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"
URL   : https://patchwork.freedesktop.org/series/5528/
State : failure

== Summary ==

Series 5528v1 Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"
http://patchwork.freedesktop.org/api/1.0/series/5528/revisions/1/mbox/

Test gem_basic:
        Subgroup create-close:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test gem_busy:
        Subgroup basic-render:
                skip       -> PASS       (hsw-gt2)
Test gem_cpu_reloc:
        Subgroup basic:
                pass       -> DMESG-FAIL (bsw-nuc-2)
Test gem_ctx_create:
        Subgroup basic:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test gem_ctx_exec:
        Subgroup basic:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test gem_ctx_param_basic:
        Subgroup basic-default:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup invalid-ctx-get:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup invalid-ctx-set:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup invalid-size-set:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup non-root-set:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup non-root-set-no-zeromap:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test gem_ctx_switch:
        Subgroup basic-default:
                pass       -> SKIP       (bsw-nuc-2)
Test gem_exec_basic:
        Subgroup basic-blt:
                pass       -> SKIP       (bsw-nuc-2)
        Subgroup basic-render:
                pass       -> SKIP       (bsw-nuc-2)
        Subgroup readonly-blt:
                pass       -> SKIP       (bsw-nuc-2)
Test gem_exec_nop:
        Subgroup basic:
                pass       -> DMESG-FAIL (bsw-nuc-2)
Test gem_exec_store:
        Subgroup basic-blt:
                pass       -> SKIP       (bsw-nuc-2)
Test gem_flink_basic:
        Subgroup basic:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test gem_mmap:
        Subgroup basic:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test gem_mmap_gtt:
        Subgroup basic-copy:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup basic-read:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup basic-read-no-prefault:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup basic-short:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup basic-write-gtt-no-prefault:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test gem_pread:
        Subgroup basic:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test gem_ringfill:
        Subgroup basic-default:
                pass       -> SKIP       (bsw-nuc-2)
Test gem_storedw_loop:
        Subgroup basic-vebox:
                pass       -> SKIP       (bsw-nuc-2)
Test gem_sync:
        Subgroup basic-each:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test kms_addfb_basic:
        Subgroup addfb25-bad-modifier:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup addfb25-yf-tiled:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup bad-pitch-128:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup bad-pitch-256:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup basic-y-tiled:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup bo-too-small:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup too-wide:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test kms_flip:
        Subgroup basic-flip-vs-dpms:
                pass       -> INCOMPLETE (bsw-nuc-2)
        Subgroup basic-flip-vs-modeset:
                dmesg-warn -> PASS       (ilk-hp8440p) UNSTABLE
        Subgroup basic-plain-flip:
                pass       -> DMESG-FAIL (bsw-nuc-2)
Test kms_frontbuffer_tracking:
        Subgroup basic:
                pass       -> DMESG-FAIL (bsw-nuc-2)
Test kms_pipe_crc_basic:
        Subgroup suspend-read-crc-pipe-c:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test pm_rpm:
        Subgroup basic-pci-d3-state:
                pass       -> DMESG-WARN (byt-nuc)
Test pm_rps:
        Subgroup basic-api:
                pass       -> DMESG-WARN (bsw-nuc-2)
Test prime_self_import:
        Subgroup basic-llseek-bad:
                pass       -> DMESG-WARN (bsw-nuc-2)
        Subgroup basic-llseek-size:
                pass       -> DMESG-WARN (bsw-nuc-2)

bdw-ultra        total:202  pass:179  dwarn:0   dfail:0   fail:0   skip:23 
bsw-nuc-2        total:111  pass:50   dwarn:30  dfail:4   fail:0   skip:26 
byt-nuc          total:202  pass:163  dwarn:1   dfail:0   fail:0   skip:38 
hsw-brixbox      total:202  pass:178  dwarn:0   dfail:0   fail:0   skip:24 
hsw-gt2          total:202  pass:183  dwarn:0   dfail:0   fail:0   skip:19 
ilk-hp8440p      total:202  pass:134  dwarn:0   dfail:0   fail:0   skip:68 
ivb-t430s        total:202  pass:174  dwarn:0   dfail:0   fail:0   skip:28 
skl-i7k-2        total:202  pass:177  dwarn:0   dfail:0   fail:0   skip:25 
skl-nuci5        total:202  pass:191  dwarn:0   dfail:0   fail:0   skip:11 
snb-dellxps      total:202  pass:164  dwarn:0   dfail:0   fail:0   skip:38 
snb-x220t        total:202  pass:164  dwarn:0   dfail:0   fail:1   skip:37 

Results at /archive/results/CI_IGT_test/Patchwork_1861/

75635547cc623acbbe3941b93264e8cbb4686d29 drm-intel-nightly: 2016y-04m-11d-11h-18m-04s UTC integration manifest
6bc27102c4ae3a2c310220dc81b0d1fbadf8f923 Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-11 14:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 13:21 [for-CI] Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv" Chris Wilson
2016-04-11 13:31 ` Ville Syrjälä
2016-04-11 13:37   ` Chris Wilson
2016-04-11 13:54     ` Ville Syrjälä
2016-04-11 14:07 ` ✗ Fi.CI.BAT: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox