Re: [Mesa-dev] [PATCH 2/3] r600g/compute: Use the GFX ring for compute

2013-04-28 Thread Christian König
Am 26.04.2013 19:21, schrieb Tom Stellard: From: Tom Stellard Only Cayman has a separate compute ring, but it has some hw bugs, so to be safe we will stick with the GFX. The other two patches look good, but this one is a NAK. The fact that the Cayman compute rings are buggy should be handled

[Mesa-dev] [PATCH 2/3] r600g/compute: Use the GFX ring for compute

2013-04-26 Thread Tom Stellard
From: Tom Stellard Only Cayman has a separate compute ring, but it has some hw bugs, so to be safe we will stick with the GFX. --- src/gallium/drivers/r600/evergreen_compute.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/evergreen_compute.c b/s