Searched refs:max_allocation (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_bo_helper.h95 uint64_t *max_allocation);
H A Damdgpu_bo_helper.c361 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 Damdgpu_kms.c1557 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 Damdgpu_gpu_info.c265 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size;
280 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size;
H A Damdgpu.h430 uint64_t max_allocation; member in struct:amdgpu_heap_info
/xsrc/external/mit/libdrm/dist/include/drm/
H A Damdgpu_drm.h1051 __u64 max_allocation; member in struct:drm_amdgpu_heap_info
/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dbasic_tests.c1082 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 Damdgpu_drm.h941 __u64 max_allocation; member in struct:drm_amdgpu_heap_info

Completed in 17 milliseconds