]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/amdgpu: enable mmhub pg on raven
authorHawking Zhang <Hawking.Zhang@amd.com>
Mon, 19 Jun 2017 06:40:19 +0000 (14:40 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 Jun 2017 16:43:46 +0000 (12:43 -0400)
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/soc15.c

index 5fdb05a0c88a559b1acb925d08f8149773172077..a7341d88a32024728866e728c689cd946c1c099d 100644 (file)
@@ -625,7 +625,8 @@ static int soc15_common_early_init(void *handle)
                        AMD_CG_SUPPORT_MC_LS |
                        AMD_CG_SUPPORT_SDMA_MGCG |
                        AMD_CG_SUPPORT_SDMA_LS;
-               adev->pg_flags = AMD_PG_SUPPORT_SDMA;
+               adev->pg_flags = AMD_PG_SUPPORT_SDMA |
+                                AMD_PG_SUPPORT_MMHUB;
                adev->external_rev_id = 0x1;
                break;
        default: