CC: [email protected] CC: [email protected] TO: Alex Deucher <[email protected]> CC: Roman Li <[email protected]>
tree: https://gitlab.freedesktop.org/agd5f/linux.git drm-next head: 8b15864cb6023e43f0e1682f108dcdfb8366875b commit: 7fd13baeb7a3a48cae12c36c52f06bf4e9e7d728 [269/296] drm/amdgpu/display: add support for multiple backlights :::::: branch date: 2 days ago :::::: commit date: 4 days ago compiler: ia64-linux-gcc (GCC) 10.3.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) ^ >> 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]
