Commit 04f618eb authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/powerplay/vega10: fix compute profile name



COMPUTER -> COMPUTE

Reviewed-by: default avatarRex Zhu <Rex.Zhu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d0b3c710
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",