diff options
author | Boyuan Zhang <boyuan.zhang@amd.com> | 2024-10-02 21:59:33 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-12-10 10:26:47 -0500 |
commit | 15df736afe009856a40baf93df3fd10f4a32a88b (patch) | |
tree | 8f8df224f2d53fbd182cc06332fae5333f2ebf55 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | 8aaf166703751ffd9a9fbc4d8b996f538b278983 (diff) | |
download | linux-15df736afe009856a40baf93df3fd10f4a32a88b.tar.gz linux-15df736afe009856a40baf93df3fd10f4a32a88b.tar.bz2 linux-15df736afe009856a40baf93df3fd10f4a32a88b.zip |
drm/amd/pm: add inst to smu_dpm_set_vcn_enable
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() will check and set the
gating status for the given vcn instance ONLY.
v2: remove duplicated functions.
remove for-loop in dpm_set_vcn_enable(), and temporarily move it to
to smu_dpm_set_power_gate(), in order to keep the exact same logic as
before, until further separation in next patch.
v3: add instance number in error message.
v4: declaring i at the top of the function.
Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions