mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
fix(debugger): require immediate binding for Module's allocations
- all bos from Module must have requireImmediateBinding flag set - this change fixes hang in debugger - where MODULE LOAD event was not sent Resolves: NEO-8121 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
25482ebff1
commit
6205cca038
@@ -349,6 +349,7 @@ void DrmAllocation::linkWithRegisteredHandle(uint32_t handle) {
|
||||
for (auto bo : bos) {
|
||||
if (bo) {
|
||||
bo->addBindExtHandle(handle);
|
||||
bo->requireImmediateBinding(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user