Re: [PATCH 01/18] drm/amd/pm: add new vcn enable function pointer

2024-10-04 Thread Boyuan Zhang
On 2024-10-02 13:10, Alex Deucher wrote: On Wed, Oct 2, 2024 at 12:38 AM wrote: From: Boyuan Zhang The new function dpm_set_vcn_enable_instance() will be used to enable or disable vcn engine dynamic power for the given vcn instance. The original function dpm_set_vcn_enable() will still be

Re: [PATCH 01/18] drm/amd/pm: add new vcn enable function pointer

2024-10-02 Thread Alex Deucher
On Wed, Oct 2, 2024 at 12:38 AM wrote: > > From: Boyuan Zhang > > The new function dpm_set_vcn_enable_instance() will be used to enable > or disable vcn engine dynamic power for the given vcn instance. > > The original function dpm_set_vcn_enable() will still be used to enable > or disable vcn en

[PATCH 01/18] drm/amd/pm: add new vcn enable function pointer

2024-10-01 Thread boyuan.zhang
From: Boyuan Zhang The new function dpm_set_vcn_enable_instance() will be used to enable or disable vcn engine dynamic power for the given vcn instance. The original function dpm_set_vcn_enable() will still be used to enable or disable vcn engine dynamic power for all vcn instances as before. S