RE: [PATCH 4/6] drm/amdgpu: Don't allocate memory for ucode when suspend

2018-09-29 Thread Quan, Evan
The patch is fine. But i can not see where amdgpu_ucode_init_bo is called on resume. Regards, Evan > -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 4/6] drm/a

[PATCH 4/6] drm/amdgpu: Don't allocate memory for ucode when suspend

2018-09-29 Thread Rex Zhu
driver don't release the ucode memory when suspend. so don't need to allocate bo when resume back. Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c b/drivers/gpu/drm