Searched refs:gtt_max (Results 1 – 2 of 2) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_bad_reloc.c | 58 uint64_t gtt_max = gem_aperture_size(fd); in negative_reloc() local 100 (long long)obj.offset, (long long)gtt_max); in negative_reloc() 107 igt_assert_f(offsets[1 + i] < gtt_max, in negative_reloc() 109 i, (long long)offsets[i+i], (long long)gtt_max); in negative_reloc()
|
/external/libdrm/tests/amdgpu/ |
D | basic_tests.c | 894 amdgpu_bo_handle bo1, bo2, vram_max[2], gtt_max[2]; in amdgpu_bo_eviction_test() local 938 AMDGPU_GEM_DOMAIN_GTT, 0, >t_max[0]); in amdgpu_bo_eviction_test() 941 AMDGPU_GEM_DOMAIN_GTT, 0, >t_max[1]); in amdgpu_bo_eviction_test() 977 resources[3] = gtt_max[loop2]; in amdgpu_bo_eviction_test() 1025 amdgpu_bo_free(gtt_max[0]); in amdgpu_bo_eviction_test() 1026 amdgpu_bo_free(gtt_max[1]); in amdgpu_bo_eviction_test()
|