Skip to content

Commit

Permalink
drm/amdgpu/powerplay/vega10: fix compute profile name
Browse files Browse the repository at this point in the history
COMPUTER -> COMPUTE

Reviewed-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Alex Deucher committed Feb 19, 2018
1 parent d0b3c71 commit 04f618e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 04f618e

Please sign in to comment.