linux/drivers/gpu/drm/amd/powerplay
Dan Carpenter 9b66d6600e drm/amd/powerplay: off by one bugs in smu_cmn_to_asic_specific_index()
These tables have _COUNT number of elements so the comparisons should be
>= instead of > to prevent reading one element beyond the end of the
array.

Fixes: 8264ee69f0 ("drm/amd/powerplay: drop unused code")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-07-27 16:45:35 -04:00
..
hwmgr drm/amdgpu: fix system hang issue during GPU reset 2020-07-27 16:21:37 -04:00
inc drm/amd/powerplay: update driver if file for sienna_cichlid 2020-07-27 16:22:53 -04:00
smumgr drm/amdgpu/vega20: enable the smu i2c bus for all boards 2020-07-21 15:37:53 -04:00
amd_powerplay.c drm/amd/powerplay: perform PG ungate prior to CG ungate 2020-05-06 16:51:15 -04:00
amdgpu_smu.c drm/amd/swsmu: allow asic to handle sensor type by itself 2020-07-27 16:23:06 -04:00
arcturus_ppt.c drm/amdkfd: Add thermal throttling SMI event 2020-07-27 16:21:50 -04:00
arcturus_ppt.h drm/amd/powerplay: update arcturus_ppt.c/h V3 2019-07-30 23:48:33 -05:00
Makefile drm/amd/powerplay: unify swSMU index to asic specific index mapping 2020-07-21 15:37:37 -04:00
navi10_ppt.c drm/amdgpu/navi1x: add SMU i2c support (v2) 2020-07-21 15:38:01 -04:00
navi10_ppt.h drm/amdgpu/smu: custom pstate profiling clock frequence for navi series asics 2020-01-07 12:01:09 -05:00
renoir_ppt.c drm/amd/powerplay: tag swSMU code layers 2020-07-21 15:37:38 -04:00
renoir_ppt.h drm/amd/powerplay: drop smu_v12_0.c unnecessary wrapper V2 2020-07-15 12:43:38 -04:00
sienna_cichlid_ppt.c drm/amd/powerplay: update driver if file for sienna_cichlid 2020-07-27 16:22:53 -04:00
sienna_cichlid_ppt.h drm/amd/powerplay: support to get power index for sienna_cichlid 2020-06-03 13:52:13 -04:00
smu_cmn.c drm/amd/powerplay: off by one bugs in smu_cmn_to_asic_specific_index() 2020-07-27 16:45:35 -04:00
smu_cmn.h drm/amd/powerplay: drop unnecessary message support check(v2) 2020-07-27 16:21:58 -04:00
smu_internal.h drm/amdgpu/swSMU: remove eeprom from the smu i2c handlers (v2) 2020-07-21 15:37:56 -04:00
smu_v11_0.c drm/amdkfd: Add thermal throttling SMI event 2020-07-27 16:21:50 -04:00
smu_v12_0.c drm/amd/powerplay: tag swSMU code layers 2020-07-21 15:37:38 -04:00