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>
This commit is contained in:
Alex Deucher 2018-01-19 12:08:15 -05:00
parent d0b3c710cf
commit 04f618eb3b
1 changed files with 1 additions and 1 deletions

View File

@ -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",