RE: [PATCH] drm/amdgpu: fix hive reference leak when reflecting psp topology info

2022-07-28 Thread Kim, Jonathan
[Public] > -Original Message- > From: Liu, Shaoyun > Sent: July 28, 2022 1:10 PM > To: Kim, Jonathan ; amd- > g...@lists.freedesktop.org > Cc: Kim, Jonathan > Subject: RE: [PATCH] drm/amdgpu: fix hive reference leak when reflecting > psp topology info &g

RE: [PATCH] drm/amdgpu: fix hive reference leak when reflecting psp topology info

2022-07-28 Thread Liu, Shaoyun
bject: [PATCH] drm/amdgpu: fix hive reference leak when reflecting psp topology info Hives that require psp topology info to be reflected will leak hive reference so fix it. Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 ++ 1 file changed, 2 insertions(+) diff --

[PATCH] drm/amdgpu: fix hive reference leak when reflecting psp topology info

2022-07-28 Thread Jonathan Kim
Hives that require psp topology info to be reflected will leak hive reference so fix it. Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.