summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
diff options
context:
space:
mode:
authorEvan Quan <evan.quan@amd.com>2020-08-18 17:10:48 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-10-15 12:21:00 -0400
commit3e66275e0946c1c11b1f130e3e82b41733276022 (patch)
tree2f883832a1ccbf45e68fabbad7fbc938b694c58d /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
parentf1213b15976881db82d1dcb36e19646d09b0220f (diff)
downloadlinux-3e66275e0946c1c11b1f130e3e82b41733276022.tar.bz2
drm/amdgpu: add interface for setting MGCG perfmon
Enable Navi1X MGCG perfmon setting. 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/amdgpu/amdgpu_gfx.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
index 258498cbf1eb..190753930b11 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
@@ -218,6 +218,7 @@ struct amdgpu_gfx_funcs {
void (*reset_ras_error_count) (struct amdgpu_device *adev);
void (*init_spm_golden)(struct amdgpu_device *adev);
void (*query_ras_error_status) (struct amdgpu_device *adev);
+ void (*update_perfmon_mgcg)(struct amdgpu_device *adev, bool enable);
};
struct sq_work {