All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/gpu/drm/i915/display/intel_sdvo.c:41:1: iwyu: warning: superfluous #include "intel_crtc.h"
@ 2021-07-04 22:50 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-04 22:50 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: 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:   28e92f990337b8b4c5fdec47667f8b96089c503e
commit: 7c53e628344bf17aa9282b795aa7cd9c46958949 drm/i915/display: move crtc and dpll declarations where they belong
date:   10 weeks ago
:::::: branch date: 3 hours ago
:::::: commit date: 10 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
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7c53e628344bf17aa9282b795aa7cd9c46958949
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 7c53e628344bf17aa9282b795aa7cd9c46958949
        # 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/gpu/drm/vmwgfx/ drivers/platform/surface/ drivers/usb/gadget/function/

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_crtc.c:#include "display/intel_crtc.h":1: iwyu: warning: superfluous #include "display/intel_crtc.h"
   drivers/gpu/drm/i915/display/intel_crtc.c:9:1: iwyu: warning: superfluous #include <drm/drm_fourcc.h>
   drivers/gpu/drm/i915/display/intel_crtc.c:11:1: iwyu: warning: superfluous #include <drm/drm_plane_helper.h>
   drivers/gpu/drm/i915/display/intel_crtc.c:17:1: iwyu: warning: superfluous #include "intel_atomic_plane.h"
--
   drivers/gpu/drm/i915/display/intel_sdvo.c:34:1: iwyu: warning: superfluous #include <drm/drm_atomic_helper.h>
>> drivers/gpu/drm/i915/display/intel_sdvo.c:41:1: iwyu: warning: superfluous #include "intel_crtc.h"

vim +41 drivers/gpu/drm/i915/display/intel_sdvo.c

ec7f29ff0d144c drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  37  
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  38  #include "i915_drv.h"
12392a74ff58ec drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  39  #include "intel_atomic.h"
ec7f29ff0d144c drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  40  #include "intel_connector.h"
7c53e628344bf1 drivers/gpu/drm/i915/display/intel_sdvo.c Jani Nikula  2021-04-27 @41  #include "intel_crtc.h"
1d455f8de8e8a2 drivers/gpu/drm/i915/display/intel_sdvo.c Jani Nikula  2019-08-06  42  #include "intel_display_types.h"
8834e3659da8f5 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  43  #include "intel_fifo_underrun.h"
3ce2ea6574be67 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-05-02  44  #include "intel_gmbus.h"
0550691d58f9ce drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  45  #include "intel_hdmi.h"
dbeb38d93a6da8 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  46  #include "intel_hotplug.h"
44c1220a441ca7 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  47  #include "intel_panel.h"
596fee14fbc979 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  48  #include "intel_sdvo.h"
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  49  #include "intel_sdvo_regs.h"
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  50  

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

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

* drivers/gpu/drm/i915/display/intel_sdvo.c:41:1: iwyu: warning: superfluous #include "intel_crtc.h"
@ 2021-07-06 12:18 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-06 12:18 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: 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:   79160a603bdb51916226caf4a6616cc4e1c58a58
commit: 7c53e628344bf17aa9282b795aa7cd9c46958949 drm/i915/display: move crtc and dpll declarations where they belong
date:   10 weeks ago
:::::: branch date: 15 hours ago
:::::: commit date: 10 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
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7c53e628344bf17aa9282b795aa7cd9c46958949
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 7c53e628344bf17aa9282b795aa7cd9c46958949
        # 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/gpu/drm/vmwgfx/ drivers/platform/surface/ drivers/usb/gadget/function/

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_crtc.c:#include "display/intel_crtc.h":1: iwyu: warning: superfluous #include "display/intel_crtc.h"
   drivers/gpu/drm/i915/display/intel_crtc.c:9:1: iwyu: warning: superfluous #include <drm/drm_fourcc.h>
   drivers/gpu/drm/i915/display/intel_crtc.c:11:1: iwyu: warning: superfluous #include <drm/drm_plane_helper.h>
   drivers/gpu/drm/i915/display/intel_crtc.c:17:1: iwyu: warning: superfluous #include "intel_atomic_plane.h"
