BCC: [email protected] CC: [email protected] CC: [email protected] TO: Huang Rui <[email protected]> CC: Alex Deucher <[email protected]> CC: Tim Huang <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 3cc40a443a04d52b0c95255dce264068b01e9bfe commit: 7101ab97e3b00ec1c68d09826bb0521d17783673 drm/amdgpu/pm: implement the SMU_MSG_EnableGfxImu function date: 2 months ago :::::: branch date: 6 hours ago :::::: commit date: 2 months ago config: ia64-randconfig-m031-20220814 (https://download.01.org/0day-ci/archive/20220817/[email protected]/config) compiler: ia64-linux-gcc (GCC) 12.1.0 If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot <[email protected]> Reported-by: Dan Carpenter <[email protected]> smatch warnings: drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:139 smu_set_gfx_power_up_by_imu() error: we previously assumed 'smu->ppt_funcs' could be null (see line 139) vim +139 drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c 8b3d243e47ddd4 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c Kevin Wang 2019-04-18 136 7101ab97e3b00e drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c Huang Rui 2022-05-18 137 int smu_set_gfx_power_up_by_imu(struct smu_context *smu) 7101ab97e3b00e drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c Huang Rui 2022-05-18 138 { 7101ab97e3b00e drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c Huang Rui 2022-05-18 @139 if (!smu->ppt_funcs && !smu->ppt_funcs->set_gfx_power_up_by_imu) 7101ab97e3b00e drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c Huang Rui 2022-05-18 140 return -EOPNOTSUPP; 7101ab97e3b00e drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c Huang Rui 2022-05-18 141 7101ab97e3b00e drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c Huang Rui 2022-05-18 142 return smu->ppt_funcs->set_gfx_power_up_by_imu(smu); 7101ab97e3b00e drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c Huang Rui 2022-05-18 143 } 7101ab97e3b00e drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c Huang Rui 2022-05-18 144 -- 0-DAY CI Kernel Test Service https://01.org/lkp _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
