drm/amd/pm: fix a potential gpu_metrics_table memory leak
authorLang Yu <lang.yu@amd.com>
Tue, 14 Dec 2021 07:25:54 +0000 (15:25 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Dec 2021 21:10:08 +0000 (16:10 -0500)
commit583637d66a70fc7090e12fb0ebbacc33d39e2214
tree6d7ee354edf7fd4bbc020c7b7489959657e246dc
parent948e7ce01413b71395723aaf846015062aea3a43
drm/amd/pm: fix a potential gpu_metrics_table memory leak

Memory is allocated for gpu_metrics_table in renoir_init_smc_tables(),
but not freed in int smu_v12_0_fini_smc_tables(). Free it!

Fixes: 95868b85764a ("drm/amd/powerplay: add Renoir support for gpu metrics export")

Signed-off-by: Lang Yu <lang.yu@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c