Searched refs:gtt_obj (Results 1 – 1 of 1) sorted by relevance
38 struct radeon_bo **gtt_obj = NULL; in radeon_do_test_moves() local63 gtt_obj = kcalloc(n, sizeof(*gtt_obj), GFP_KERNEL); in radeon_do_test_moves()64 if (!gtt_obj) { in radeon_do_test_moves()92 gtt_obj + i); in radeon_do_test_moves()118 radeon_bo_kunmap(gtt_obj[i]); in radeon_do_test_moves()219 radeon_bo_kunmap(gtt_obj[i]); in radeon_do_test_moves()226 radeon_bo_unpin(gtt_obj[i]); in radeon_do_test_moves()230 radeon_bo_unref(>t_obj[i]); in radeon_do_test_moves()233 radeon_bo_unpin(gtt_obj[i]); in radeon_do_test_moves()235 radeon_bo_unref(>t_obj[i]); in radeon_do_test_moves()[all …]