--
   drivers/gpu/drm/i915/display/intel_sdvo.c:34:1: iwyu: warning: superfluous #include <drm/drm_atomic_helper.h>
>> drivers/gpu/drm/i915/display/intel_sdvo.c:41:1: iwyu: warning: superfluous #include "intel_crtc.h"

vim +41 drivers/gpu/drm/i915/display/intel_sdvo.c

ec7f29ff0d144c drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  37  
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  38  #include "i915_drv.h"
12392a74ff58ec drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  39  #include "intel_atomic.h"
ec7f29ff0d144c drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  40  #include "intel_connector.h"
7c53e628344bf1 drivers/gpu/drm/i915/display/intel_sdvo.c Jani Nikula  2021-04-27 @41  #include "intel_crtc.h"
1d455f8de8e8a2 drivers/gpu/drm/i915/display/intel_sdvo.c Jani Nikula  2019-08-06  42  #include "intel_display_types.h"
8834e3659da8f5 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  43  #include "intel_fifo_underrun.h"
3ce2ea6574be67 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-05-02  44  #include "intel_gmbus.h"
0550691d58f9ce drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  45  #include "intel_hdmi.h"
dbeb38d93a6da8 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  46  #include "intel_hotplug.h"
44c1220a441ca7 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  47  #include "intel_panel.h"
596fee14fbc979 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  48  #include "intel_sdvo.h"
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  49  #include "intel_sdvo_regs.h"
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  50  

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

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

* drivers/gpu/drm/i915/display/intel_sdvo.c:41:1: iwyu: warning: superfluous #include "intel_crtc.h"
@ 2021-07-05 22:35 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-05 22:35 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: 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:   3f8b8e7dbd79086ad48fcff33de9399f3da66a69
commit: 7c53e628344bf17aa9282b795aa7cd9c46958949 drm/i915/display: move crtc and dpll declarations where they belong
date:   10 weeks ago
:::::: branch date: 3 hours ago
:::::: commit date: 10 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
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7c53e628344bf17aa9282b795aa7cd9c46958949
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 7c53e628344bf17aa9282b795aa7cd9c46958949
        # 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/gpu/drm/vmwgfx/ drivers/platform/surface/ drivers/usb/gadget/function/

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_crtc.c:#include "display/intel_crtc.h":1: iwyu: warning: superfluous #include "display/intel_crtc.h"
   drivers/gpu/drm/i915/display/intel_crtc.c:9:1: iwyu: warning: superfluous #include <drm/drm_fourcc.h>
   drivers/gpu/drm/i915/display/intel_crtc.c:11:1: iwyu: warning: superfluous #include <drm/drm_plane_helper.h>
   drivers/gpu/drm/i915/display/intel_crtc.c:17:1: iwyu: warning: superfluous #include "intel_atomic_plane.h"
--
   drivers/gpu/drm/i915/display/intel_sdvo.c:34:1: iwyu: warning: superfluous #include <drm/drm_atomic_helper.h>
>> drivers/gpu/drm/i915/display/intel_sdvo.c:41:1: iwyu: warning: superfluous #include "intel_crtc.h"

vim +41 drivers/gpu/drm/i915/display/intel_sdvo.c

