Re: [PATCH] drm/amd/display: Fix memoryleak during S3 resume.

2017-10-20 Thread Harry Wentland
On 2017-10-20 01:59 PM, sunpeng...@amd.com wrote: > From: "Leo (Sunpeng) Li" > > Do not create dc_state within display_resume, since it's being > constructed within atomic check. > > Signed-off-by: Leo (Sunpeng) Li Reviewed-by: Harry Wentland Harry > --- > drivers/gpu/drm/amd/display/amdgp

[PATCH] drm/amd/display: Fix memoryleak during S3 resume.

2017-10-20 Thread sunpeng.li
From: "Leo (Sunpeng) Li" Do not create dc_state within display_resume, since it's being constructed within atomic check. Signed-off-by: Leo (Sunpeng) Li --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/amd/display/amdg