Lines Matching refs:gtt_start
86 void **gtt_start, **gtt_end; in radeon_do_test_moves() local
113 for (gtt_start = gtt_map, gtt_end = gtt_map + size; in radeon_do_test_moves()
114 gtt_start < gtt_end; in radeon_do_test_moves()
115 gtt_start++) in radeon_do_test_moves()
116 *gtt_start = gtt_start; in radeon_do_test_moves()
148 for (gtt_start = gtt_map, gtt_end = gtt_map + size, in radeon_do_test_moves()
151 gtt_start++, vram_start++) { in radeon_do_test_moves()
152 if (*vram_start != gtt_start) { in radeon_do_test_moves()
156 i, *vram_start, gtt_start, in radeon_do_test_moves()
158 (gtt_addr - rdev->mc.gtt_start + in radeon_do_test_moves()
159 (void*)gtt_start - gtt_map), in radeon_do_test_moves()
162 (void*)gtt_start - gtt_map)); in radeon_do_test_moves()
199 for (gtt_start = gtt_map, gtt_end = gtt_map + size, in radeon_do_test_moves()
201 gtt_start < gtt_end; in radeon_do_test_moves()
202 gtt_start++, vram_start++) { in radeon_do_test_moves()
203 if (*gtt_start != vram_start) { in radeon_do_test_moves()
207 i, *gtt_start, vram_start, in radeon_do_test_moves()
212 (gtt_addr - rdev->mc.gtt_start + in radeon_do_test_moves()
222 gtt_addr - rdev->mc.gtt_start); in radeon_do_test_moves()