[PATCH] drm/amdgpu/powerplay/vega10: fix compute profile name
Alex Deucher
alexdeucher at gmail.com
Fri Jan 19 17:13:35 UTC 2018
COMPUTER -> COMPUTE
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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",
--
2.13.6
More information about the amd-gfx
mailing list