1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/amd/pm/powerplay
Evan Quan e31ae352b7 drm/amd/pm: fix compile warnings about variable used uninitialized
Fix the compile warnings below:
>> drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1743:13: warning: variable 'min' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
>> drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1743:13: warning: variable 'max' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-10-30 14:27:15 -04:00
..
hwmgr drm/amd/pm: fix compile warnings about variable used uninitialized 2020-10-30 14:27:15 -04:00
smumgr drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running 2020-10-30 01:00:50 -04:00
amd_powerplay.c drm/amd/powerplay: add one sysfs file to support the feature to modify gfx clock on Raven/Raven2/Picasso APU. 2020-09-29 16:12:16 -04:00
cik_dpm.h drm/amd/pm: optimize the power related source code layout 2020-08-14 16:22:41 -04:00
kv_dpm.c drm/amd/pm: optimize the power related source code layout 2020-08-14 16:22:41 -04:00
kv_dpm.h drm/amd/pm: optimize the power related source code layout 2020-08-14 16:22:41 -04:00
kv_smc.c drm/amd/pm: optimize the power related source code layout 2020-08-14 16:22:41 -04:00
Makefile drm/amd/pm: optimize the power related source code layout 2020-08-14 16:22:41 -04:00
ppsmc.h drm/amd/pm: optimize the power related source code layout 2020-08-14 16:22:41 -04:00
r600_dpm.h drm/amd/pm: optimize the power related source code layout 2020-08-14 16:22:41 -04:00
si_dpm.c Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd5f/linux into drm-next 2020-09-08 16:40:13 +10:00
si_dpm.h drm/amd/pm: optimize the power related source code layout 2020-08-14 16:22:41 -04:00
si_smc.c drm/amd/pm: optimize the power related source code layout 2020-08-14 16:22:41 -04:00
sislands_smc.h drm/amd/pm: optimize the power related source code layout 2020-08-14 16:22:41 -04:00