CC: [email protected]
CC: [email protected]
TO: Dave Airlie <[email protected]>
CC: Jani Nikula <[email protected]>
CC: "Ville Syrjälä" <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   8cae8cd89f05f6de223d63e6d15e31c8ba9cf53b
commit: 00a16d02f4df8383e34d6ed81accc48b8f1b8143 drm/i915: refactor i915 plane 
code into separate file.
date:   7 months ago
:::::: branch date: 2 days 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=00a16d02f4df8383e34d6ed81accc48b8f1b8143
        git remote add linus 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 00a16d02f4df8383e34d6ed81accc48b8f1b8143
        # 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/display/i9xx_plane.c:11:1: iwyu: warning: superfluous 
>> #include "intel_atomic.h"
--
   drivers/gpu/drm/i915/display/intel_display.c:38:1: iwyu: warning: 
superfluous #include <drm/drm_damage_helper.h>
   drivers/gpu/drm/i915/display/intel_display.c:40:1: iwyu: warning: 
superfluous #include <drm/drm_edid.h>
>> drivers/gpu/drm/i915/display/intel_display.c:42:1: iwyu: warning: 
>> superfluous #include <drm/drm_plane_helper.h>
   drivers/gpu/drm/i915/display/intel_display.c:43:1: iwyu: warning: 
superfluous #include <drm/drm_probe_helper.h>
   drivers/gpu/drm/i915/display/intel_display.c:27:1: iwyu: warning: 
superfluous #include <linux/i2c.h>
   drivers/gpu/drm/i915/display/intel_display.c:28:1: iwyu: warning: 
superfluous #include <linux/input.h>
   drivers/gpu/drm/i915/display/intel_display.c:29:1: iwyu: warning: 
superfluous #include <linux/intel-iommu.h>
   drivers/gpu/drm/i915/display/intel_display.c:31:1: iwyu: warning: 
superfluous #include <linux/module.h>
   drivers/gpu/drm/i915/display/intel_display.c:74:1: iwyu: warning: 
superfluous #include "intel_dp_link_training.h"

vim +11 drivers/gpu/drm/i915/display/i9xx_plane.c

00a16d02f4df83 Dave Airlie 2020-12-21  10  
00a16d02f4df83 Dave Airlie 2020-12-21 @11  #include "intel_atomic.h"
00a16d02f4df83 Dave Airlie 2020-12-21  12  #include "intel_atomic_plane.h"
00a16d02f4df83 Dave Airlie 2020-12-21  13  #include "intel_display_types.h"
00a16d02f4df83 Dave Airlie 2020-12-21  14  #include "intel_sprite.h"
00a16d02f4df83 Dave Airlie 2020-12-21  15  #include "i9xx_plane.h"
00a16d02f4df83 Dave Airlie 2020-12-21  16  

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