[PATCH 18/29] drm/amdgpu/vcn: separate idle work by instance

2024-10-29 Thread boyuan.zhang
From: Boyuan Zhang Previously idle working handling is for all VCN instances. As a result, when one of the instance finishes its job, the idle work can't be triggered if the other instance is still busy. Now, move the idle_work from amdgpu_vcn to amdgpu_vcn_inst, in order to track work by vcn in

Re: [PATCH 18/29] drm/amdgpu/vcn: separate idle work by instance

2024-10-28 Thread Alex Deucher
On Thu, Oct 24, 2024 at 11:23 PM wrote: > > From: Boyuan Zhang > > Previously idle working handling is for all VCN instances. As a result, when > one > of the instance finishes its job, the idle work can't be triggered if the > other > instance is still busy. > > Now, move the idle_work from am

[PATCH 18/29] drm/amdgpu/vcn: separate idle work by instance

2024-10-24 Thread boyuan.zhang
From: Boyuan Zhang Previously idle working handling is for all VCN instances. As a result, when one of the instance finishes its job, the idle work can't be triggered if the other instance is still busy. Now, move the idle_work from amdgpu_vcn to amdgpu_vcn_inst, in order to track work by vcn in