[PATCH 14/29] drm/amdgpu: power vcn 4_0 by instance

2024-10-29 Thread boyuan.zhang
From: Boyuan Zhang For vcn 4_0, add ip_block for each vcn instance during discovery stage. And only powering on/off one of the vcn instance using the instance value stored in ip_block, instead of powering on/off all vcn instances. Modify the existing functions to use the instance value in ip_blo

Re: [PATCH 14/29] drm/amdgpu: power vcn 4_0 by instance

2024-10-28 Thread Alex Deucher
On Thu, Oct 24, 2024 at 10:36 PM wrote: > > From: Boyuan Zhang > > For vcn 4_0, add ip_block for each vcn instance during discovery stage. > > And only powering on/off one of the vcn instance using the > instance value stored in ip_block, instead of powering on/off all > vcn instances. Modify the

[PATCH 14/29] drm/amdgpu: power vcn 4_0 by instance

2024-10-24 Thread boyuan.zhang
From: Boyuan Zhang For vcn 4_0, add ip_block for each vcn instance during discovery stage. And only powering on/off one of the vcn instance using the instance value stored in ip_block, instead of powering on/off all vcn instances. Modify the existing functions to use the instance value in ip_blo