mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 17:29:14 +08:00
Revert "fix: don't use fake userptr flag in ioctl helper xe"
This reverts commit 98824fdaf6.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
833fa6bce1
commit
ef7dbc99f1
@@ -120,7 +120,6 @@ bool BufferObject::close() {
|
||||
|
||||
GemClose close{};
|
||||
close.handle = this->handle.getBoHandle();
|
||||
close.userptr = this->userptr;
|
||||
|
||||
PRINT_DEBUG_STRING(debugManager.flags.PrintBOCreateDestroyResult.get(), stdout, "Calling gem close on handle: BO-%d\n", this->handle.getBoHandle());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user