summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
diff options
context:
space:
mode:
authorKevin Wang <kevin1.wang@amd.com>2019-08-19 23:38:02 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-08-21 17:30:45 -0500
commit00430144ff7343369222a110985aaa6726fb26e0 (patch)
tree000d2969f994d8d6831316f471307346be0c582d /drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
parent98f58ada2d37e68125c056f1fc005748251879c2 (diff)
downloadlinux-00430144ff7343369222a110985aaa6726fb26e0.tar.bz2
drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptable
fix size type errors, from uint32_t to uint16_t. it will cause only initializes the highest 16 bits in smu_get_atom_data_table function. bug report: This fixes the following static checker warning. drivers/gpu/drm/amd/amdgpu/../powerplay/smu_v11_0.c:390 smu_v11_0_setup_pptable() warn: passing casted pointer '&size' to 'smu_get_atom_data_table()' 32 vs 16. Signed-off-by: Kevin Wang <kevin1.wang@amd.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h')
0 files changed, 0 insertions, 0 deletions