CC: [email protected] CC: [email protected] TO: Chris Wilson <[email protected]> CC: Daniele Ceraolo Spurio <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 70585216fe7730d9fb5453d3e2804e149d0fe201 commit: a0d3fdb628b83e3a24acbf6915ede9359a1ecc2b drm/i915/gt: Split logical ring contexts from execlist submission date: 6 months ago :::::: branch date: 8 hours ago :::::: commit date: 6 months ago config: x86_64-randconfig-b001-20210616 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 64720f57bea6a6bf033feef4a5751ab9c0c3b401) 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=a0d3fdb628b83e3a24acbf6915ede9359a1ecc2b git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout a0d3fdb628b83e3a24acbf6915ede9359a1ecc2b # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu ARCH=x86_64 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_execlists_submission.c:119:1: iwyu: warning: >> superfluous #include "intel_gt.h" drivers/gpu/drm/i915/gt/intel_execlists_submission.c:127:1: iwyu: warning: superfluous #include "intel_workarounds.h" >> drivers/gpu/drm/i915/gt/intel_execlists_submission.c:128:1: iwyu: warning: >> superfluous #include "shmem_utils.h" vim +119 drivers/gpu/drm/i915/gt/intel_execlists_submission.c b20385f1f8434e drivers/gpu/drm/i915/intel_lrc.c Oscar Mateo 2014-07-24 110 b20385f1f8434e drivers/gpu/drm/i915/intel_lrc.c Oscar Mateo 2014-07-24 111 #include "i915_drv.h" a09d9a8002368e drivers/gpu/drm/i915/gt/intel_lrc.c Jani Nikula 2019-08-06 112 #include "i915_trace.h" bc4237ec8deaae drivers/gpu/drm/i915/intel_lrc.c Chris Wilson 2018-06-28 113 #include "i915_vgpu.h" d0d829e56674ce drivers/gpu/drm/i915/gt/intel_execlists_submission.c Daniele Ceraolo Spurio 2020-12-09 114 #include "gen8_engine_cs.h" b3786b29379c0e drivers/gpu/drm/i915/gt/intel_lrc.c Chris Wilson 2020-07-31 115 #include "intel_breadcrumbs.h" e6ba76480299a0 drivers/gpu/drm/i915/gt/intel_lrc.c Chris Wilson 2019-12-21 116 #include "intel_context.h" c34c5bca331adc drivers/gpu/drm/i915/gt/intel_lrc.c Chris Wilson 2019-05-03 117 #include "intel_engine_pm.h" 70a2b431c36483 drivers/gpu/drm/i915/gt/intel_execlists_submission.c Chris Wilson 2020-12-09 118 #include "intel_execlists_submission.h" 2006058e998842 drivers/gpu/drm/i915/gt/intel_lrc.c Chris Wilson 2019-07-04 @119 #include "intel_gt.h" c7302f204490f3 drivers/gpu/drm/i915/gt/intel_lrc.c Chris Wilson 2019-08-08 120 #include "intel_gt_pm.h" 4f88f8747fa43c drivers/gpu/drm/i915/gt/intel_lrc.c Chris Wilson 2019-11-25 121 #include "intel_gt_requests.h" a0d3fdb628b83e drivers/gpu/drm/i915/gt/intel_execlists_submission.c Chris Wilson 2020-12-19 122 #include "intel_lrc.h" 578f1ac689b185 drivers/gpu/drm/i915/intel_lrc.c Michel Thierry 2018-01-23 123 #include "intel_lrc_reg.h" 3bbaba0ceaa254 drivers/gpu/drm/i915/intel_lrc.c Peter Antoine 2015-07-10 124 #include "intel_mocs.h" 112ed2d31a46f4 drivers/gpu/drm/i915/gt/intel_lrc.c Chris Wilson 2019-04-24 125 #include "intel_reset.h" 2871ea85c119e6 drivers/gpu/drm/i915/gt/intel_lrc.c Chris Wilson 2019-10-24 126 #include "intel_ring.h" 7d3c425fefb91d drivers/gpu/drm/i915/intel_lrc.c Oscar Mateo 2018-04-10 127 #include "intel_workarounds.h" be1cb55a07bfc5 drivers/gpu/drm/i915/gt/intel_lrc.c Chris Wilson 2020-04-29 @128 #include "shmem_utils.h" 127f100369a1f3 drivers/gpu/drm/i915/intel_lrc.c Oscar Mateo 2014-07-24 129 :::::: The code at line 119 was first introduced by commit :::::: 2006058e9988421a113e8edc004a8e0eae1a6d3f drm/i915: Move the renderstate setup under gt/ :::::: TO: Chris Wilson <[email protected]> :::::: CC: Chris Wilson <[email protected]> --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected]
.config.gz
Description: application/gzip
_______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
