aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/inc
diff options
context:
space:
mode:
authorAaron Liu <aaron.liu@amd.com>2021-01-07 09:13:35 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-06-04 16:03:13 -0400
commite44510e24e12ff3d02be4445d8c5a9e2d7699c17 (patch)
treebb24ab0e67832da2c756a2a61a32ab94b693f829 /drivers/gpu/drm/amd/pm/inc
parentdrm/amdgpu/pm: set_pp_feature is unsupport for yellow carp (diff)
downloadlinux-dev-e44510e24e12ff3d02be4445d8c5a9e2d7699c17.tar.xz
linux-dev-e44510e24e12ff3d02be4445d8c5a9e2d7699c17.zip
drm/amdgpu/pm: add set_driver_table_location implementation for yellow carp
This patch adds set_driver_table_location implementation for yellow carp. Signed-off-by: Aaron Liu <aaron.liu@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/inc')
-rw-r--r--drivers/gpu/drm/amd/pm/inc/smu_v13_0_1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/pm/inc/smu_v13_0_1.h b/drivers/gpu/drm/amd/pm/inc/smu_v13_0_1.h
index b2e9258dc06c..9339c39c78fe 100644
--- a/drivers/gpu/drm/amd/pm/inc/smu_v13_0_1.h
+++ b/drivers/gpu/drm/amd/pm/inc/smu_v13_0_1.h
@@ -48,5 +48,6 @@ int smu_v13_0_1_fini_smc_tables(struct smu_context *smu);
int smu_v13_0_1_set_default_dpm_tables(struct smu_context *smu);
+int smu_v13_0_1_set_driver_table_location(struct smu_context *smu);
#endif
#endif