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:
Compute-Runtime-Validation
2024-03-14 14:04:40 +01:00
committed by Compute-Runtime-Automation
parent 833fa6bce1
commit ef7dbc99f1
9 changed files with 14 additions and 25 deletions

View File

@@ -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());