Re: [PATCH 03/29] drm/amd/pm: add inst to smu_dpm_set_vcn_enable

2024-10-29 Thread Alex Deucher
On Tue, Oct 29, 2024 at 1:53 PM wrote: > > From: Boyuan Zhang > > First, add an instance parameter to smu_dpm_set_vcn_enable() function, > and calling dpm_set_vcn_enable() with this given instance. > > Second, modify vcn_gated to be an array, to track the gating status > for each vcn instance sep

Re: [PATCH 03/29] drm/amd/pm: add inst to smu_dpm_set_vcn_enable

2024-10-29 Thread Boyuan Zhang
On 2024-10-28 15:04, Alex Deucher wrote: On Thu, Oct 24, 2024 at 10:36 PM wrote: From: Boyuan Zhang First, add an instance parameter to smu_dpm_set_vcn_enable() function, and calling dpm_set_vcn_enable() with this given instance. Second, modify vcn_gated to be an array, to track the gating

[PATCH 03/29] drm/amd/pm: add inst to smu_dpm_set_vcn_enable

2024-10-29 Thread boyuan.zhang
From: Boyuan Zhang First, add an instance parameter to smu_dpm_set_vcn_enable() function, and calling dpm_set_vcn_enable() with this given instance. Second, modify vcn_gated to be an array, to track the gating status for each vcn instance separately. With these 2 changes, smu_dpm_set_vcn_enable

Re: [PATCH 03/29] drm/amd/pm: add inst to smu_dpm_set_vcn_enable

2024-10-28 Thread Alex Deucher
On Thu, Oct 24, 2024 at 10:36 PM wrote: > > From: Boyuan Zhang > > First, add an instance parameter to smu_dpm_set_vcn_enable() function, > and calling dpm_set_vcn_enable() with this given instance. > > Second, modify vcn_gated to be an array, to track the gating status > for each vcn instance se

[PATCH 03/29] drm/amd/pm: add inst to smu_dpm_set_vcn_enable

2024-10-24 Thread boyuan.zhang
From: Boyuan Zhang First, add an instance parameter to smu_dpm_set_vcn_enable() function, and calling dpm_set_vcn_enable() with this given instance. Second, modify vcn_gated to be an array, to track the gating status for each vcn instance separately. With these 2 changes, smu_dpm_set_vcn_enable