All of lore.kernel.org
 help / color / mirror / Atom feed
* [drm-drm-misc:drm-misc-next 9/9] drivers/gpu/drm/nouveau/dispnv50/disp.c:34:1: iwyu: warning: superfluous #include <linux/iopoll.h>
@ 2021-07-05 13:19 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-05 13:19 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Lyude Paul <lyude@redhat.com>
CC: Ben Skeggs <bskeggs@redhat.com>

tree:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
head:   6eca310e8924ab98c73b81dfd39e7dd553ceddfd
commit: 6eca310e8924ab98c73b81dfd39e7dd553ceddfd [9/9] drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveau
:::::: branch date: 4 weeks ago
:::::: commit date: 4 weeks 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
        git remote add drm-drm-misc git://anongit.freedesktop.org/drm/drm-misc
        git fetch --no-tags drm-drm-misc drm-misc-next
        git checkout 6eca310e8924ab98c73b81dfd39e7dd553ceddfd
        # 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/

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/nouveau/dispnv50/disp.c:40:1: iwyu: warning: superfluous #include <drm/drm_fb_helper.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:41:1: iwyu: warning: superfluous #include <drm/drm_plane_helper.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:31:1: iwyu: warning: superfluous #include <linux/dma-mapping.h>
>> drivers/gpu/drm/nouveau/dispnv50/disp.c:34:1: iwyu: warning: superfluous #include <linux/iopoll.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:52:1: iwyu: warning: superfluous #include <nvif/event.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:63:1: iwyu: warning: superfluous #include "nouveau_dma.h"
   drivers/gpu/drm/nouveau/dispnv50/disp.c:67:1: iwyu: warning: superfluous #include "nouveau_fence.h"
   drivers/gpu/drm/nouveau/dispnv50/disp.c:64:1: iwyu: warning: superfluous #include "nouveau_gem.h"

vim +34 drivers/gpu/drm/nouveau/dispnv50/disp.c

26f6d88b327060 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-04  30  
51beb428e4e0a1 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-05  31  #include <linux/dma-mapping.h>
34fd3e5d8c5f6b drivers/gpu/drm/nouveau/nv50_display.c  Alastair Bridgewater 2017-04-11  32  #include <linux/hdmi.h>
742db30c4ee6cd drivers/gpu/drm/nouveau/dispnv50/disp.c Takashi Iwai         2020-01-13  33  #include <linux/component.h>
6eca310e8924ab drivers/gpu/drm/nouveau/dispnv50/disp.c Lyude Paul           2021-05-14 @34  #include <linux/iopoll.h>
83fc083cbbe014 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-05  35  
eca22edb37d29f drivers/gpu/drm/nouveau/dispnv50/disp.c Maxime Ripard        2020-11-18  36  #include <drm/drm_atomic.h>
973f10c2d3ea4c drivers/gpu/drm/nouveau/nv50_display.c  Ben Skeggs           2016-11-04  37  #include <drm/drm_atomic_helper.h>
4874322e78d505 drivers/gpu/drm/nouveau/nv50_display.c  Ben Skeggs           2014-05-31  38  #include <drm/drm_dp_helper.h>
690ae20c0426f8 drivers/gpu/drm/nouveau/dispnv50/disp.c Sam Ravnborg         2019-05-19  39  #include <drm/drm_edid.h>
b516a9efb7af38 drivers/gpu/drm/nouveau/nv50_display.c  Daniel Vetter        2015-12-04 @40  #include <drm/drm_fb_helper.h>
ad63361953938c drivers/gpu/drm/nouveau/nv50_display.c  Ben Skeggs           2016-11-04  41  #include <drm/drm_plane_helper.h>
fcd70cd36b9bf6 drivers/gpu/drm/nouveau/dispnv50/disp.c Daniel Vetter        2019-01-17  42  #include <drm/drm_probe_helper.h>
7a406f8a62ff0a drivers/gpu/drm/nouveau/dispnv50/disp.c Ilia Mirkin          2018-09-03  43  #include <drm/drm_scdc_helper.h>
690ae20c0426f8 drivers/gpu/drm/nouveau/dispnv50/disp.c Sam Ravnborg         2019-05-19  44  #include <drm/drm_vblank.h>
26f6d88b327060 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-04  45  

---
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: 39472 bytes --]

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

* [drm-drm-misc:drm-misc-next 9/9] drivers/gpu/drm/nouveau/dispnv50/disp.c:34:1: iwyu: warning: superfluous #include <linux/iopoll.h>
@ 2021-07-07 22:08 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-07 22:08 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Lyude Paul <lyude@redhat.com>
CC: Ben Skeggs <bskeggs@redhat.com>

