P4 to Git Change 2001943 by gandryey@gera-win10 on 2019/09/20 17:49:31
SWDEV-86035 - Switch GPUOpen to the new interface 40
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbedefs#50 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#164 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#16 edit
[ROCm/clr commit: 90ac067aa5]
This commit is contained in:
@@ -224,7 +224,7 @@ void RgpCaptureMgr::WaitForDriverResume() {
|
||||
|
||||
assert(pDriverControlServer != nullptr);
|
||||
|
||||
pDriverControlServer->WaitForDriverResume();
|
||||
pDriverControlServer->DriverTick();
|
||||
}
|
||||
|
||||
// ================================================================================================
|
||||
@@ -682,7 +682,7 @@ void RgpCaptureMgr::PostDeviceCreate() {
|
||||
// whether or not the debug vmid has been acquired. External tools use this information to
|
||||
// decide when it's reasonable to make certain requests of the driver through protocol functions.
|
||||
if (pDriverControlServer->IsDriverInitialized() == false) {
|
||||
pDriverControlServer->FinishDriverInitialization();
|
||||
pDriverControlServer->FinishDeviceInit();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user