Re: [PATCH 06/44] drm/amdgpu/vcn5.0.0: split code along instances

2025-02-04 Thread Boyuan Zhang
On 2025-01-31 11:57, Alex Deucher wrote: Split the code on a per instance basis. This will allow us to use the per instance functions in the future to handle more things per instance. Signed-off-by: Alex Deucher Reviewed-by: Boyuan Zhang --- drivers/gpu

[PATCH 06/44] drm/amdgpu/vcn5.0.0: split code along instances

2025-01-31 Thread Alex Deucher
Split the code on a per instance basis. This will allow us to use the per instance functions in the future to handle more things per instance. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c | 386 1 file changed, 190 insertions(+), 196 deletions