libhsakmt: update HsaPointerInfo for address-only allocated VRAM.
Signed-off-by: Xiaogang Chen<Xiaogang.Chen@amd.com>
Change-Id: Ib88b34dff772997d2b2e5f3c7e333cef3092ef56
[ROCm/ROCR-Runtime commit: 11ac57d293]
This commit is contained in:
committed by
Xiaogang Chen
parent
a7ccb14b9c
commit
038916c727
@@ -1303,8 +1303,9 @@ typedef enum _HSA_POINTER_TYPE {
|
||||
HSA_POINTER_ALLOCATED = 1, // Allocated with hsaKmtAllocMemory (except scratch)
|
||||
HSA_POINTER_REGISTERED_USER = 2, // Registered user pointer
|
||||
HSA_POINTER_REGISTERED_GRAPHICS = 3, // Registered graphics buffer
|
||||
HSA_POINTER_REGISTERED_SHARED = 4 // Registered shared buffer (IPC)
|
||||
HSA_POINTER_REGISTERED_SHARED = 4, // Registered shared buffer (IPC)
|
||||
// (hsaKmtRegisterGraphicsToNodes)
|
||||
HSA_POINTER_RESERVED_ADDR = 5 // address-only reservation VA
|
||||
} HSA_POINTER_TYPE;
|
||||
|
||||
typedef struct _HsaPointerInfo {
|
||||
|
||||
Reference in New Issue
Block a user