RE: [PATCH 4/5] drm/amdgpu: Add fw load in gfx_v8 and sdma_v3

2018-10-08 Thread Zhu, Rex
Thanks. I will fix this error in a following patch. Best Regards Rex > -Original Message- > From: Alex Deucher > Sent: Thursday, October 4, 2018 11:33 AM > To: Zhu, Rex > Cc: amd-gfx list > Subject: Re: [PATCH 4/5] drm/amdgpu: Add fw load in gfx_v8 and sdma_v3 >

Re: [PATCH 4/5] drm/amdgpu: Add fw load in gfx_v8 and sdma_v3

2018-10-03 Thread Alex Deucher
On Wed, Oct 3, 2018 at 7:11 AM Rex Zhu wrote: > > gfx and sdma can be initialized before smu. > > Signed-off-by: Rex Zhu I think sdma_v2_4.c needs a similar update for iceland. With that fixed: Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 11 +++ > drive

[PATCH 4/5] drm/amdgpu: Add fw load in gfx_v8 and sdma_v3

2018-10-03 Thread Rex Zhu
gfx and sdma can be initialized before smu. Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 11 +++ drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c | 8 2 files changed, 19 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgp