mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
Change the signature of MemoryManager::createGraphicsAllocation.
Change-Id: Ia82235ff2831fd5b3436d488a5946bb49d63ce91
This commit is contained in:
@@ -140,7 +140,7 @@ int BufferObject::exec(uint32_t used, size_t startOffset, unsigned int flags, bo
|
||||
return ret;
|
||||
}
|
||||
|
||||
int BufferObject::pin(BufferObject *boToPin[], size_t numberOfBos, uint32_t drmContextId) {
|
||||
int BufferObject::pin(BufferObject *const boToPin[], size_t numberOfBos, uint32_t drmContextId) {
|
||||
drm_i915_gem_execbuffer2 execbuf = {};
|
||||
StackVec<drm_i915_gem_exec_object2, maxFragmentsCount + 1> execObject;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user