CC: [email protected]
CC: [email protected]
TO: Chris Wilson <[email protected]>
CC: Daniele Ceraolo Spurio <[email protected]>
CC: Tvrtko Ursulin <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   de5540965853e514a85d3b775e9049deb85a2ff3
commit: 70a2b431c36483c0c06e589e11c59e438cd0ac06 drm/i915/gt: Rename lrc.c to 
execlists_submission.c
date:   7 months ago
:::::: branch date: 15 hours ago
:::::: commit date: 7 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=70a2b431c36483c0c06e589e11c59e438cd0ac06
        git remote add linus 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 70a2b431c36483c0c06e589e11c59e438cd0ac06
        # 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/

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/gt/intel_mocs.c:25:1: iwyu: warning: superfluous 
#include "intel_engine.h"
   drivers/gpu/drm/i915/gt/intel_mocs.c:26:1: iwyu: warning: superfluous 
#include "intel_gt.h"
>> drivers/gpu/drm/i915/gt/intel_mocs.c:27:1: iwyu: warning: superfluous 
>> #include "intel_lrc_reg.h"
   drivers/gpu/drm/i915/gt/intel_mocs.c:29:1: iwyu: warning: superfluous 
#include "intel_ring.h"
--
>> drivers/gpu/drm/i915/gt/intel_execlists_submission.c:126:1: iwyu: warning: 
>> superfluous #include "intel_workarounds.h"

vim +27 drivers/gpu/drm/i915/gt/intel_mocs.c

112ed2d31a46f4 drivers/gpu/drm/i915/gt/intel_mocs.c Chris Wilson   2019-04-24  
24  
112ed2d31a46f4 drivers/gpu/drm/i915/gt/intel_mocs.c Chris Wilson   2019-04-24  
25  #include "intel_engine.h"
20a7f2fc4d7a4e drivers/gpu/drm/i915/gt/intel_mocs.c Tvrtko Ursulin 2019-06-21  
26  #include "intel_gt.h"
70a2b431c36483 drivers/gpu/drm/i915/gt/intel_mocs.c Chris Wilson   2020-12-09 
@27  #include "intel_lrc_reg.h"
3bbaba0ceaa254 drivers/gpu/drm/i915/intel_mocs.c    Peter Antoine  2015-07-10  
28  #include "intel_mocs.h"
2871ea85c119e6 drivers/gpu/drm/i915/gt/intel_mocs.c Chris Wilson   2019-10-24  
29  #include "intel_ring.h"
3bbaba0ceaa254 drivers/gpu/drm/i915/intel_mocs.c    Peter Antoine  2015-07-10  
30  

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