[Intel-gfx] ✗ Fi.CI.BUILD: failure for VRR capable attach prop in i915, DPCD helper, VRR debugfs

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 12 23:16:00 UTC 2020


== Series Details ==

Series: VRR capable attach prop in i915, DPCD helper, VRR debugfs
URL   : https://patchwork.freedesktop.org/series/78278/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/display/intel_display_debugfs.o
drivers/gpu/drm/i915/display/intel_display_debugfs.c: In function ‘intel_connector_debugfs_add’:
drivers/gpu/drm/i915/display/intel_display_debugfs.c:2235:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (INTEL_GEN(dev_priv) >= 10 &&
  ^~
drivers/gpu/drm/i915/display/intel_display_debugfs.c:2242:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   if (INTEL_GEN(dev_priv) >= 12)
   ^~
drivers/gpu/drm/i915/display/intel_display_debugfs.c: At top level:
drivers/gpu/drm/i915/display/intel_display_debugfs.c:2248:2: error: expected identifier or ‘(’ before ‘if’
  if ((INTEL_GEN(dev_priv) >= 9 || IS_HASWELL(dev_priv) ||
  ^~
drivers/gpu/drm/i915/display/intel_display_debugfs.c:2258:2: error: expected identifier or ‘(’ before ‘return’
  return 0;
  ^~~~~~
drivers/gpu/drm/i915/display/intel_display_debugfs.c:2259:1: error: expected identifier or ‘(’ before ‘}’ token
 }
 ^
drivers/gpu/drm/i915/display/intel_display_debugfs.c: In function ‘intel_connector_debugfs_add’:
drivers/gpu/drm/i915/display/intel_display_debugfs.c:2245:2: error: control reaches end of non-void function [-Werror=return-type]
  }
  ^
cc1: all warnings being treated as errors
scripts/Makefile.build:266: recipe for target 'drivers/gpu/drm/i915/display/intel_display_debugfs.o' failed
make[4]: *** [drivers/gpu/drm/i915/display/intel_display_debugfs.o] Error 1
scripts/Makefile.build:488: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:488: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:488: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1729: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx mailing list