tree:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
head:   6eca310e8924ab98c73b81dfd39e7dd553ceddfd
commit: 6eca310e8924ab98c73b81dfd39e7dd553ceddfd [9/9] drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveau
:::::: branch date: 4 weeks ago
:::::: commit date: 4 weeks 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
        git remote add drm-drm-misc git://anongit.freedesktop.org/drm/drm-misc
        git fetch --no-tags drm-drm-misc drm-misc-next
        git checkout 6eca310e8924ab98c73b81dfd39e7dd553ceddfd
        # 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/

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/nouveau/dispnv50/disp.c:40:1: iwyu: warning: superfluous #include <drm/drm_fb_helper.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:41:1: iwyu: warning: superfluous #include <drm/drm_plane_helper.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:31:1: iwyu: warning: superfluous #include <linux/dma-mapping.h>
>> drivers/gpu/drm/nouveau/dispnv50/disp.c:34:1: iwyu: warning: superfluous #include <linux/iopoll.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:52:1: iwyu: warning: superfluous #include <nvif/event.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:63:1: iwyu: warning: superfluous #include "nouveau_dma.h"
   drivers/gpu/drm/nouveau/dispnv50/disp.c:67:1: iwyu: warning: superfluous #include "nouveau_fence.h"
   drivers/gpu/drm/nouveau/dispnv50/disp.c:64:1: iwyu: warning: superfluous #include "nouveau_gem.h"

vim +34 drivers/gpu/drm/nouveau/dispnv50/disp.c

26f6d88b327060 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-04  30  
51beb428e4e0a1 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-05  31  #include <linux/dma-mapping.h>
34fd3e5d8c5f6b drivers/gpu/drm/nouveau/nv50_display.c  Alastair Bridgewater 2017-04-11  32  #include <linux/hdmi.h>
742db30c4ee6cd drivers/gpu/drm/nouveau/dispnv50/disp.c Takashi Iwai         2020-01-13  33  #include <linux/component.h>
6eca310e8924ab drivers/gpu/drm/nouveau/dispnv50/disp.c Lyude Paul           2021-05-14 @34  #include <linux/iopoll.h>
83fc083cbbe014 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-05  35  

---
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: 39549 bytes --]

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

* [drm-drm-misc:drm-misc-next 9/9] drivers/gpu/drm/nouveau/dispnv50/disp.c:34:1: iwyu: warning: superfluous #include <linux/iopoll.h>
@ 2021-07-06 16:10 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-06 16:10 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Lyude Paul <lyude@redhat.com>
CC: Ben Skeggs <bskeggs@redhat.com>

tree:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
head:   6eca310e8924ab98c73b81dfd39e7dd553ceddfd
commit: 6eca310e8924ab98c73b81dfd39e7dd553ceddfd [9/9] drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveau
:::::: branch date: 4 weeks ago
:::::: commit date: 4 weeks 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
        git remote add drm-drm-misc git://anongit.freedesktop.org/drm/drm-misc
        git fetch --no-tags drm-drm-misc drm-misc-next
        git checkout 6eca310e8924ab98c73b81dfd39e7dd553ceddfd
        # 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/

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/nouveau/dispnv50/disp.c:40:1: iwyu: warning: superfluous #include <drm/drm_fb_helper.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:41:1: iwyu: warning: superfluous #include <drm/drm_plane_helper.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:31:1: iwyu: warning: superfluous #include <linux/dma-mapping.h>
>> drivers/gpu/drm/nouveau/dispnv50/disp.c:34:1: iwyu: warning: superfluous #include <linux/iopoll.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:52:1: iwyu: warning: superfluous #include <nvif/event.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:63:1: iwyu: warning: superfluous #include "nouveau_dma.h"
   drivers/gpu/drm/nouveau/dispnv50/disp.c:67:1: iwyu: warning: superfluous #include "nouveau_fence.h"
   drivers/gpu/drm/nouveau/dispnv50/disp.c:64:1: iwyu: warning: superfluous #include "nouveau_gem.h"

vim +34 drivers/gpu/drm/nouveau/dispnv50/disp.c

