Searched refs:gtt_obj (Results 1 – 1 of 1) sorted by relevance
37 struct radeon_bo **gtt_obj = NULL; in radeon_do_test_moves() local62 gtt_obj = kzalloc(n * sizeof(*gtt_obj), GFP_KERNEL); in radeon_do_test_moves()63 if (!gtt_obj) { in radeon_do_test_moves()91 gtt_obj + i); in radeon_do_test_moves()97 r = radeon_bo_reserve(gtt_obj[i], false); in radeon_do_test_moves()100 r = radeon_bo_pin(gtt_obj[i], RADEON_GEM_DOMAIN_GTT, >t_addr); in radeon_do_test_moves()106 r = radeon_bo_kmap(gtt_obj[i], >t_map); in radeon_do_test_moves()117 radeon_bo_kunmap(gtt_obj[i]); in radeon_do_test_moves()192 r = radeon_bo_kmap(gtt_obj[i], >t_map); in radeon_do_test_moves()213 radeon_bo_kunmap(gtt_obj[i]); in radeon_do_test_moves()[all …]