Re: [PATCH 14/44] drm/amdgpu/vcn2.0: convert internal functions to use vcn_inst

2025-02-05 Thread Boyuan Zhang
On 2025-01-31 11:57, Alex Deucher wrote: Pass the vcn instance structure to these functions rather than adev and the instance number. TODO: clean up the function internals to use the vinst state directly rather than accessing it indirectly via adev->vcn.inst[]. v2: index instances directly on

[PATCH 14/44] drm/amdgpu/vcn2.0: convert internal functions to use vcn_inst

2025-01-31 Thread Alex Deucher
Pass the vcn instance structure to these functions rather than adev and the instance number. TODO: clean up the function internals to use the vinst state directly rather than accessing it indirectly via adev->vcn.inst[]. v2: index instances directly on vcn1.0 and 2.0 to make it clear that they on