Lines Matching refs:gtt_start
85 void **gtt_start, **gtt_end; in radeon_do_test_moves() local
112 for (gtt_start = gtt_map, gtt_end = gtt_map + size; in radeon_do_test_moves()
113 gtt_start < gtt_end; in radeon_do_test_moves()
114 gtt_start++) in radeon_do_test_moves()
115 *gtt_start = gtt_start; in radeon_do_test_moves()
147 for (gtt_start = gtt_map, gtt_end = gtt_map + size, in radeon_do_test_moves()
150 gtt_start++, vram_start++) { in radeon_do_test_moves()
151 if (*vram_start != gtt_start) { in radeon_do_test_moves()
155 i, *vram_start, gtt_start, in radeon_do_test_moves()
157 (gtt_addr - rdev->mc.gtt_start + in radeon_do_test_moves()
158 (void*)gtt_start - gtt_map), in radeon_do_test_moves()
161 (void*)gtt_start - gtt_map)); in radeon_do_test_moves()
198 for (gtt_start = gtt_map, gtt_end = gtt_map + size, in radeon_do_test_moves()
200 gtt_start < gtt_end; in radeon_do_test_moves()
201 gtt_start++, vram_start++) { in radeon_do_test_moves()
202 if (*gtt_start != vram_start) { in radeon_do_test_moves()
206 i, *gtt_start, vram_start, in radeon_do_test_moves()
211 (gtt_addr - rdev->mc.gtt_start + in radeon_do_test_moves()
221 gtt_addr - rdev->mc.gtt_start); in radeon_do_test_moves()