projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47492a2
)
drm/radeon: disable compute rings on cayman for now
author
Christian König
<
[email protected]
>
Thu, 20 Oct 2011 10:47:13 +0000
(12:47 +0200)
committer
Dave Airlie
<
[email protected]
>
Tue, 20 Dec 2011 19:50:48 +0000
(19:50 +0000)
Disable the additional compute rings on cayman
until their setup is fully implemented.
Signed-off-by: Christian König <
[email protected]
>
Reviewed-by: Jerome Glisse <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/gpu/drm/radeon/ni.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/ni.c
b/drivers/gpu/drm/radeon/ni.c
index 2d809e62c4c6e643eb55ec72ccd192af8395ad9a..7c953579a405c2e58766bdf44420a07374bd88c1 100644
(file)
--- a/
drivers/gpu/drm/radeon/ni.c
+++ b/
drivers/gpu/drm/radeon/ni.c
@@
-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 =
tru
e;
- rdev->cp[CAYMAN_RING_TYPE_CP2_INDEX].ready =
tru
e;
+ rdev->cp[CAYMAN_RING_TYPE_CP1_INDEX].ready =
fals
e;
+ rdev->cp[CAYMAN_RING_TYPE_CP2_INDEX].ready =
fals
e;
/* this only test cp0 */
r = radeon_ring_test(rdev, &rdev->cp[RADEON_RING_TYPE_GFX_INDEX]);
if (r) {