aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
diff options
context:
space:
mode:
authorZhipeng Lu <[email protected]>2023-12-04 10:21:54 +0000
committerAlex Deucher <[email protected]>2023-12-06 20:22:37 +0000
commit28c28d7f77c06ac2c0b8f9c82bc04eba22912b3b (patch)
treedb2ba7b424ed94ab18bcb2234d5abe18b2c0c969 /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
parentdrm/radeon/dpm: fix a memleak in sumo_parse_power_table (diff)
downloadkernel-28c28d7f77c06ac2c0b8f9c82bc04eba22912b3b.tar.gz
kernel-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 <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
0 files changed, 0 insertions, 0 deletions