mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Fix naming convention in host ptr defines
Change-Id: I9f0d5790031b5067b92159b078768e560990b9c6 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
4457d56ba7
commit
7ec8e6a3f2
@@ -157,7 +157,7 @@ int BufferObject::exec(uint32_t used, size_t startOffset, unsigned int flags, bo
|
||||
|
||||
int BufferObject::pin(BufferObject *boToPin[], size_t numberOfBos) {
|
||||
drm_i915_gem_execbuffer2 execbuf = {};
|
||||
StackVec<drm_i915_gem_exec_object2, max_fragments_count + 1> execObject;
|
||||
StackVec<drm_i915_gem_exec_object2, maxFragmentsCount + 1> execObject;
|
||||
|
||||
reinterpret_cast<uint32_t *>(this->address)[0] = 0x05000000;
|
||||
reinterpret_cast<uint32_t *>(this->address)[1] = 0x00000000;
|
||||
|
||||
Reference in New Issue
Block a user