Re: [PATCH 05/44] drm/amdgpu/vcn4.0.5: 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 05/44] drm/amdgpu/vcn4.0.5: 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_v4_0_5.c | 438 1 file changed, 216 insertions(+), 222 deletions