Patch Details
Series:drm/i915/ttm: Evict and restore of compressed object (rev2)
URL:https://patchwork.freedesktop.org/series/101106/
State:failure
Details:https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_22620/index.html

CI Bug Log - changes from CI_DRM_11385 -> Patchwork_22620

Summary

FAILURE

Serious unknown changes coming with Patchwork_22620 absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in Patchwork_22620, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_22620/index.html

Participating hosts (47 -> 41)

Missing (6): fi-bdw-5557u shard-tglu fi-bsw-cyan shard-rkl shard-dg1 fi-bdw-samus

Possible new issues

Here are the unknown changes that may have been introduced in Patchwork_22620:

IGT changes

Possible regressions

Suppressed

The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.

Known issues

Here are the changes found in Patchwork_22620 that come from known issues:

IGT changes

Issues hit

Possible fixes

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Build changes

CI-20190529: 20190529
CI_DRM_11385: 3babe046f5f5544ec772cd443f9d5ca24e342348 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_6786: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6786/index.html
IGT_6386: 0fcd59ad25b2960c0b654f90dfe4dd9e7c7b874d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_22620: 1c655127031fcc99f4690104be416c9c54f37874 @ git://anongit.freedesktop.org/gfx-ci/linux

== Kernel 32bit build ==

Warning: Kernel 32bit buildtest failed:
https://intel-gfx-ci.01.org/Patchwork_22620/build_32bit.log

CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
CHK include/generated/compile.h
CC [M] drivers/gpu/drm/i915/gt/intel_migrate.o
In file included from ./include/linux/kernel.h:29,
from ./include/linux/iova.h:13,
from ./include/linux/intel-iommu.h:14,
from ./drivers/gpu/drm/i915/i915_drv.h:37,
from drivers/gpu/drm/i915/gt/intel_migrate.c:6:
drivers/gpu/drm/i915/gt/selftest_migrate.c: In function ‘clear’:
./include/linux/kern_levels.h:5:18: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘unsigned int’ [-Werror=format=]
#define KERN_SOH "\001" / ASCII Start Of Header /
^~~~~~
./include/linux/printk.h:418:11: note: in definition of macro ‘printk_index_wrap’
_p_func(_fmt, ##VA_ARGS); \
^~~~
./include/linux/printk.h:489:2: note: in expansion of macro ‘printk’
printk(KERN_ERR pr_fmt(fmt), ##VA_ARGS)
^~~~~~
./include/linux/kern_levels.h:11:18: note: in expansion of macro ‘KERN_SOH’
#define KERN_ERR KERN_SOH "3" / error conditions /
^~~~~~~~
./include/linux/printk.h:489:9: note: in expansion of macro ‘KERN_ERR’
printk(KERN_ERR pr_fmt(fmt), ##VA_ARGS)
^~~~~~~~
drivers/gpu/drm/i915/gt/selftest_migrate.c:403:6: note: in expansion of macro ‘pr_err’
pr_err("%ps ccs clearing failed, offset: %d/%lu\n",
^~~~~~
In file included from drivers/gpu/drm/i915/gt/intel_migrate.c:1167:
drivers/gpu/drm/i915/gt/selftest_migrate.c:403:52: note: format string is defined here
pr_err("%ps ccs clearing failed, offset: %d/%lu\n",
~~^
%u
cc1: all warnings being treated as errors
scripts/Makefile.build:288: recipe for target 'drivers/gpu/drm/i915/gt/intel_migrate.o' failed
make4: [drivers/gpu/drm/i915/gt/intel_migrate.o] Error 1
scripts/Makefile.build:550: recipe for target 'drivers/gpu/drm/i915' failed
make3:
[drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:550: recipe for target 'drivers/gpu/drm' failed
make2: [drivers/gpu/drm] Error 2
scripts/Makefile.build:550: recipe for target 'drivers/gpu' failed
make1:
[drivers/gpu] Error 2
Makefile:1831: recipe for target 'drivers' failed
make: *** [drivers] Error 2

== Linux commits ==

1c655127031f drm/i915/migrate: Evict and restore the flatccs capable lmem obj
302c4a819aef drm/i915/gem: Add extra pages in ttm_tt for ccs data
3311d89b98a5 drm/ttm: Add a parameter to add extra pages into ttm_tt
da00aef96bd2 drm/i915/gt: Optimize the migration loop
2dfff14cce14 drm/i915/selftest_migrate: Check CCS meta data clear
670ff29d341b drm/i915/selftest_migrate: Consider the possible roundup of size
77cd7fc660bc drm/i915/gt: Clear compress metadata for Flat-ccs objects
d7aead7dd462 drm/i915/gt: Use XY_FASR_COLOR_BLT to clear obj on graphics ver 12+