[PATCH 02/32] drm/amd/pm: power up or down vcn by instance

2024-10-17 Thread boyuan.zhang
From: Boyuan Zhang For smu ip with multiple vcn instances (smu 11/13/14), remove all the for loop in dpm_set_vcn_enable() functions. And use the instance argument to power up/down vcn for the given instance only, instead of powering up/down for all vcn instances. v2: remove all duplicated functi

Re: [PATCH 02/32] drm/amd/pm: power up or down vcn by instance

2024-10-09 Thread Christian König
Am 08.10.24 um 23:15 schrieb boyuan.zh...@amd.com: From: Boyuan Zhang For smu ip with multiple vcn instances (smu 11/13/14), remove all the for loop in dpm_set_vcn_enable() functions. And use the instance argument to power up/down vcn for the given instance only, instead of powering up/down

[PATCH 02/32] drm/amd/pm: power up or down vcn by instance

2024-10-08 Thread boyuan.zhang
From: Boyuan Zhang For smu ip with multiple vcn instances (smu 11/13/14), remove all the for loop in dpm_set_vcn_enable() functions. And use the instance argument to power up/down vcn for the given instance only, instead of powering up/down for all vcn instances. v2: remove all duplicated functi