All of lore.kernel.org
 help / color / mirror / Atom feed
* [agd5f:drm-next 148/177] drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c: inc/link_dpcd.h is included more than once.
@ 2021-10-07 18:59 ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-10-07 18:59 UTC (permalink / raw)
  To: Jimmy Kizito
  Cc: kbuild-all, linux-kernel, Alex Deucher, Jun Lei, Harry Wentland,
	Leo Li, Christian König, Pan, Xinhui, David Airlie,
	Daniel Vetter, Nicholas Kazlauskas

tree:   https://gitlab.freedesktop.org/agd5f/linux.git drm-next
head:   548cf52d4459235d489cc548a8239653a4bd738e
commit: e8536806b0c1ec7196b7131426560f50a67dbfcc [148/177] drm/amd/display: Read USB4 DP tunneling data from DPCD.
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

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


includecheck warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c: inc/link_dpcd.h is included more than once.

Please review and possibly fold the followup patch.

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

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

* [agd5f:drm-next 148/177] drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c: inc/link_dpcd.h is included more than once.
@ 2021-10-07 18:59 ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-10-07 18:59 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://gitlab.freedesktop.org/agd5f/linux.git drm-next
head:   548cf52d4459235d489cc548a8239653a4bd738e
commit: e8536806b0c1ec7196b7131426560f50a67dbfcc [148/177] drm/amd/display: Read USB4 DP tunneling data from DPCD.
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

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


includecheck warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c: inc/link_dpcd.h is included more than once.

Please review and possibly fold the followup patch.

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

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

* [RFC PATCH agd5f] drm/amd/display: fix duplicated inclusion
  2021-10-07 18:59 ` kernel test robot
@ 2021-10-07 18:59   ` kernel test robot
  -1 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-10-07 18:59 UTC (permalink / raw)
  To: Jimmy Kizito
  Cc: kbuild-all, linux-kernel, Alex Deucher, Jun Lei, Harry Wentland,
	Leo Li, Christian König, Pan, Xinhui, David Airlie,
	Daniel Vetter, Nicholas Kazlauskas

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 dc_link_dpia.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c
index c95ee4603151a..2c4d896ffbb25 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c
@@ -31,7 +31,6 @@
 #include "dc_link_dp.h"
 #include "dpcd_defs.h"
 #include "link_hwss.h"
-#include "inc/link_dpcd.h"
 #include "dm_helpers.h"
 #include "dmub/inc/dmub_cmd.h"
 #include "inc/link_dpcd.h"

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

* [RFC PATCH agd5f] drm/amd/display: fix duplicated inclusion
@ 2021-10-07 18:59   ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-10-07 18:59 UTC (permalink / raw)
  To: kbuild-all

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

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 dc_link_dpia.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c
index c95ee4603151a..2c4d896ffbb25 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c
@@ -31,7 +31,6 @@
 #include "dc_link_dp.h"
 #include "dpcd_defs.h"
 #include "link_hwss.h"
-#include "inc/link_dpcd.h"
 #include "dm_helpers.h"
 #include "dmub/inc/dmub_cmd.h"
 #include "inc/link_dpcd.h"

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

* Re: [RFC PATCH agd5f] drm/amd/display: fix duplicated inclusion
  2021-10-07 18:59   ` kernel test robot
  (?)
@ 2021-10-08 14:41   ` Deucher, Alexander
  -1 siblings, 0 replies; 5+ messages in thread
From: Deucher, Alexander @ 2021-10-08 14:41 UTC (permalink / raw)
  To: kbuild-all

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

[Public]

Applied.  Thanks!
________________________________
From: kernel test robot <lkp@intel.com>
Sent: Thursday, October 7, 2021 2:59 PM
To: Kizito, Jimmy <Jimmy.Kizito@amd.com>
Cc: kbuild-all(a)lists.01.org <kbuild-all@lists.01.org>; linux-kernel(a)vger.kernel.org <linux-kernel@vger.kernel.org>; Deucher, Alexander <Alexander.Deucher@amd.com>; Lei, Jun <Jun.Lei@amd.com>; Wentland, Harry <Harry.Wentland@amd.com>; Li, Sun peng (Leo) <Sunpeng.Li@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Pan, Xinhui <Xinhui.Pan@amd.com>; David Airlie <airlied@linux.ie>; Daniel Vetter <daniel@ffwll.ch>; Kazlauskas, Nicholas <Nicholas.Kazlauskas@amd.com>
Subject: [RFC PATCH agd5f] drm/amd/display: fix duplicated inclusion

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 dc_link_dpia.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c
index c95ee4603151a..2c4d896ffbb25 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c
@@ -31,7 +31,6 @@
 #include "dc_link_dp.h"
 #include "dpcd_defs.h"
 #include "link_hwss.h"
-#include "inc/link_dpcd.h"
 #include "dm_helpers.h"
 #include "dmub/inc/dmub_cmd.h"
 #include "inc/link_dpcd.h"

[-- Attachment #2: attachment.htm --]
[-- Type: text/html, Size: 2506 bytes --]

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

end of thread, other threads:[~2021-10-08 14:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 18:59 [agd5f:drm-next 148/177] drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c: inc/link_dpcd.h is included more than once kernel test robot
2021-10-07 18:59 ` kernel test robot
2021-10-07 18:59 ` [RFC PATCH agd5f] drm/amd/display: fix duplicated inclusion kernel test robot
2021-10-07 18:59   ` kernel test robot
2021-10-08 14:41   ` Deucher, Alexander

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.