RE: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

2018-10-08 Thread Zhu, Rex
- > From: Christian König > Sent: Tuesday, October 9, 2018 2:22 AM > To: Zhu, Rex ; Koenig, Christian > ; Deucher, Alexander > ; Alex Deucher > Cc: amd-gfx list > Subject: Re: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when > suspend > > Am 08.10.2018 um 20:1

Re: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

2018-10-08 Thread Christian König
Am 08.10.2018 um 20:15 schrieb Zhu, Rex: -Original Message- From: Koenig, Christian Sent: Tuesday, October 9, 2018 2:03 AM To: Zhu, Rex ; Deucher, Alexander ; Alex Deucher Cc: amd-gfx list Subject: Re: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend Am 08.10.2018 um

RE: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

2018-10-08 Thread Zhu, Rex
> -Original Message- > From: Koenig, Christian > Sent: Tuesday, October 9, 2018 2:03 AM > To: Zhu, Rex ; Deucher, Alexander > ; Alex Deucher > Cc: amd-gfx list > Subject: Re: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when > suspend > > Am 08.10.

Re: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

2018-10-08 Thread Koenig, Christian
5] drm/amdgpu: Don't reallocate ucode bo when >> suspend >> >> Am 08.10.2018 um 18:30 schrieb Zhu, Rex: >>>> -Original Message- >>>> From: Deucher, Alexander >>>> Sent: Tuesday, October 9, 2018 12:21 AM >>>> To: Zhu, Rex ; A

RE: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

2018-10-08 Thread Zhu, Rex
> -Original Message- > From: Christian König > Sent: Tuesday, October 9, 2018 1:32 AM > To: Zhu, Rex ; Deucher, Alexander > ; Alex Deucher > Cc: amd-gfx list > Subject: Re: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when > suspend > > Am 08.10.

Re: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

2018-10-08 Thread Christian König
Am 08.10.2018 um 18:30 schrieb Zhu, Rex: -Original Message- From: Deucher, Alexander Sent: Tuesday, October 9, 2018 12:21 AM To: Zhu, Rex ; Alex Deucher Cc: amd-gfx list Subject: RE: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend -Original Message- From: amd

RE: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

2018-10-08 Thread Zhu, Rex
> -Original Message- > From: Deucher, Alexander > Sent: Tuesday, October 9, 2018 12:21 AM > To: Zhu, Rex ; Alex Deucher > Cc: amd-gfx list > Subject: RE: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when > suspend > > > -Original Message

RE: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

2018-10-08 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx On Behalf Of Zhu, > Rex > Sent: Monday, October 8, 2018 11:57 AM > To: Alex Deucher > Cc: amd-gfx list > Subject: RE: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when > suspend > > > > > -Origi

RE: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

2018-10-08 Thread Zhu, Rex
> -Original Message- > From: Alex Deucher > Sent: Thursday, October 4, 2018 11:35 AM > To: Zhu, Rex > Cc: amd-gfx list > Subject: Re: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when > suspend > > On Wed, Oct 3, 2018 at 7:11 AM Rex Zhu wrote: &

Re: [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

2018-10-03 Thread Alex Deucher
On Wed, Oct 3, 2018 at 7:11 AM Rex Zhu wrote: > > 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

[PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

2018-10-03 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