mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
refactor: reorder members to reduce internal padding in structs
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9b715c3ffc
commit
78a4a92b44
@@ -2306,7 +2306,7 @@ DrmAllocation *DrmMemoryManager::createAllocWithAlignment(const AllocationData &
|
||||
|
||||
bo.release();
|
||||
allocation->setDefaultGmm(gmm.release());
|
||||
allocation->isShareableHostMemory = true;
|
||||
allocation->setShareableHostMemory(true);
|
||||
allocation->storageInfo = allocationData.storageInfo;
|
||||
return allocation.release();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user