]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/amd/amdgpu: Enable carrizo VCE PG
authorTom St Denis <tom.stdenis@amd.com>
Thu, 28 Jul 2016 13:36:26 +0000 (09:36 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Aug 2016 15:32:46 +0000 (11:32 -0400)
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vi.c

index 008817174365936d5ae8060046ac43cf8b816331..66aa1eee6325751a0547ff218eac0c459245cce5 100644 (file)
@@ -1255,7 +1255,8 @@ static int vi_common_early_init(void *handle)
                        adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG |
                                AMD_PG_SUPPORT_GFX_SMG |
                                AMD_PG_SUPPORT_GFX_PIPELINE |
-                               AMD_PG_SUPPORT_UVD;
+                               AMD_PG_SUPPORT_UVD |
+                               AMD_PG_SUPPORT_VCE;
                }
                adev->external_rev_id = adev->rev_id + 0x1;
                break;