Re: [PATCH 10/44] drm/amdgpu/vcn: move more instanced data to vcn_instance

2025-02-05 Thread Alex Deucher
On Tue, Feb 4, 2025 at 10:42 PM Boyuan Zhang wrote: > > > On 2025-01-31 11:57, Alex Deucher wrote: > > Move more per instance data into the per instance structure. > > > > v2: index instances directly on vcn1.0 and 2.0 to make > > it clear that they only support a single instance (Lijo) > > > > Si

Re: [PATCH 10/44] drm/amdgpu/vcn: move more instanced data to vcn_instance

2025-02-04 Thread Boyuan Zhang
On 2025-01-31 11:57, Alex Deucher wrote: Move more per instance data into the per instance structure. v2: index instances directly on vcn1.0 and 2.0 to make it clear that they only support a single instance (Lijo) Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c |

[PATCH 10/44] drm/amdgpu/vcn: move more instanced data to vcn_instance

2025-01-31 Thread Alex Deucher
Move more per instance data into the per instance structure. v2: index instances directly on vcn1.0 and 2.0 to make it clear that they only support a single instance (Lijo) Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c