All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/gpu/drm/i915/display/intel_sprite.c:37:1: iwyu: warning: superfluous #include <drm/drm_damage_helper.h>
@ 2021-07-08 22:39 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-08 22:39 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 3211 bytes --]

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Dave Airlie <airlied@redhat.com>
CC: Jani Nikula <jani.nikula@intel.com>
CC: "Ville Syrjälä" <ville.syrjala@linux.intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   e9f1cbc0c4114880090c7a578117d3b9cf184ad4
commit: 46d12f911821f7bef99b24a1f7c63bbb51766515 drm/i915: migrate skl planes code new file (v5)
date:   5 months ago
:::::: branch date: 26 hours ago
:::::: commit date: 5 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=46d12f911821f7bef99b24a1f7c63bbb51766515
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 46d12f911821f7bef99b24a1f7c63bbb51766515
        # 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/platform/x86/ drivers/regulator/ kernel/time/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


iwyu warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/i915/display/intel_sprite.c:37:1: iwyu: warning: superfluous #include <drm/drm_damage_helper.h>
   drivers/gpu/drm/i915/display/intel_sprite.c:47:1: iwyu: warning: superfluous #include "intel_frontbuffer.h"
   drivers/gpu/drm/i915/display/intel_sprite.c:48:1: iwyu: warning: superfluous #include "intel_pm.h"

vim +37 drivers/gpu/drm/i915/display/intel_sprite.c

093a3a30000926 drivers/gpu/drm/i915/display/intel_sprite.c José Roberto de Souza 2020-06-25 @37  #include <drm/drm_damage_helper.h>
760285e7e7ab28 drivers/gpu/drm/i915/intel_sprite.c         David Howells         2012-10-02  38  #include <drm/drm_fourcc.h>
ea2c67bb4affa8 drivers/gpu/drm/i915/intel_sprite.c         Matt Roper            2014-12-23  39  #include <drm/drm_plane_helper.h>
55367a275ada04 drivers/gpu/drm/i915/intel_sprite.c         Jani Nikula           2019-04-05  40  #include <drm/drm_rect.h>
55367a275ada04 drivers/gpu/drm/i915/intel_sprite.c         Jani Nikula           2019-04-05  41  

:::::: The code at line 37 was first introduced by commit
:::::: 093a3a30000926b8bda9eef773e4ed5079053350 drm/i915: Add plane damage clips property

:::::: TO: José Roberto de Souza <jose.souza@intel.com>
:::::: CC: José Roberto de Souza <jose.souza@intel.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 38973 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* drivers/gpu/drm/i915/display/intel_sprite.c:37:1: iwyu: warning: superfluous #include <drm/drm_damage_helper.h>
@ 2021-07-04 20:00 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-04 20:00 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 3211 bytes --]

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Dave Airlie <airlied@redhat.com>
CC: Jani Nikula <jani.nikula@intel.com>
CC: "Ville Syrjälä" <ville.syrjala@linux.intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   303392fd5c160822bf778270b28ec5ea50cab2b4
commit: 46d12f911821f7bef99b24a1f7c63bbb51766515 drm/i915: migrate skl planes code new file (v5)
date:   5 months ago
:::::: branch date: 25 hours ago
:::::: commit date: 5 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=46d12f911821f7bef99b24a1f7c63bbb51766515
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 46d12f911821f7bef99b24a1f7c63bbb51766515
        # 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/platform/x86/ drivers/regulator/ kernel/time/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


iwyu warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/i915/display/intel_sprite.c:37:1: iwyu: warning: superfluous #include <drm/drm_damage_helper.h>
   drivers/gpu/drm/i915/display/intel_sprite.c:47:1: iwyu: warning: superfluous #include "intel_frontbuffer.h"
   drivers/gpu/drm/i915/display/intel_sprite.c:48:1: iwyu: warning: superfluous #include "intel_pm.h"

vim +37 drivers/gpu/drm/i915/display/intel_sprite.c

093a3a30000926 drivers/gpu/drm/i915/display/intel_sprite.c José Roberto de Souza 2020-06-25 @37  #include <drm/drm_damage_helper.h>
760285e7e7ab28 drivers/gpu/drm/i915/intel_sprite.c         David Howells         2012-10-02  38  #include <drm/drm_fourcc.h>
ea2c67bb4affa8 drivers/gpu/drm/i915/intel_sprite.c         Matt Roper            2014-12-23  39  #include <drm/drm_plane_helper.h>
55367a275ada04 drivers/gpu/drm/i915/intel_sprite.c         Jani Nikula           2019-04-05  40  #include <drm/drm_rect.h>
55367a275ada04 drivers/gpu/drm/i915/intel_sprite.c         Jani Nikula           2019-04-05  41  

:::::: The code at line 37 was first introduced by commit
:::::: 093a3a30000926b8bda9eef773e4ed5079053350 drm/i915: Add plane damage clips property

:::::: TO: José Roberto de Souza <jose.souza@intel.com>
:::::: CC: José Roberto de Souza <jose.souza@intel.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 38879 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-08 22:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08 22:39 drivers/gpu/drm/i915/display/intel_sprite.c:37:1: iwyu: warning: superfluous #include <drm/drm_damage_helper.h> kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-07-04 20:00 kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.