Re: [PATCH] drm/amdgpu: Fix uvd firmware version information for vega20

2018-06-14 Thread Alex Deucher
On Thu, Jun 14, 2018 at 12:36 PM, James Zhu wrote: > +Peter > > > > On 2018-06-14 11:51 AM, Leo Liu wrote: >> >> >> >> On 06/14/2018 11:29 AM, Alex Deucher wrote: >>> >>> The uvd version information was not set correctly for vega20. >>> Rearrange the logic to set it correctly and fix the warnings

Re: [PATCH] drm/amdgpu: Fix uvd firmware version information for vega20

2018-06-14 Thread James Zhu
+Peter On 2018-06-14 11:51 AM, Leo Liu wrote: On 06/14/2018 11:29 AM, Alex Deucher wrote: The uvd version information was not set correctly for vega20. Rearrange the logic to set it correctly and fix the warnings as a result. Fixes: 7b3c773f405 (drm/amdgpu/vg20:support new UVD FW version

Re: [PATCH] drm/amdgpu: Fix uvd firmware version information for vega20

2018-06-14 Thread Leo Liu
On 06/14/2018 11:29 AM, Alex Deucher wrote: The uvd version information was not set correctly for vega20. Rearrange the logic to set it correctly and fix the warnings as a result. Fixes: 7b3c773f405 (drm/amdgpu/vg20:support new UVD FW version naming convention) Signed-off-by: Alex Deucher