Re: [PATCH v4] drm/amdgpu/vg20:support new UVD FW version naming convention

2018-06-14 Thread James Zhu
On 2018-06-13 04:45 PM, Alex Deucher wrote: On Tue, Jun 12, 2018 at 11:46 AM, James Zhu wrote: Vega20 UVD Firmware has a new version naming convention: [31, 30] for encode interface major [29, 24] for encode interface minor [15, 8] for decode interface minor [7, 0] for hardware

Re: [PATCH v4] drm/amdgpu/vg20:support new UVD FW version naming convention

2018-06-14 Thread Michel Dänzer
Hi James, On 2018-06-12 05:46 PM, James Zhu wrote: > Vega20 UVD Firmware has a new version naming convention: > [31, 30] for encode interface major > [29, 24] for encode interface minor > [15, 8] for decode interface minor > [7, 0] for hardware family id > > Signed-off-by: James Zhu

Re: [PATCH v4] drm/amdgpu/vg20:support new UVD FW version naming convention

2018-06-13 Thread Alex Deucher
On Tue, Jun 12, 2018 at 11:46 AM, James Zhu wrote: > Vega20 UVD Firmware has a new version naming convention: > [31, 30] for encode interface major > [29, 24] for encode interface minor > [15, 8] for decode interface minor > [7, 0] for hardware family id > > Signed-off-by: James Zhu

Re: [PATCH v4] drm/amdgpu/vg20:support new UVD FW version naming convention

2018-06-12 Thread Leo Liu
On 06/12/2018 11:46 AM, James Zhu wrote: Vega20 UVD Firmware has a new version naming convention: [31, 30] for encode interface major [29, 24] for encode interface minor [15, 8] for decode interface minor [7, 0] for hardware family id Signed-off-by: James Zhu Reviewed-by: Leo

[PATCH v4] drm/amdgpu/vg20:support new UVD FW version naming convention

2018-06-12 Thread James Zhu
Vega20 UVD Firmware has a new version naming convention: [31, 30] for encode interface major [29, 24] for encode interface minor [15, 8] for decode interface minor [7, 0] for hardware family id Signed-off-by: James Zhu --- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 21