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>
This commit is contained in:
parent
d0b3c710cf
commit
04f618eb3b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue