All of lore.kernel.org
 help / color / mirror / Atom feed
* [chrome-os:chromeos-5.15 28/28] drivers/gpu/drm/evdi/evdi_drm_drv.h: drm/drm_framebuffer.h is included more than once.
@ 2023-08-07  5:44 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-08-05 23:02 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "low confidence bisect report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: cros-kernel-buildreports@googlegroups.com
TO: Guenter Roeck <groeck@google.com>

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.15
head:   0ee9b91ba1abb722c6a2b8846775f2db048f6a1d
commit: 0ee9b91ba1abb722c6a2b8846775f2db048f6a1d [28/28] CHROMIUM: drm/evdi: Port evdi from github.com/DisplayLink/evdi.git
:::::: branch date: 23 hours ago
:::::: commit date: 23 hours ago
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: (https://download.01.org/0day-ci/archive/20230806/202308060735.Q4X7kqjf-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202308060735.Q4X7kqjf-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/evdi/evdi_drm_drv.h: drm/drm_framebuffer.h is included more than once.

vim +24 drivers/gpu/drm/evdi/evdi_drm_drv.h

    15	
    16	#include <linux/module.h>
    17	#include <linux/mutex.h>
    18	#include <linux/device.h>
    19	#include <linux/i2c.h>
    20	#include <drm/drm_drv.h>
    21	#include <drm/drm_fourcc.h>
    22	#include <drm/drm_ioctl.h>
    23	#include <drm/drm_vblank.h>
  > 24	#include <drm/drm_framebuffer.h>
    25	#include <drm/drm_crtc.h>
    26	#include <drm/drm_crtc_helper.h>
    27	#include <drm/drm_rect.h>
    28	#include <drm/drm_gem.h>
  > 29	#include <drm/drm_framebuffer.h>
    30	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

* [chrome-os:chromeos-5.15 28/28] drivers/gpu/drm/evdi/evdi_drm_drv.h: drm/drm_framebuffer.h is included more than once.
@ 2023-08-07  5:44 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-08-07  5:44 UTC (permalink / raw)
  To: cros-kernel-buildreports, Guenter Roeck; +Cc: oe-kbuild-all

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.15
head:   0ee9b91ba1abb722c6a2b8846775f2db048f6a1d
commit: 0ee9b91ba1abb722c6a2b8846775f2db048f6a1d [28/28] CHROMIUM: drm/evdi: Port evdi from github.com/DisplayLink/evdi.git
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <yujie.liu@intel.com>
| Closes: https://lore.kernel.org/r/202308060735.Q4X7kqjf-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/evdi/evdi_drm_drv.h: drm/drm_framebuffer.h is included more than once.

vim +24 drivers/gpu/drm/evdi/evdi_drm_drv.h

    15	
    16	#include <linux/module.h>
    17	#include <linux/mutex.h>
    18	#include <linux/device.h>
    19	#include <linux/i2c.h>
    20	#include <drm/drm_drv.h>
    21	#include <drm/drm_fourcc.h>
    22	#include <drm/drm_ioctl.h>
    23	#include <drm/drm_vblank.h>
  > 24	#include <drm/drm_framebuffer.h>
    25	#include <drm/drm_crtc.h>
    26	#include <drm/drm_crtc_helper.h>
    27	#include <drm/drm_rect.h>
    28	#include <drm/drm_gem.h>
  > 29	#include <drm/drm_framebuffer.h>
    30	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


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

end of thread, other threads:[~2023-08-07  5:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05 23:02 [chrome-os:chromeos-5.15 28/28] drivers/gpu/drm/evdi/evdi_drm_drv.h: drm/drm_framebuffer.h is included more than once kernel test robot
2023-08-07  5:44 ` 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.