Lines Matching defs:src_reloc
2379 struct radeon_bo_list *src_reloc, *dst_reloc;
2426 r = r600_dma_cs_next_reloc(p, &src_reloc);
2443 ib[idx+1] += (u32)(src_reloc->gpu_offset >> 8);
2453 ib[idx+5] += (u32)(src_reloc->gpu_offset & 0xfffffffc);
2454 ib[idx+6] += upper_32_bits(src_reloc->gpu_offset) & 0xff;
2469 ib[idx+2] += (u32)(src_reloc->gpu_offset & 0xfffffffc);
2471 ib[idx+4] += upper_32_bits(src_reloc->gpu_offset) & 0xff;
2480 ib[idx+2] += (u32)(src_reloc->gpu_offset & 0xfffffffc);
2481 ib[idx+3] += upper_32_bits(src_reloc->gpu_offset) & 0xff;
2486 if ((src_offset + (count * 4)) > radeon_bo_size(src_reloc->robj)) {
2488 src_offset + (count * 4), radeon_bo_size(src_reloc->robj));