mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Revert "Propagate exec buffer error to L0 API level"
This reverts commit 9a95f3c62d.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
945897cf55
commit
71149b29c5
@@ -193,7 +193,7 @@ int DrmMock::ioctl(DrmIoctl request, void *arg) {
|
||||
for (uint32_t i = 0; i < execbuf->getBufferCount(); i++) {
|
||||
this->receivedBos.push_back(execObjects[i]);
|
||||
}
|
||||
return execBufferResult;
|
||||
return 0;
|
||||
}
|
||||
if (request == DrmIoctl::GemUserptr) {
|
||||
ioctlCount.gemUserptr++;
|
||||
|
||||
Reference in New Issue
Block a user