Re: [PATCH 1/3] drm/amdgpu: move discovery gfx config fetching

2020-05-22 Thread Christian König
PM To: amd-gfx list Cc: Deucher, Alexander Subject: Re: [PATCH 1/3] drm/amdgpu: move discovery gfx config fetching Ping on this series? It fixes an ordering issue for raven2. Alex On Fri, May 15, 2020 at 2:31 PM Alex Deucher wrote: Move it into the fw_info function since it's logically

RE: [PATCH 1/3] drm/amdgpu: move discovery gfx config fetching

2020-05-21 Thread Quan, Evan
] drm/amdgpu: move discovery gfx config fetching Ping on this series? It fixes an ordering issue for raven2. Alex On Fri, May 15, 2020 at 2:31 PM Alex Deucher wrote: > > Move it into the fw_info function since it's logically part of the > same functionality. > > Signed-

Re: [PATCH 1/3] drm/amdgpu: move discovery gfx config fetching

2020-05-21 Thread Alex Deucher
Ping on this series? It fixes an ordering issue for raven2. Alex On Fri, May 15, 2020 at 2:31 PM Alex Deucher wrote: > > Move it into the fw_info function since it's logically part > of the same functionality. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c