Searched refs:max_allocation (Results 1 – 5 of 5) sorted by relevance
/third_party/libdrm/amdgpu/ |
D | amdgpu_gpu_info.c | 265 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size; in amdgpu_query_heap_info() 280 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size; in amdgpu_query_heap_info()
|
D | amdgpu.h | 421 uint64_t max_allocation; member
|
/third_party/libdrm/include/drm/ |
D | amdgpu_drm.h | 955 __u64 max_allocation; member
|
/third_party/mesa3d/include/drm-uapi/ |
D | amdgpu_drm.h | 963 __u64 max_allocation; member
|
/third_party/libdrm/tests/amdgpu/ |
D | basic_tests.c | 1068 r = amdgpu_bo_alloc_wrap(device_handle, vram_info.max_allocation, 4096, in amdgpu_bo_eviction_test() 1071 r = amdgpu_bo_alloc_wrap(device_handle, vram_info.max_allocation, 4096, in amdgpu_bo_eviction_test() 1079 r = amdgpu_bo_alloc_wrap(device_handle, gtt_info.max_allocation, 4096, in amdgpu_bo_eviction_test() 1082 r = amdgpu_bo_alloc_wrap(device_handle, gtt_info.max_allocation, 4096, in amdgpu_bo_eviction_test()
|