P4 to Git Change 1105053 by gandryey@gera-dev-w7 on 2014/12/12 15:44:58

ECR #304775 - Don't disable second SDMA if configuration has just 1 compute ring.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#343 edit
This commit is contained in:
foreman
2014-12-12 15:54:12 -05:00
parent 674da4560d
commit 661353d3d4
+1 -1
View File
@@ -496,7 +496,7 @@ VirtualGPU::create(
engineMask = dev().engines().getMask((gslEngineID)(GSL_ENGINEID_COMPUTE0 + idx));
if (dev().canDMA()) {
if (idx & 0x1) {
if (index() & 0x1) {
engineMask |= dev().engines().getMask(GSL_ENGINEID_DRMDMA0);
}
else {