mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Enable early pin on direct submission
Resolves: NEO-5112 Change-Id: I79398dda9de3584d327e9448dd57e9a3ed37b377 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
a0531c17b4
commit
d1a9174204
@@ -106,7 +106,7 @@ class DrmMemoryManager : public MemoryManager {
|
||||
std::vector<void *> memoryForPinBBs;
|
||||
size_t pinThreshold = 8 * 1024 * 1024;
|
||||
bool forcePinEnabled = false;
|
||||
bool validateHostPtrMemory;
|
||||
const bool validateHostPtrMemory;
|
||||
std::unique_ptr<DrmGemCloseWorker> gemCloseWorker;
|
||||
decltype(&mmap) mmapFunction = mmap;
|
||||
decltype(&munmap) munmapFunction = munmap;
|
||||
|
||||
Reference in New Issue
Block a user