Home
last modified time | relevance | path

Searched refs:gtt_map (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_test.c86 void *gtt_map, *vram_map; in amdgpu_do_test_moves() local
113 r = amdgpu_bo_kmap(gtt_obj[i], &gtt_map); in amdgpu_do_test_moves()
119 for (gart_start = gtt_map, gart_end = gtt_map + size; in amdgpu_do_test_moves()
149 for (gart_start = gtt_map, gart_end = gtt_map + size, in amdgpu_do_test_moves()
160 (void*)gart_start - gtt_map), in amdgpu_do_test_moves()
163 (void*)gart_start - gtt_map)); in amdgpu_do_test_moves()
189 r = amdgpu_bo_kmap(gtt_obj[i], &gtt_map); in amdgpu_do_test_moves()
195 for (gart_start = gtt_map, gart_end = gtt_map + size, in amdgpu_do_test_moves()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_test.c85 void *gtt_map, *vram_map; in radeon_do_test_moves() local
106 r = radeon_bo_kmap(gtt_obj[i], &gtt_map); in radeon_do_test_moves()
112 for (gtt_start = gtt_map, gtt_end = (void *)((uintptr_t)gtt_map + size); in radeon_do_test_moves()
147 for (gtt_start = gtt_map, gtt_end = (void *)((uintptr_t)gtt_map + size), in radeon_do_test_moves()
158 (uintptr_t)gtt_start - (uintptr_t)gtt_map), in radeon_do_test_moves()
161 (uintptr_t)gtt_start - (uintptr_t)gtt_map)); in radeon_do_test_moves()
192 r = radeon_bo_kmap(gtt_obj[i], &gtt_map); in radeon_do_test_moves()
198 for (gtt_start = gtt_map, gtt_end = (void *)((uintptr_t)gtt_map + size), in radeon_do_test_moves()