Thanks, Alex. Reviewed-by: Rex Zhu <[email protected]> Best Regards Rex -----Original Message----- From: amd-gfx [mailto:[email protected]] On Behalf Of Alex Deucher Sent: Saturday, January 20, 2018 1:14 AM To: [email protected] Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu/powerplay/vega10: fix compute profile name
COMPUTER -> COMPUTE Signed-off-by: Alex Deucher <[email protected]> --- 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
