Searched refs:max_allocation (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_bo_helper.h | 95 uint64_t *max_allocation);
|
| H A D | amdgpu_bo_helper.c | 361 uint64_t *max_allocation) 370 *max_allocation = 0; 373 *max_allocation = heap_info.max_allocation; 358 amdgpu_query_heap_size(amdgpu_device_handle pDev,uint32_t heap,uint64_t * heap_size,uint64_t * max_allocation) argument
|
| H A D | amdgpu_kms.c | 1557 uint64_t max_allocation = 0; local in function:AMDGPUPreInit_KMS 1709 &heap_size, &max_allocation); 1712 &heap_size, &max_allocation); 1713 info->vram_size = max_allocation; 1719 (unsigned long long)max_allocation);
|
| /xsrc/external/mit/libdrm/dist/amdgpu/ |
| H A D | amdgpu_gpu_info.c | 265 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size; 280 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size;
|
| H A D | amdgpu.h | 430 uint64_t max_allocation; member in struct:amdgpu_heap_info
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | amdgpu_drm.h | 1051 __u64 max_allocation; member in struct:drm_amdgpu_heap_info
|
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | basic_tests.c | 1082 r = amdgpu_bo_alloc_wrap(device_handle, vram_info.max_allocation, 4096, 1085 r = amdgpu_bo_alloc_wrap(device_handle, vram_info.max_allocation, 4096, 1093 r = amdgpu_bo_alloc_wrap(device_handle, gtt_info.max_allocation, 4096, 1096 r = amdgpu_bo_alloc_wrap(device_handle, gtt_info.max_allocation, 4096,
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | amdgpu_drm.h | 941 __u64 max_allocation; member in struct:drm_amdgpu_heap_info
|
Completed in 17 milliseconds