CC: [email protected]
CC: [email protected]
TO: Matthew Auld <[email protected]>
CC: Chris Wilson <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   e73f0f0ee7541171d89f2e2491130c7771ba58d3
commit: dcaccaf0e83a97750985bdb866649cc952b127cf drm/i915/gem: split gem_create 
into own file
date:   6 months ago
:::::: branch date: 12 hours ago
:::::: commit date: 6 months 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
        # 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dcaccaf0e83a97750985bdb866649cc952b127cf
        git remote add linus 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout dcaccaf0e83a97750985bdb866649cc952b127cf
        # 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/gma500/ 
drivers/gpu/drm/i915/ drivers/gpu/drm/vmwgfx/ drivers/platform/surface/ 
drivers/platform/x86/

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/i915_gem.c:28:1: iwyu: warning: superfluous #include 
<drm/drm_vma_manager.h>
   drivers/gpu/drm/i915/i915_gem.c:37:1: iwyu: warning: superfluous #include 
<linux/dma-buf.h>
   drivers/gpu/drm/i915/i915_gem.c:29:1: iwyu: warning: superfluous #include 
<linux/dma-fence-array.h>
   drivers/gpu/drm/i915/i915_gem.c:30:1: iwyu: warning: superfluous #include 
<linux/kthread.h>
   drivers/gpu/drm/i915/i915_gem.c:38:1: iwyu: warning: superfluous #include 
<linux/mman.h>
   drivers/gpu/drm/i915/i915_gem.c:36:1: iwyu: warning: superfluous #include 
<linux/pci.h>
   drivers/gpu/drm/i915/i915_gem.c:32:1: iwyu: warning: superfluous #include 
<linux/shmem_fs.h>
   drivers/gpu/drm/i915/i915_gem.c:34:1: iwyu: warning: superfluous #include 
<linux/stop_machine.h>
   drivers/gpu/drm/i915/i915_gem.c:35:1: iwyu: warning: superfluous #include 
<linux/swap.h>
>> drivers/gpu/drm/i915/i915_gem.c:40:1: iwyu: warning: superfluous #include 
>> "display/intel_display.h"
   drivers/gpu/drm/i915/i915_gem.c:43:1: iwyu: warning: superfluous #include 
"gem/i915_gem_clflush.h"
>> drivers/gpu/drm/i915/i915_gem.c:47:1: iwyu: warning: superfluous #include 
>> "gem/i915_gem_region.h"
   drivers/gpu/drm/i915/i915_gem.c:50:1: iwyu: warning: superfluous #include 
"gt/intel_gt_pm.h"

vim +40 drivers/gpu/drm/i915/i915_gem.c

673a394b1e3b69 Eric Anholt     2008-07-30  39  
df0566a641f959 Jani Nikula     2019-06-13 @40  #include 
"display/intel_display.h"
df0566a641f959 Jani Nikula     2019-06-13  41  #include 
"display/intel_frontbuffer.h"
df0566a641f959 Jani Nikula     2019-06-13  42  
10be98a77c558f Chris Wilson    2019-05-28  43  #include "gem/i915_gem_clflush.h"
10be98a77c558f Chris Wilson    2019-05-28  44  #include "gem/i915_gem_context.h"
afa1308596c9db Chris Wilson    2019-05-28  45  #include "gem/i915_gem_ioctls.h"
cc662126b4134e Abdiel Janulgue 2019-12-04  46  #include "gem/i915_gem_mman.h"
05e8a5f51eb586 Ramalingam C    2020-01-04 @47  #include "gem/i915_gem_region.h"
750e76b4f9f63c Chris Wilson    2019-08-06  48  #include "gt/intel_engine_user.h"
baea429dc5ed90 Tvrtko Ursulin  2019-06-21  49  #include "gt/intel_gt.h"
79ffac8599c4d8 Chris Wilson    2019-04-24  50  #include "gt/intel_gt_pm.h"
112ed2d31a46f4 Chris Wilson    2019-04-24  51  #include "gt/intel_workarounds.h"
112ed2d31a46f4 Chris Wilson    2019-04-24  52  

:::::: The code at line 40 was first introduced by commit
:::::: df0566a641f959108c152be748a0a58794280e0e drm/i915: move modesetting core 
code under display/

:::::: TO: Jani Nikula <[email protected]>
:::::: CC: Jani Nikula <[email protected]>

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