[PATCH] drm/amdgpu/powerplay/vega10: fix compute profile name
Zhu, Rex
Rex.Zhu at amd.com
Mon Jan 22 07:02:15 UTC 2018
Thanks, Alex.
Reviewed-by: Rex Zhu <Rex.Zhu at amd.com>
Best Regards
Rex
-----Original Message-----
From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf Of Alex Deucher
Sent: Saturday, January 20, 2018 1:14 AM
To: amd-gfx at lists.freedesktop.org
Cc: Deucher, Alexander
Subject: [PATCH] drm/amdgpu/powerplay/vega10: fix compute profile name
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
_______________________________________________
amd-gfx mailing list
amd-gfx at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list