summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si_dpm.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-10-07 12:38:04 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-10-25 14:38:41 -0400
commit825cc9974d15c0dee8e735c7abf975b576fadf6a (patch)
tree5127bcad6dc9c6a5fcd6628a6d274fb0b9ec293a /drivers/gpu/drm/amd/amdgpu/si_dpm.c
parent230cf1ba7274413659d3ff94be6862c26f7dd7a9 (diff)
downloadop-kernel-dev-825cc9974d15c0dee8e735c7abf975b576fadf6a.zip
op-kernel-dev-825cc9974d15c0dee8e735c7abf975b576fadf6a.tar.gz
drm/amdgpu/dpm: add an implementation for get_vce_clock_state (v2)
Used by the non-powerplay dpm code. v2: update to the new API Reviewed-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dpm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_dpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
index dbfecc2..38b4b97 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@ -7991,6 +7991,7 @@ static const struct amdgpu_dpm_funcs si_dpm_funcs = {
.get_fan_control_mode = &si_dpm_get_fan_control_mode,
.set_fan_speed_percent = &si_dpm_set_fan_speed_percent,
.get_fan_speed_percent = &si_dpm_get_fan_speed_percent,
+ .get_vce_clock_state = amdgpu_get_vce_clock_state,
};
static void si_dpm_set_dpm_funcs(struct amdgpu_device *adev)
OpenPOWER on IntegriCloud