mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Remove redundant code.
Change-Id: Ia037d05484d3ee70e5f915346884fde9eb7df180 Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
42e255969a
commit
4f0c58003c
@@ -62,7 +62,7 @@ class DrmMemoryManager : public MemoryManager {
|
||||
BufferObject *createSharedBufferObject(int boHandle, size_t size, bool requireSpecificBitness);
|
||||
void eraseSharedBufferObject(BufferObject *bo);
|
||||
void pushSharedBufferObject(BufferObject *bo);
|
||||
BufferObject *allocUserptr(uintptr_t address, size_t size, uint64_t flags, bool softpin);
|
||||
BufferObject *allocUserptr(uintptr_t address, size_t size, uint64_t flags);
|
||||
bool setDomainCpu(GraphicsAllocation &graphicsAllocation, bool writeEnable);
|
||||
uint64_t acquireGpuRange(size_t &size, StorageAllocatorType &allocType, bool requireSpecificBitness);
|
||||
void releaseGpuRange(void *address, size_t unmapSize, StorageAllocatorType allocatorType);
|
||||
|
||||
Reference in New Issue
Block a user