mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 01:40:19 +01:00
The AMDGPU_VA_RANGE_32_BIT flag is added to request VA range in the 32bit address space for amdgpu_va_range_alloc. The 32bit address space is reserved at initialization time, and managed with a separate VAMGR as part of the global VAMGR. And if no enough VA space available in range above 4GB, this reserved range can be used as fallback. v2: add comment for AMDGPU_VA_RANGE_32_BIT, and add vamgr to va_range v3: rebase to Emil's drm_private series v4: fix one warning Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> |
||
|---|---|---|
| .. | ||
| amdgpu-symbol-check | ||
| amdgpu.h | ||
| amdgpu_bo.c | ||
| amdgpu_cs.c | ||
| amdgpu_device.c | ||
| amdgpu_gpu_info.c | ||
| amdgpu_internal.h | ||
| amdgpu_vamgr.c | ||
| libdrm_amdgpu.pc.in | ||
| Makefile.am | ||
| util_hash.c | ||
| util_hash.h | ||
| util_hash_table.c | ||
| util_hash_table.h | ||