diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2018-01-19 12:08:15 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-02-19 14:18:15 -0500 |
commit | 04f618eb3b81ac20daea791766e9f4cb71f1f32b (patch) | |
tree | 4402977913825b69f72401b1d2fa81df984ec39c /drivers | |
parent | d0b3c710cf987aa6b9ac851d2b41ed6c094e2003 (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')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 2 |
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", |