* [agd5f:drm-next 22/55] drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c: dcn201/dcn201_hubbub.h is included more than once.
@ 2023-11-20 5:12 ` kernel test robot
0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2023-11-17 21:15 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: Mounika Adhuri <moadhuri@amd.com>
CC: Alex Deucher <alexander.deucher@amd.com>
CC: Martin Leung <martin.leung@amd.com>
tree: https://gitlab.freedesktop.org/agd5f/linux.git drm-next
head: 699d392903c3cebb7d2a2a3505ec9047c419dcd7
commit: cf5668be4e9b7c6e92844559ae7fa430acac271c [22/55] drm/amd/display: Refactor resource into component directory
:::::: branch date: 7 hours ago
:::::: commit date: 17 hours ago
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: (https://download.01.org/0day-ci/archive/20231118/202311180503.fajzMSgk-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/202311180503.fajzMSgk-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c: dcn201/dcn201_hubbub.h is included more than once.
vim +43 drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
36
37 #include "dcn10/dcn10_hubp.h"
38 #include "dcn10/dcn10_ipp.h"
39 #include "dcn201/dcn201_mpc.h"
40 #include "dcn201/dcn201_hubp.h"
41 #include "irq/dcn201/irq_service_dcn201.h"
42 #include "dcn201/dcn201_dpp.h"
> 43 #include "dcn201/dcn201_hubbub.h"
44 #include "dcn201/dcn201_dccg.h"
45 #include "dcn201/dcn201_optc.h"
46 #include "dcn201/dcn201_hwseq.h"
47 #include "dce110/dce110_hwseq.h"
48 #include "dcn201/dcn201_opp.h"
49 #include "dcn201/dcn201_link_encoder.h"
50 #include "dcn20/dcn20_stream_encoder.h"
51 #include "dce/dce_clock_source.h"
52 #include "dce/dce_audio.h"
53 #include "dce/dce_hwseq.h"
54 #include "virtual/virtual_stream_encoder.h"
55 #include "dce110/dce110_resource.h"
56 #include "dce/dce_aux.h"
57 #include "dce/dce_i2c.h"
> 58 #include "dcn201/dcn201_hubbub.h"
59 #include "dcn10/dcn10_resource.h"
60
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 4+ messages in thread
* [agd5f:drm-next 22/55] drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c: dcn201/dcn201_hubbub.h is included more than once.
@ 2023-11-20 5:12 ` kernel test robot
0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2023-11-20 5:12 UTC (permalink / raw)
To: Mounika Adhuri; +Cc: oe-kbuild-all, Alex Deucher, Martin Leung
tree: https://gitlab.freedesktop.org/agd5f/linux.git drm-next
head: 699d392903c3cebb7d2a2a3505ec9047c419dcd7
commit: cf5668be4e9b7c6e92844559ae7fa430acac271c [22/55] drm/amd/display: Refactor resource into component directory
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/202311180503.fajzMSgk-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c: dcn201/dcn201_hubbub.h is included more than once.
vim +43 drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
36
37 #include "dcn10/dcn10_hubp.h"
38 #include "dcn10/dcn10_ipp.h"
39 #include "dcn201/dcn201_mpc.h"
40 #include "dcn201/dcn201_hubp.h"
41 #include "irq/dcn201/irq_service_dcn201.h"
42 #include "dcn201/dcn201_dpp.h"
> 43 #include "dcn201/dcn201_hubbub.h"
44 #include "dcn201/dcn201_dccg.h"
45 #include "dcn201/dcn201_optc.h"
46 #include "dcn201/dcn201_hwseq.h"
47 #include "dce110/dce110_hwseq.h"
48 #include "dcn201/dcn201_opp.h"
49 #include "dcn201/dcn201_link_encoder.h"
50 #include "dcn20/dcn20_stream_encoder.h"
51 #include "dce/dce_clock_source.h"
52 #include "dce/dce_audio.h"
53 #include "dce/dce_hwseq.h"
54 #include "virtual/virtual_stream_encoder.h"
55 #include "dce110/dce110_resource.h"
56 #include "dce/dce_aux.h"
57 #include "dce/dce_i2c.h"
> 58 #include "dcn201/dcn201_hubbub.h"
59 #include "dcn10/dcn10_resource.h"
60
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 4+ messages in thread
* [agd5f:drm-next 22/55] drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c: dcn201/dcn201_hubbub.h is included more than once.
@ 2023-12-02 2:22 kernel test robot
2023-12-04 2:29 ` Liu, Yujie
0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2023-12-02 2:22 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: Mounika Adhuri <moadhuri@amd.com>
CC: Alex Deucher <alexander.deucher@amd.com>
CC: Martin Leung <martin.leung@amd.com>
tree: https://gitlab.freedesktop.org/agd5f/linux.git drm-next
head: b719a9c15d52d4f56bdea8241a5d90fd9197ce99
commit: cf5668be4e9b7c6e92844559ae7fa430acac271c [22/55] drm/amd/display: Refactor resource into component directory
:::::: branch date: 27 hours ago
:::::: commit date: 2 weeks ago
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: (https://download.01.org/0day-ci/archive/20231202/202312021003.cuTGPfEl-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/202312021003.cuTGPfEl-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c: dcn201/dcn201_hubbub.h is included more than once.
vim +43 drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
36
37 #include "dcn10/dcn10_hubp.h"
38 #include "dcn10/dcn10_ipp.h"
39 #include "dcn201/dcn201_mpc.h"
40 #include "dcn201/dcn201_hubp.h"
41 #include "irq/dcn201/irq_service_dcn201.h"
42 #include "dcn201/dcn201_dpp.h"
> 43 #include "dcn201/dcn201_hubbub.h"
44 #include "dcn201/dcn201_dccg.h"
45 #include "dcn201/dcn201_optc.h"
46 #include "dcn201/dcn201_hwseq.h"
47 #include "dce110/dce110_hwseq.h"
48 #include "dcn201/dcn201_opp.h"
49 #include "dcn201/dcn201_link_encoder.h"
50 #include "dcn20/dcn20_stream_encoder.h"
51 #include "dce/dce_clock_source.h"
52 #include "dce/dce_audio.h"
53 #include "dce/dce_hwseq.h"
54 #include "virtual/virtual_stream_encoder.h"
55 #include "dce110/dce110_resource.h"
56 #include "dce/dce_aux.h"
57 #include "dce/dce_i2c.h"
> 58 #include "dcn201/dcn201_hubbub.h"
59 #include "dcn10/dcn10_resource.h"
60
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [agd5f:drm-next 22/55] drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c: dcn201/dcn201_hubbub.h is included more than once.
2023-12-02 2:22 kernel test robot
@ 2023-12-04 2:29 ` Liu, Yujie
0 siblings, 0 replies; 4+ messages in thread
From: Liu, Yujie @ 2023-12-04 2:29 UTC (permalink / raw)
To: lkp, oe-kbuild@lists.linux.dev
not_report
duplicate to https://lore.kernel.org/all/202311180503.fajzMSgk-lkp@intel.com/
-----Original Message-----
From: lkp <lkp@intel.com>
Sent: Saturday, December 2, 2023 10:23
To: oe-kbuild@lists.linux.dev
Cc: lkp <lkp@intel.com>
Subject: [agd5f:drm-next 22/55] drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c: dcn201/dcn201_hubbub.h is included more than once.
::::::
:::::: Manual check reason: "low confidence bisect report"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Mounika Adhuri <moadhuri@amd.com>
CC: Alex Deucher <alexander.deucher@amd.com>
CC: Martin Leung <martin.leung@amd.com>
tree: https://gitlab.freedesktop.org/agd5f/linux.git drm-next
head: b719a9c15d52d4f56bdea8241a5d90fd9197ce99
commit: cf5668be4e9b7c6e92844559ae7fa430acac271c [22/55] drm/amd/display: Refactor resource into component directory
:::::: branch date: 27 hours ago
:::::: commit date: 2 weeks ago
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: (https://download.01.org/0day-ci/archive/20231202/202312021003.cuTGPfEl-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/202312021003.cuTGPfEl-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c: dcn201/dcn201_hubbub.h is included more than once.
vim +43 drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
36
37 #include "dcn10/dcn10_hubp.h"
38 #include "dcn10/dcn10_ipp.h"
39 #include "dcn201/dcn201_mpc.h"
40 #include "dcn201/dcn201_hubp.h"
41 #include "irq/dcn201/irq_service_dcn201.h"
42 #include "dcn201/dcn201_dpp.h"
> 43 #include "dcn201/dcn201_hubbub.h"
44 #include "dcn201/dcn201_dccg.h"
45 #include "dcn201/dcn201_optc.h"
46 #include "dcn201/dcn201_hwseq.h"
47 #include "dce110/dce110_hwseq.h"
48 #include "dcn201/dcn201_opp.h"
49 #include "dcn201/dcn201_link_encoder.h"
50 #include "dcn20/dcn20_stream_encoder.h"
51 #include "dce/dce_clock_source.h"
52 #include "dce/dce_audio.h"
53 #include "dce/dce_hwseq.h"
54 #include "virtual/virtual_stream_encoder.h"
55 #include "dce110/dce110_resource.h"
56 #include "dce/dce_aux.h"
57 #include "dce/dce_i2c.h"
> 58 #include "dcn201/dcn201_hubbub.h"
59 #include "dcn10/dcn10_resource.h"
60
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-12-04 2:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-17 21:15 [agd5f:drm-next 22/55] drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c: dcn201/dcn201_hubbub.h is included more than once kernel test robot
2023-11-20 5:12 ` kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2023-12-02 2:22 kernel test robot
2023-12-04 2:29 ` Liu, Yujie
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.