Allocate paged system memory as userptr

Change-Id: I0864e678681788df37eccd9d7ebc70086e1f93bf
Bu işleme şunda yer alıyor:
Felix Kuehling
2016-02-03 18:24:38 -05:00
ebeveyn 72b842a6dc
işleme a90abcb317
4 değiştirilmiş dosya ile 81 ekleme ve 27 silme
+1 -1
Dosyayı Görüntüle
@@ -78,7 +78,7 @@ bool topology_is_dgpu(uint16_t device_id);
HSAuint32 PageSizeFromFlags(unsigned int pageSizeFlags);
void* allocate_exec_aligned_memory_gpu(uint32_t size, uint32_t align,
uint32_t NodeId);
uint32_t NodeId, bool NonPaged);
void free_exec_aligned_memory_gpu(void *addr, uint32_t size, uint32_t align);
HSAKMT_STATUS init_process_doorbells(unsigned int NumNodes);
void destroy_process_doorbells(void);