Blob Blame History Raw
From: Alex Deucher <alexander.deucher@amd.com>
Date: Fri, 19 Jan 2018 12:08:15 -0500
Subject: drm/amdgpu/powerplay/vega10: fix compute profile name
Git-commit: 04f618eb3b81ac20daea791766e9f4cb71f1f32b
Patch-mainline: v4.17-rc1
References: FATE#326289 FATE#326079 FATE#326049 FATE#322398 FATE#326166

COMPUTER -> COMPUTE

Reviewed-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Petr Tesarik <ptesarik@suse.com>
---
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
@@ -5043,7 +5043,7 @@ static int vega10_get_power_profile_mode
 					"POWER_SAVING",
 					"VIDEO",
 					"VR",
-					"COMPUTER",
+					"COMPUTE",
 					"CUSTOM"};
 	static const char *title[6] = {"NUM",
 			"MODE_NAME",