ec7f29ff0d144c drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  37  
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  38  #include "i915_drv.h"
12392a74ff58ec drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  39  #include "intel_atomic.h"
ec7f29ff0d144c drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  40  #include "intel_connector.h"
7c53e628344bf1 drivers/gpu/drm/i915/display/intel_sdvo.c Jani Nikula  2021-04-27 @41  #include "intel_crtc.h"
1d455f8de8e8a2 drivers/gpu/drm/i915/display/intel_sdvo.c Jani Nikula  2019-08-06  42  #include "intel_display_types.h"
8834e3659da8f5 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  43  #include "intel_fifo_underrun.h"
3ce2ea6574be67 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-05-02  44  #include "intel_gmbus.h"
0550691d58f9ce drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  45  #include "intel_hdmi.h"
dbeb38d93a6da8 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  46  #include "intel_hotplug.h"
44c1220a441ca7 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  47  #include "intel_panel.h"
596fee14fbc979 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  48  #include "intel_sdvo.h"
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  49  #include "intel_sdvo_regs.h"
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  50  

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

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

* drivers/gpu/drm/i915/display/intel_sdvo.c:41:1: iwyu: warning: superfluous #include "intel_crtc.h"
@ 2021-07-05  8:42 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-05  8:42 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: 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:   a180bd1d7e16173d965b263c5a536aa40afa2a2a
commit: 7c53e628344bf17aa9282b795aa7cd9c46958949 drm/i915/display: move crtc and dpll declarations where they belong
date:   10 weeks ago
:::::: branch date: 10 hours ago
:::::: commit date: 10 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
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7c53e628344bf17aa9282b795aa7cd9c46958949
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 7c53e628344bf17aa9282b795aa7cd9c46958949
        # 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/gpu/drm/vmwgfx/ drivers/platform/surface/ drivers/usb/gadget/function/

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_sdvo.c:34:1: iwyu: warning: superfluous #include <drm/drm_atomic_helper.h>
>> drivers/gpu/drm/i915/display/intel_sdvo.c:41:1: iwyu: warning: superfluous #include "intel_crtc.h"
--
>> drivers/gpu/drm/i915/display/intel_crtc.c:#include "display/intel_crtc.h":1: iwyu: warning: superfluous #include "display/intel_crtc.h"
   drivers/gpu/drm/i915/display/intel_crtc.c:9:1: iwyu: warning: superfluous #include <drm/drm_fourcc.h>
   drivers/gpu/drm/i915/display/intel_crtc.c:11:1: iwyu: warning: superfluous #include <drm/drm_plane_helper.h>
   drivers/gpu/drm/i915/display/intel_crtc.c:17:1: iwyu: warning: superfluous #include "intel_atomic_plane.h"

vim +41 drivers/gpu/drm/i915/display/intel_sdvo.c

ec7f29ff0d144c drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  37  
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  38  #include "i915_drv.h"
12392a74ff58ec drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  39  #include "intel_atomic.h"
ec7f29ff0d144c drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  40  #include "intel_connector.h"
7c53e628344bf1 drivers/gpu/drm/i915/display/intel_sdvo.c Jani Nikula  2021-04-27 @41  #include "intel_crtc.h"
1d455f8de8e8a2 drivers/gpu/drm/i915/display/intel_sdvo.c Jani Nikula  2019-08-06  42  #include "intel_display_types.h"
8834e3659da8f5 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  43  #include "intel_fifo_underrun.h"
3ce2ea6574be67 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-05-02  44  #include "intel_gmbus.h"
0550691d58f9ce drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  45  #include "intel_hdmi.h"
dbeb38d93a6da8 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-29  46  #include "intel_hotplug.h"
44c1220a441ca7 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  47  #include "intel_panel.h"
596fee14fbc979 drivers/gpu/drm/i915/intel_sdvo.c         Jani Nikula  2019-04-05  48  #include "intel_sdvo.h"
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  49  #include "intel_sdvo_regs.h"
79e539453b34e3 drivers/gpu/drm/i915/intel_sdvo.c         Jesse Barnes 2008-11-07  50  

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

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

end of thread, other threads:[~2021-07-06 12:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-04 22:50 drivers/gpu/drm/i915/display/intel_sdvo.c:41:1: iwyu: warning: superfluous #include "intel_crtc.h" kernel test robot
2021-07-05  8:42 kernel test robot
2021-07-05 22:35 kernel test robot
2021-07-06 12:18 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.