aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include
diff options
context:
space:
mode:
authorEvan Quan <evan.quan@amd.com>2018-09-27 13:43:16 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-10-09 16:59:56 -0500
commitb55c9e7a11f9993328a46b43f3c9e4ca1962c352 (patch)
treea3fca7ef5b30468bbc18e09bae1424e51b7f7a9c /drivers/gpu/drm/amd/include
parentdrm/amdgpu: added AMD GPU instance counting V2 (diff)
downloadlinux-dev-b55c9e7a11f9993328a46b43f3c9e4ca1962c352.tar.xz
linux-dev-b55c9e7a11f9993328a46b43f3c9e4ca1962c352.zip
drm/amd/powerplay: helper interfaces for MGPU fan boost feature
MGPU fan boost feature is enabled only when two or more dGPUs in the system. Signed-off-by: Evan Quan <evan.quan@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/include')
-rw-r--r--drivers/gpu/drm/amd/include/kgd_pp_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/kgd_pp_interface.h b/drivers/gpu/drm/amd/include/kgd_pp_interface.h
index bd7404532029..8593850920d6 100644
--- a/drivers/gpu/drm/amd/include/kgd_pp_interface.h
+++ b/drivers/gpu/drm/amd/include/kgd_pp_interface.h
@@ -272,6 +272,7 @@ struct amd_pm_funcs {
int (*get_display_mode_validation_clocks)(void *handle,
struct amd_pp_simple_clock_info *clocks);
int (*notify_smu_enable_pwe)(void *handle);
+ int (*enable_mgpu_fan_boost)(void *handle);
};
#endif