]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amdgpu/powerplay/vega10: fix compute profile name
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 19 Jan 2018 17:08:15 +0000 (12:08 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:18:15 +0000 (14:18 -0500)
COMPUTER -> COMPUTE

Reviewed-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c

index 762650dd4f08b662756261fe5b8f402617dffb33..308dc8fd131e59cdb4a19f64137507dfc5bf4474 100644 (file)
@@ -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",