OSDN Git Service

amdgpu: add amdgpu_bo_va_op for va map/unmap support v3
authorJammy Zhou <Jammy.Zhou@amd.com>
Mon, 13 Jul 2015 12:57:44 +0000 (20:57 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Aug 2015 17:47:52 +0000 (13:47 -0400)
commit8aeffcc1cf3360fddd97f4a6b6f7300f401142ae
tree1196cf4db93a65d76bead1b4e6d221d85cdc180a
parent95d0f35dafff6c588da47c28332c252881f2e07c
amdgpu: add amdgpu_bo_va_op for va map/unmap support v3

The following interfaces are changed accordingly:
- amdgpu_bo_alloc
- amdgpu_create_bo_from_user_mem

v2: update the interfaces
v3: remove virtual_mc_base_address from amdgpu_bo

Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
amdgpu/amdgpu.h
amdgpu/amdgpu_bo.c
amdgpu/amdgpu_internal.h
tests/amdgpu/amdgpu_test.h
tests/amdgpu/basic_tests.c
tests/amdgpu/bo_tests.c
tests/amdgpu/cs_tests.c
tests/amdgpu/vce_tests.c