]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/amdgpu: add polaris12 to virtual dce handling
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 3 Mar 2017 17:57:37 +0000 (12:57 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:53:30 +0000 (23:53 -0400)
Was missed when polaris12 support was added.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_virtual.c

index e9a176891e13319d77e10b643a44b9e893e562ac..1538fd119c9e4fe70b37feaa6b30e094b09328bc 100644 (file)
@@ -122,8 +122,9 @@ static void dce_virtual_stop_mc_access(struct amdgpu_device *adev,
                break;
        case CHIP_CARRIZO:
        case CHIP_STONEY:
-       case CHIP_POLARIS11:
        case CHIP_POLARIS10:
+       case CHIP_POLARIS11:
+       case CHIP_POLARIS12:
                dce_v11_0_disable_dce(adev);
                break;
        case CHIP_TOPAZ: