CC: [email protected] CC: [email protected] TO: Alex Deucher <[email protected]> CC: Roman Li <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 2585cf9dfaaddf00b069673f27bb3f8530e2039c commit: 7fd13baeb7a3a48cae12c36c52f06bf4e9e7d728 drm/amdgpu/display: add support for multiple backlights date: 5 months ago :::::: branch date: 12 hours ago :::::: commit date: 5 months ago compiler: mips-linux-gcc (GCC) 11.2.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> cppcheck possible warnings: (new ones prefixed by >>, may not real problems) In file included from drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: >> drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c:2929:0: warning: >> Syntax error in #if [preprocessorErrorDirective] #if 0 ^ -- ^ >> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:6211:6: warning: Unused >> variable: i [unusedVariable] int i; ^ vim +6211 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 526c654a8a0641 Emily Deng 2019-05-31 6204 7578ecda14d521 Alex Deucher 2017-10-10 6205 static void amdgpu_dm_connector_destroy(struct drm_connector *connector) e7b07ceef2a650 Harry Wentland 2017-08-10 6206 { c84dec2fe8837f Harry Wentland 2017-09-05 6207 struct amdgpu_dm_connector *aconnector = to_amdgpu_dm_connector(connector); e7b07ceef2a650 Harry Wentland 2017-08-10 6208 const struct dc_link *link = aconnector->dc_link; 1348969ab68cb8 Luben Tuikov 2020-08-24 6209 struct amdgpu_device *adev = drm_to_adev(connector->dev); e7b07ceef2a650 Harry Wentland 2017-08-10 6210 struct amdgpu_display_manager *dm = &adev->dm; 7fd13baeb7a3a4 Alex Deucher 2021-07-08 @6211 int i; ada8ce1530a7d1 Harry Wentland 2018-04-20 6212 5dff80bdce9e38 Andrey Grodzovsky 2020-10-14 6213 /* 5dff80bdce9e38 Andrey Grodzovsky 2020-10-14 6214 * Call only if mst_mgr was iniitalized before since it's not done 5dff80bdce9e38 Andrey Grodzovsky 2020-10-14 6215 * for all connector types. 5dff80bdce9e38 Andrey Grodzovsky 2020-10-14 6216 */ 5dff80bdce9e38 Andrey Grodzovsky 2020-10-14 6217 if (aconnector->mst_mgr.dev) 5dff80bdce9e38 Andrey Grodzovsky 2020-10-14 6218 drm_dp_mst_topology_mgr_destroy(&aconnector->mst_mgr); 5dff80bdce9e38 Andrey Grodzovsky 2020-10-14 6219 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected] _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
