All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.SPARSE: warning for PSR interrupts
Date: Wed, 21 Mar 2018 08:03:55 -0000	[thread overview]
Message-ID: <20180321080355.9989.78535@emeril.freedesktop.org> (raw)
In-Reply-To: <20180320224151.6009-1-dhinakaran.pandiyan@intel.com>

== Series Details ==

Series: PSR interrupts
URL   : https://patchwork.freedesktop.org/series/40332/
State : warning

== Summary ==

$ dim sparse origin/drm-tip
Commit: drm/i915: Enable edp psr error interrupts on hsw
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    expected void [noderef] <asn:4>**slot
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    expected void **slot
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    expected void **slot
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    expected void **slot
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    got void [noderef] <asn:4>**
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    got void [noderef] <asn:4>**
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    got void [noderef] <asn:4>**
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    got void **slot
-drivers/gpu/drm/i915/gvt/gtt.c:661:9: warning: incorrect type in argument 1 (different address spaces)
-drivers/gpu/drm/i915/gvt/gtt.c:661:9: warning: incorrect type in assignment (different address spaces)
-drivers/gpu/drm/i915/gvt/gtt.c:661:9: warning: incorrect type in assignment (different address spaces)
-drivers/gpu/drm/i915/gvt/gtt.c:661:9: warning: incorrect type in assignment (different address spaces)
-drivers/gpu/drm/i915/gvt/gtt.c:662:45:    expected void [noderef] <asn:4>**slot
-drivers/gpu/drm/i915/gvt/gtt.c:662:45:    got void **slot
-drivers/gpu/drm/i915/gvt/gtt.c:662:45: warning: incorrect type in argument 1 (different address spaces)
-drivers/gpu/drm/i915/gvt/mmio.c:255:23: warning: memcpy with byte count of 279040
-drivers/gpu/drm/i915/gvt/mmio.c:256:23: warning: memcpy with byte count of 279040
-drivers/gpu/drm/i915/i915_perf.c:1365:15: warning: memset with byte count of 16777216
-drivers/gpu/drm/i915/i915_perf.c:1423:15: warning: memset with byte count of 16777216
+       ^
+       ^
+                                                                                   ^~~
+                                                                                   ^~~
+ #define I915_WRITE(reg, val) dev_priv->uncore.funcs.mmio_writel(dev_priv, (reg), (val), true)
+ #define I915_WRITE(reg, val) dev_priv->uncore.funcs.mmio_writel(dev_priv, (reg), (val), true)
+drivers/gpu/drm/i915/i915_drv.h:3537:83: note: in definition of macro ‘I915_WRITE’
+drivers/gpu/drm/i915/i915_drv.h:3537:83: note: in definition of macro ‘I915_WRITE’
+drivers/gpu/drm/i915/intel_psr.c:613:17: error: undefined identifier 'EDP_PSR_DEBUG_MASK_REG_WRITE'
+drivers/gpu/drm/i915/intel_psr.c:613:17: warning: call with no type!
+drivers/gpu/drm/i915/intel_psr.c:617:7: error: ‘EDP_PSR_DEBUG_MASK_REG_WRITE’ undeclared (first use in this function)
+drivers/gpu/drm/i915/intel_psr.c:617:7: note: each undeclared identifier is reported only once for each function it appears in
+drivers/gpu/drm/i915/intel_psr.c: In function ‘hsw_psr_enable_source’:
+       EDP_PSR_DEBUG_MASK_REG_WRITE);
+       EDP_PSR_DEBUG_MASK_REG_WRITE);
+                 from drivers/gpu/drm/i915/intel_psr.c:56:
+In file included from drivers/gpu/drm/i915/intel_drv.h:33:0,
+make[1]: *** [drivers/gpu/drm/i915] Error 2
+make[2]: *** [drivers/gpu/drm/i915/intel_psr.o] Error 1
+make[2]: *** Waiting for unfinished jobs....
+make[2]: *** wait: No child processes.  Stop.
+make: *** [drivers/gpu/drm/] Error 2

Commit: drm/i915: Drop reg_write from the PSR mask
-       ^
-       ^
-                                                                                   ^~~
-                                                                                   ^~~
- #define I915_WRITE(reg, val) dev_priv->uncore.funcs.mmio_writel(dev_priv, (reg), (val), true)
- #define I915_WRITE(reg, val) dev_priv->uncore.funcs.mmio_writel(dev_priv, (reg), (val), true)
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    expected void [noderef] <asn:4>**slot
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    expected void **slot
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    expected void **slot
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    expected void **slot
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    got void [noderef] <asn:4>**
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    got void [noderef] <asn:4>**
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    got void [noderef] <asn:4>**
-drivers/gpu/drm/i915/gvt/gtt.c:661:9:    got void **slot
-drivers/gpu/drm/i915/gvt/gtt.c:661:9: warning: incorrect type in argument 1 (different address spaces)
-drivers/gpu/drm/i915/gvt/gtt.c:661:9: warning: incorrect type in assignment (different address spaces)
-drivers/gpu/drm/i915/gvt/gtt.c:661:9: warning: incorrect type in assignment (different address spaces)
-drivers/gpu/drm/i915/gvt/gtt.c:661:9: warning: incorrect type in assignment (different address spaces)
-drivers/gpu/drm/i915/gvt/gtt.c:662:45:    expected void [noderef] <asn:4>**slot
-drivers/gpu/drm/i915/gvt/gtt.c:662:45:    got void **slot
-drivers/gpu/drm/i915/gvt/gtt.c:662:45: warning: incorrect type in argument 1 (different address spaces)
-drivers/gpu/drm/i915/gvt/mmio.c:255:23: warning: memcpy with byte count of 279040
-drivers/gpu/drm/i915/gvt/mmio.c:256:23: warning: memcpy with byte count of 279040
-drivers/gpu/drm/i915/i915_drv.h:3537:83: note: in definition of macro ‘I915_WRITE’
-drivers/gpu/drm/i915/i915_drv.h:3537:83: note: in definition of macro ‘I915_WRITE’
-drivers/gpu/drm/i915/i915_perf.c:1365:15: warning: memset with byte count of 16777216
-drivers/gpu/drm/i915/i915_perf.c:1423:15: warning: memset with byte count of 16777216
-O:drivers/gpu/drm/i915/intel_psr.c:613:17: error: undefined identifier 'EDP_PSR_DEBUG_MASK_REG_WRITE'
-O:drivers/gpu/drm/i915/intel_psr.c:613:17: warning: call with no type!
-O:drivers/gpu/drm/i915/intel_psr.c:617:7: error: ‘EDP_PSR_DEBUG_MASK_REG_WRITE’ undeclared (first use in this function)
-O:drivers/gpu/drm/i915/intel_psr.c:617:7: note: each undeclared identifier is reported only once for each function it appears in
-drivers/gpu/drm/i915/intel_psr.c: In function ‘hsw_psr_enable_source’:
-       EDP_PSR_DEBUG_MASK_REG_WRITE);
-       EDP_PSR_DEBUG_MASK_REG_WRITE);
-drivers/gpu/drm/i915/intel_psr.c:56:
-In file included from drivers/gpu/drm/i915/intel_drv.h:33:0,
-make[1]: *** [drivers/gpu/drm/i915] Error 2
-make[2]: *** [drivers/gpu/drm/i915/intel_psr.o] Error 1
-make[2]: *** Waiting for unfinished jobs....
-make: *** [drivers/gpu/drm/] Error 2
+

Commit: drm/i915: Enable edp psr error interrupts on bdw+
Okay!

Commit: drm/i915/psr: Control PSR interrupts via debugfs
Okay!

Commit: drm/i915/psr: Timestamps for PSR entry and exit interrupts.
Okay!

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

  parent reply	other threads:[~2018-03-21  8:03 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-20 22:41 [PATCH 0/5] PSR interrupts Dhinakaran Pandiyan
2018-03-20 22:41 ` [PATCH 1/5] drm/i915: Enable edp psr error interrupts on hsw Dhinakaran Pandiyan
2018-03-21 18:59   ` Ville Syrjälä
2018-03-21 19:19     ` Pandiyan, Dhinakaran
2018-03-21 19:29       ` Ville Syrjälä
2018-03-22  1:19         ` Pandiyan, Dhinakaran
2018-03-22 11:33           ` Ville Syrjälä
2018-03-22 20:39             ` Rodrigo Vivi
2018-03-23  0:01             ` Pandiyan, Dhinakaran
2018-03-20 22:41 ` [PATCH 2/5] drm/i915: Drop reg_write from the PSR mask Dhinakaran Pandiyan
2018-03-20 22:41 ` [PATCH 3/5] drm/i915: Enable edp psr error interrupts on bdw+ Dhinakaran Pandiyan
2018-03-20 22:41 ` [PATCH 4/5] drm/i915/psr: Control PSR interrupts via debugfs Dhinakaran Pandiyan
2018-03-21 19:45   ` Ville Syrjälä
2018-03-22  0:59     ` Pandiyan, Dhinakaran
2018-03-20 22:41 ` [PATCH 5/5] drm/i915/psr: Timestamps for PSR entry and exit interrupts Dhinakaran Pandiyan
2018-03-21 19:48   ` Ville Syrjälä
2018-03-22  1:05     ` Pandiyan, Dhinakaran
2018-03-22  9:21       ` Ville Syrjälä
2018-03-22 20:59         ` Pandiyan, Dhinakaran
2018-03-22 21:08   ` Chris Wilson
2018-03-22 23:55     ` Pandiyan, Dhinakaran
2018-03-21  8:02 ` ✗ Fi.CI.CHECKPATCH: warning for PSR interrupts Patchwork
2018-03-21  8:03 ` Patchwork [this message]
2018-03-21  8:16 ` ✓ Fi.CI.BAT: success " Patchwork
2018-03-21  9:13 ` ✓ Fi.CI.IGT: " 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=20180321080355.9989.78535@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=dhinakaran.pandiyan@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.