mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 00:02:19 -04:00
drm/radeon: disable compute rings on cayman for now
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>
This commit is contained in:
committed by
Dave Airlie
parent
47492a23a1
commit
d6d2730c71
@@ -1234,8 +1234,8 @@ int cayman_cp_resume(struct radeon_device *rdev)
|
||||
/* 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) {
|
||||
|
||||
Reference in New Issue
Block a user