aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
diff options
context:
space:
mode:
authorZhipeng Lu <alexious@zju.edu.cn>2023-12-04 18:21:54 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-12-06 15:22:37 -0500
commit28c28d7f77c06ac2c0b8f9c82bc04eba22912b3b (patch)
treedb2ba7b424ed94ab18bcb2234d5abe18b2c0c969 /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
parent0737df9ed0997f5b8addd6e2b9699a8c6edba2e4 (diff)
downloadlinux-28c28d7f77c06ac2c0b8f9c82bc04eba22912b3b.tar.gz
linux-28c28d7f77c06ac2c0b8f9c82bc04eba22912b3b.tar.bz2
linux-28c28d7f77c06ac2c0b8f9c82bc04eba22912b3b.zip
drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table
The rdev->pm.dpm.ps allocated by kcalloc should be freed in every following error-handling path. However, in the error-handling of rdev->pm.power_state[i].clock_info the rdev->pm.dpm.ps is not freed, resulting in a memleak in this function. Fixes: d70229f70447 ("drm/radeon/kms: add dpm support for trinity asics") Signed-off-by: Zhipeng Lu <alexious@zju.edu.cn> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
0 files changed, 0 insertions, 0 deletions