ソースを参照

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

COMPUTER -> COMPUTE

Reviewed-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Alex Deucher 7 年 前
コミット
04f618eb3b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c

+ 1 - 1
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",