Star64_linux/drivers/gpu/drm/amd/pm
Evan Quan 660b3bd82b drm/amd/pm: fix compile warning about missing prototype for function
Fix the warning below:
>> drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c🔢29: warning: no previous prototype for function 'asic_internal_ss_get_ss_table' [-Wmissing-prototypes]
   ATOM_ASIC_INTERNAL_SS_INFO *asic_internal_ss_get_ss_table(void *device)
                               ^
   drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c🔢1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   ATOM_ASIC_INTERNAL_SS_INFO *asic_internal_ss_get_ss_table(void *device)
   ^
   static
   1 warning generated.

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:26:46 -04:00
..
inc drm/amd/pm: perform SMC reset on suspend/hibernation 2020-10-30 01:00:43 -04:00
powerplay drm/amd/pm: fix compile warning about missing prototype for function 2020-10-30 14:26:46 -04:00
swsmu drm/amd/pm: fix out-of-bound read on pptable->SkuReserved 2020-10-30 01:02:18 -04:00
amdgpu_dpm.c
amdgpu_pm.c drm/amd/pm: set the initial value of pm info to zero 2020-10-30 00:58:18 -04:00
Makefile