✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/i915/selftests: Confirm RING_TIMESTAMP / CTX_TIMESTAMP share a clock

Patchwork patchwork at emeril.freedesktop.org
Tue Aug 11 12:20:52 UTC 2020


== Series Details ==

Series: series starting with [1/2] drm/i915/selftests: Confirm RING_TIMESTAMP / CTX_TIMESTAMP share a clock
URL   : https://patchwork.freedesktop.org/series/80528/
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/gt/intel_gt_clock_utils.o
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c: In function ‘intel_gt_check_clock_frequency’:
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c:174:50: error: passing argument 1 of ‘read_clock_frequency’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  if (gt->clock_frequency != read_clock_frequency(gt)) {
                                                  ^~
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c:73:12: note: expected ‘struct intel_uncore *’ but argument is of type ‘const struct intel_gt *’
 static u32 read_clock_frequency(struct intel_uncore *uncore)
            ^~~~~~~~~~~~~~~~~~~~
In file included from ./include/linux/device.h:15:0,
                 from ./include/linux/acpi.h:15,
                 from ./include/linux/i2c.h:13,
                 from ./drivers/gpu/drm/i915/i915_drv.h:37,
                 from drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c:6:
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c:178:25: error: passing argument 1 of ‘read_clock_frequency’ from incompatible pointer type [-Werror=incompatible-pointer-types]
    read_clock_frequency(gt));
                         ^
./include/linux/dev_printk.h:104:32: note: in definition of macro ‘dev_err’
  _dev_err(dev, dev_fmt(fmt), ##__VA_ARGS__)
                                ^~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c:73:12: note: expected ‘struct intel_uncore *’ but argument is of type ‘const struct intel_gt *’
 static u32 read_clock_frequency(struct intel_uncore *uncore)
            ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:280: recipe for target 'drivers/gpu/drm/i915/gt/intel_gt_clock_utils.o' failed
make[4]: *** [drivers/gpu/drm/i915/gt/intel_gt_clock_utils.o] Error 1
scripts/Makefile.build:497: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:497: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:497: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1756: recipe for target 'drivers' failed
make: *** [drivers] Error 2




More information about the Intel-gfx-trybot mailing list