From: Alex Deucher Date: Fri, 19 Jan 2018 17:08:15 +0000 (-0500) Subject: drm/amdgpu/powerplay/vega10: fix compute profile name X-Git-Tag: v4.17-rc1~185^2~22^2~221 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=04f618eb3b81ac20daea791766e9f4cb71f1f32b;p=linux.git drm/amdgpu/powerplay/vega10: fix compute profile name COMPUTER -> COMPUTE Reviewed-by: Rex Zhu Signed-off-by: Alex Deucher --- 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",