summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2018-01-19 12:08:15 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:18:15 -0500
commit04f618eb3b81ac20daea791766e9f4cb71f1f32b (patch)
tree4402977913825b69f72401b1d2fa81df984ec39c /drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
parentd0b3c710cf987aa6b9ac851d2b41ed6c094e2003 (diff)
drm/amdgpu/powerplay/vega10: fix compute profile name
COMPUTER -> COMPUTE Reviewed-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c')
-rw-r--r--drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
index 762650dd4f08..308dc8fd131e 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
@@ -5040,7 +5040,7 @@ static int vega10_get_power_profile_mode(struct pp_hwmgr *hwmgr, char *buf)
"POWER_SAVING",
"VIDEO",
"VR",
- "COMPUTER",
+ "COMPUTE",
"CUSTOM"};
static const char *title[6] = {"NUM",
"MODE_NAME",