Mapping public VRAM BO to cpu

Change-Id: I2ff62ff0784f8ce556ad80739a177b90d866f1b4
Signed-off-by: Ben Goz <ben.goz@amd.com>
このコミットが含まれているのは:
Ben Goz
2016-02-17 17:52:25 +02:00
コミット 3f02a3cf0b
3個のファイルの変更29行の追加11行の削除
+1 -1
ファイルの表示
@@ -50,7 +50,7 @@ void fmm_destroy_process_apertures(void);
* Memory interface
*/
void* fmm_allocate_scratch(uint32_t gpu_id, uint64_t MemorySizeInBytes);
void* fmm_allocate_device(uint32_t gpu_id, uint64_t MemorySizeInBytes);
void* fmm_allocate_device(uint32_t gpu_id, uint64_t MemorySizeInBytes, HsaMemFlags flags);
void* fmm_allocate_host(uint64_t MemorySizeInBytes, HsaMemFlags flags);
void* fmm_open_graphic_handle(uint32_t gpu_id,
int32_t graphic_device_handle,