drm/amdgpu: disable uvd and vce clockgating on Fiji
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Feb 2016 23:22:24 +0000 (18:22 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Feb 2016 18:49:51 +0000 (13:49 -0500)
Doesn't work properly yet.

Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Sonny Jiang <sonny.jiang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vi.c

index d94c625575b94e590c41dad4a6a4bc4e6116884b..89f5a1ff6f43aba335945d4f7a2643c0310623f8 100644 (file)
@@ -1443,8 +1443,7 @@ static int vi_common_early_init(void *handle)
                break;
        case CHIP_FIJI:
                adev->has_uvd = true;
-               adev->cg_flags = AMDGPU_CG_SUPPORT_UVD_MGCG |
-                               AMDGPU_CG_SUPPORT_VCE_MGCG;
+               adev->cg_flags = 0;
                adev->pg_flags = 0;
                adev->external_rev_id = adev->rev_id + 0x3c;
                break;
This page took 0.035377 seconds and 5 git commands to generate.