mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 10:11:52 -04:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user