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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user