RE: [PATCH 5/6] drm/amd/pp: Fix memory leak on Si/CI/AI dgpu asics

2018-09-29 Thread Quan, Evan
Reviewed-by: Evan Quan > -Original Message- > From: amd-gfx On Behalf Of Rex > Zhu > Sent: 2018年9月30日 0:15 > To: amd-gfx@lists.freedesktop.org > Cc: Zhu, Rex > Subject: [PATCH 5/6] drm/amd/pp: Fix memory leak on Si/CI/AI dgpu asics > > On SI/CI/AI, driver

[PATCH 5/6] drm/amd/pp: Fix memory leak on Si/CI/AI dgpu asics

2018-09-29 Thread Rex Zhu
On SI/CI/AI, driver still need to release smu's fw, it was not related to other hw ip's fw load_type. Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git