Revert "drm/amd/powerplay: workaround issue that when uvd dpm disabled,"
authorRex Zhu <Rex.Zhu@amd.com>
Wed, 20 Jul 2016 10:40:09 +0000 (18:40 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Jul 2016 18:36:59 +0000 (14:36 -0400)
This reverts commit <2ded8c7f04825bc5cde2624f6aa83f1ff62672c0>

As we enabled bypass mode for uvd on polaris10 when clockgating.
so no need to set uvd clock manually.

Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Christian König<christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c

index a46a64c125d1f2200727b7aa0e886c8b0aae0abb..b1bbe50f93e1a2c4aed439d4ca0dcf485ecd798b 100644 (file)
@@ -1106,10 +1106,6 @@ static void amdgpu_uvd_idle_work_handler(struct work_struct *work)
        if (fences == 0 && handles == 0) {
                if (adev->pm.dpm_enabled) {
                        amdgpu_dpm_enable_uvd(adev, false);
-                       /* just work around for uvd clock remain high even
-                        * when uvd dpm disabled on Polaris10 */
-                       if (adev->asic_type == CHIP_POLARIS10)
-                               amdgpu_asic_set_uvd_clocks(adev, 0, 0);
                } else {
                        amdgpu_asic_set_uvd_clocks(adev, 0, 0);
                }
This page took 0.025111 seconds and 5 git commands to generate.