26f6d88b327060 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-04  30  
51beb428e4e0a1 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-05  31  #include <linux/dma-mapping.h>
34fd3e5d8c5f6b drivers/gpu/drm/nouveau/nv50_display.c  Alastair Bridgewater 2017-04-11  32  #include <linux/hdmi.h>
742db30c4ee6cd drivers/gpu/drm/nouveau/dispnv50/disp.c Takashi Iwai         2020-01-13  33  #include <linux/component.h>
6eca310e8924ab drivers/gpu/drm/nouveau/dispnv50/disp.c Lyude Paul           2021-05-14 @34  #include <linux/iopoll.h>
83fc083cbbe014 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-05  35  
eca22edb37d29f drivers/gpu/drm/nouveau/dispnv50/disp.c Maxime Ripard        2020-11-18  36  #include <drm/drm_atomic.h>
973f10c2d3ea4c drivers/gpu/drm/nouveau/nv50_display.c  Ben Skeggs           2016-11-04  37  #include <drm/drm_atomic_helper.h>
4874322e78d505 drivers/gpu/drm/nouveau/nv50_display.c  Ben Skeggs           2014-05-31  38  #include <drm/drm_dp_helper.h>
690ae20c0426f8 drivers/gpu/drm/nouveau/dispnv50/disp.c Sam Ravnborg         2019-05-19  39  #include <drm/drm_edid.h>
b516a9efb7af38 drivers/gpu/drm/nouveau/nv50_display.c  Daniel Vetter        2015-12-04 @40  #include <drm/drm_fb_helper.h>
ad63361953938c drivers/gpu/drm/nouveau/nv50_display.c  Ben Skeggs           2016-11-04  41  #include <drm/drm_plane_helper.h>
fcd70cd36b9bf6 drivers/gpu/drm/nouveau/dispnv50/disp.c Daniel Vetter        2019-01-17  42  #include <drm/drm_probe_helper.h>
7a406f8a62ff0a drivers/gpu/drm/nouveau/dispnv50/disp.c Ilia Mirkin          2018-09-03  43  #include <drm/drm_scdc_helper.h>
690ae20c0426f8 drivers/gpu/drm/nouveau/dispnv50/disp.c Sam Ravnborg         2019-05-19  44  #include <drm/drm_vblank.h>
26f6d88b327060 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-04  45  

---
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: 39475 bytes --]

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

* [drm-drm-misc:drm-misc-next 9/9] drivers/gpu/drm/nouveau/dispnv50/disp.c:34:1: iwyu: warning: superfluous #include <linux/iopoll.h>
@ 2021-07-05 23:43 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-05 23:43 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Lyude Paul <lyude@redhat.com>
CC: Ben Skeggs <bskeggs@redhat.com>

tree:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
head:   6eca310e8924ab98c73b81dfd39e7dd553ceddfd
commit: 6eca310e8924ab98c73b81dfd39e7dd553ceddfd [9/9] drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveau
:::::: branch date: 4 weeks ago
:::::: commit date: 4 weeks 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
        git remote add drm-drm-misc git://anongit.freedesktop.org/drm/drm-misc
        git fetch --no-tags drm-drm-misc drm-misc-next
        git checkout 6eca310e8924ab98c73b81dfd39e7dd553ceddfd
        # 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/

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/nouveau/dispnv50/disp.c:40:1: iwyu: warning: superfluous #include <drm/drm_fb_helper.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:41:1: iwyu: warning: superfluous #include <drm/drm_plane_helper.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:31:1: iwyu: warning: superfluous #include <linux/dma-mapping.h>
>> drivers/gpu/drm/nouveau/dispnv50/disp.c:34:1: iwyu: warning: superfluous #include <linux/iopoll.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:52:1: iwyu: warning: superfluous #include <nvif/event.h>
   drivers/gpu/drm/nouveau/dispnv50/disp.c:63:1: iwyu: warning: superfluous #include "nouveau_dma.h"
   drivers/gpu/drm/nouveau/dispnv50/disp.c:67:1: iwyu: warning: superfluous #include "nouveau_fence.h"
   drivers/gpu/drm/nouveau/dispnv50/disp.c:64:1: iwyu: warning: superfluous #include "nouveau_gem.h"

vim +34 drivers/gpu/drm/nouveau/dispnv50/disp.c

26f6d88b327060 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-04  30  
51beb428e4e0a1 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-05  31  #include <linux/dma-mapping.h>
34fd3e5d8c5f6b drivers/gpu/drm/nouveau/nv50_display.c  Alastair Bridgewater 2017-04-11  32  #include <linux/hdmi.h>
742db30c4ee6cd drivers/gpu/drm/nouveau/dispnv50/disp.c Takashi Iwai         2020-01-13  33  #include <linux/component.h>
6eca310e8924ab drivers/gpu/drm/nouveau/dispnv50/disp.c Lyude Paul           2021-05-14 @34  #include <linux/iopoll.h>
83fc083cbbe014 drivers/gpu/drm/nouveau/nvd0_display.c  Ben Skeggs           2011-07-05  35  

---
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: 39472 bytes --]

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05 13:19 [drm-drm-misc:drm-misc-next 9/9] drivers/gpu/drm/nouveau/dispnv50/disp.c:34:1: iwyu: warning: superfluous #include <linux/iopoll.h> kernel test robot
2021-07-05 23:43 kernel test robot
2021-07-06 16:10 kernel test robot
2021-07-07 22:08 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.