summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/inc
diff options
context:
space:
mode:
authorKenneth Feng <kenneth.feng@amd.com>2021-03-05 16:41:45 -0500
committerAlex Deucher <alexander.deucher@amd.com>2021-03-23 23:00:28 -0400
commitbea9cd3f8de535ccdb25fd29b0404038f6d63701 (patch)
tree31e25bf0ce9c767bdc97f5e0d4eb35c1ece08547 /drivers/gpu/drm/amd/pm/inc
parentd86fd724e59af96ae5ab6630f4f07a076e9b80cd (diff)
downloadlinux-bea9cd3f8de535ccdb25fd29b0404038f6d63701.tar.bz2
drm/amd/pm: add new data in metrics table
Export new data in the metrics table for gfx and memory utilization counter, and each hbm temperature as well. v2: change the metrics table version to v1.1 v3: fix the coding style v4: rebase against latest kernel Signed-off-by: Kenneth Feng <kenneth.feng@amd.com> Reviewed-by: Kevin Wang <kevin1.wang@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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/pm/inc/smu_v13_0.h b/drivers/gpu/drm/amd/pm/inc/smu_v13_0.h
index ef9dad9a51ff..80208e1eefc9 100644
--- a/drivers/gpu/drm/amd/pm/inc/smu_v13_0.h
+++ b/drivers/gpu/drm/amd/pm/inc/smu_v13_0.h
@@ -265,8 +265,6 @@ int smu_v13_0_get_current_pcie_link_speed_level(struct smu_context *smu);
int smu_v13_0_get_current_pcie_link_speed(struct smu_context *smu);
-void smu_v13_0_init_gpu_metrics_v1_0(struct gpu_metrics_v1_0 *gpu_metrics);
-
int smu_v13_0_gfx_ulv_control(struct smu_context *smu,
bool enablement);