[PATCH 26/29] drm/amdgpu: setup_ucode for each vcn instance

2024-10-29 Thread boyuan.zhang
From: Boyuan Zhang Pass instance parameter to amdgpu_vcn_setup_ucode(), and perform setup ucode ONLY for the given vcn instance, instead of for all vcn instances. Modify each vcn generation accordingly. Signed-off-by: Boyuan Zhang Acked-by: Leo Liu Reviewed-by: Alex Deucher --- drivers/gpu/d

Re: [PATCH 26/29] drm/amdgpu: setup_ucode for each vcn instance

2024-10-28 Thread Alex Deucher
On Thu, Oct 24, 2024 at 10:36 PM wrote: > > From: Boyuan Zhang > > Pass instance parameter to amdgpu_vcn_setup_ucode(), and perform > setup ucode ONLY for the given vcn instance, instead of for all > vcn instances. Modify each vcn generation accordingly. > > Signed-off-by: Boyuan Zhang Reviewed

[PATCH 26/29] drm/amdgpu: setup_ucode for each vcn instance

2024-10-24 Thread boyuan.zhang
From: Boyuan Zhang Pass instance parameter to amdgpu_vcn_setup_ucode(), and perform setup ucode ONLY for the given vcn instance, instead of for all vcn instances. Modify each vcn generation accordingly. Signed-off-by: Boyuan Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 37 --