Re: [PATCH] drm/amdgpu/vcn3.0: handle harvesting in firmware setup

2021-10-19 Thread James Zhu
On 2021-10-19 11:13 a.m., Alex Deucher wrote: Only enable firmware for the instance that is enabled. Fixes: 1b592d00b4ac83 ("drm/amdgpu/vcn: remove manual instance setting") Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c | 19 +++ 1 file changed, 11

[PATCH] drm/amdgpu/vcn3.0: handle harvesting in firmware setup

2021-10-19 Thread Alex Deucher
Only enable firmware for the instance that is enabled. Fixes: 1b592d00b4ac83 ("drm/amdgpu/vcn: remove manual instance setting") Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git