提交 d6d2730c 编写于 作者: C Christian König 提交者: Dave Airlie

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: NChristian König <deathsimple@vodafone.de>
Reviewed-by: NJerome Glisse <jglisse@redhat.com>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 47492a23
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册