Disable the additional compute rings on cayman
until their setup is fully implemented.
Signed-off-by: Christian König <deathsimple@vodafone.de>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
        /* start the rings */
        cayman_cp_start(rdev);
        rdev->cp[RADEON_RING_TYPE_GFX_INDEX].ready = true;
-       rdev->cp[CAYMAN_RING_TYPE_CP1_INDEX].ready = true;
-       rdev->cp[CAYMAN_RING_TYPE_CP2_INDEX].ready = true;
+       rdev->cp[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
+       rdev->cp[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
        /* this only test cp0 */
        r = radeon_ring_test(rdev, &rdev->cp[RADEON_RING_TYPE_GFX_INDEX]);
        if (r) {