[Intel-gfx] ✗ Fi.CI.SPARSE: warning for PSR interrupts

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 21 08:03:55 UTC 2018


== 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!



More information about the Intel-gfx mailing list