CC: [email protected]
CC: [email protected]
TO: Maarten Lankhorst <[email protected]>
CC: "Thomas Hellström" <[email protected]>

tree:   git://anongit.freedesktop.org/drm/drm-misc topic/i915-ttm
head:   cf3e3e86d77970211e0983130e896ae242601003
commit: cf3e3e86d77970211e0983130e896ae242601003 [4/4] drm/i915: Use ttm mmap 
handling for ttm bo's.
:::::: branch date: 4 weeks ago
:::::: commit date: 4 weeks ago
config: x86_64-randconfig-b001-20210705 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
89c1c64cc3170a05a881bb9954feafc3edca6704)
reproduce (this is a W=1 build):
        wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # apt-get install iwyu # include-what-you-use
        git remote add drm-drm-misc git://anongit.freedesktop.org/drm/drm-misc
        git fetch --no-tags drm-drm-misc topic/i915-ttm
        git checkout cf3e3e86d77970211e0983130e896ae242601003
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 
CHECK=iwyu O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ 
drivers/gpu/drm/vmwgfx/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>


iwyu warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/i915/gem/i915_gem_ttm.c:16:1: iwyu: warning: superfluous 
>> #include "gem/i915_gem_mman.h"
--
   drivers/gpu/drm/i915/gem/i915_gem_mman.c:9:1: iwyu: warning: superfluous 
#include <linux/pfn_t.h>
   drivers/gpu/drm/i915/gem/i915_gem_mman.c:12:1: iwyu: warning: superfluous 
#include "gt/intel_gt.h"
>> drivers/gpu/drm/i915/gem/i915_gem_mman.c:22:1: iwyu: warning: superfluous 
>> #include "i915_gem_ttm.h"

vim +16 drivers/gpu/drm/i915/gem/i915_gem_ttm.c

213d5092776345 Thomas Hellström  2021-06-10  12  
213d5092776345 Thomas Hellström  2021-06-10  13  #include 
"gem/i915_gem_object.h"
213d5092776345 Thomas Hellström  2021-06-10  14  #include 
"gem/i915_gem_region.h"
213d5092776345 Thomas Hellström  2021-06-10  15  #include "gem/i915_gem_ttm.h"
cf3e3e86d77970 Maarten Lankhorst 2021-06-10 @16  #include "gem/i915_gem_mman.h"
213d5092776345 Thomas Hellström  2021-06-10  17  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to