mesa-drm/amdgpu
Jammy Zhou ffa305d0fc amdgpu: add flag to support 32bit VA address v4
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>
2015-08-17 16:26:26 -04:00
..
amdgpu-symbol-check amdgpu: add symbols check test 2015-08-13 17:43:39 +01:00
amdgpu.h amdgpu: add flag to support 32bit VA address v4 2015-08-17 16:26:26 -04:00
amdgpu_bo.c amdgpu: hide the final internal functions from global namespace 2015-08-13 17:43:36 +01:00
amdgpu_cs.c amdgpu: hide the final internal functions from global namespace 2015-08-13 17:43:36 +01:00
amdgpu_device.c amdgpu: add flag to support 32bit VA address v4 2015-08-17 16:26:26 -04:00
amdgpu_gpu_info.c amdgpu: hide the final internal functions from global namespace 2015-08-13 17:43:36 +01:00
amdgpu_internal.h amdgpu: add flag to support 32bit VA address v4 2015-08-17 16:26:26 -04:00
amdgpu_vamgr.c amdgpu: add flag to support 32bit VA address v4 2015-08-17 16:26:26 -04:00
libdrm_amdgpu.pc.in drm: add libdrm_amdgpu (v7) 2015-08-05 13:47:48 -04:00
Makefile.am amdgpu: add symbols check test 2015-08-13 17:43:39 +01:00
util_hash.c amdgpu: add a bunch of missing config.h includes 2015-08-13 17:43:24 +01:00
util_hash.h amdgpu/util_hash: hide private symbols from global namespace 2015-08-13 17:43:19 +01:00
util_hash_table.c amdgpu: add a bunch of missing config.h includes 2015-08-13 17:43:24 +01:00
util_hash_table.h amdgpu/util_hash_table: hide private symbols from global namespace 2015-08-13 17:43:22 +01:00