HomeSort by: relevance | last modified time | path
    Searched refs:src_reloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen_cs.c 2829 struct radeon_bo_list *src_reloc, *dst_reloc, *dst2_reloc; local in function:evergreen_dma_cs_parse
2884 r = r600_dma_cs_next_reloc(p, &src_reloc);
2902 if ((src_offset + (count * 4)) > radeon_bo_size(src_reloc->robj)) {
2904 src_offset + (count * 4), radeon_bo_size(src_reloc->robj));
2913 ib[idx+2] += (u32)(src_reloc->gpu_offset & 0xfffffffc);
2915 ib[idx+4] += upper_32_bits(src_reloc->gpu_offset) & 0xff;
2925 ib[idx+1] += (u32)(src_reloc->gpu_offset >> 8);
2935 ib[idx+7] += (u32)(src_reloc->gpu_offset & 0xfffffffc);
2936 ib[idx+8] += upper_32_bits(src_reloc->gpu_offset) & 0xff;
2942 if ((src_offset + (count * 4)) > radeon_bo_size(src_reloc->robj))
    [all...]
radeon_r600_cs.c 2382 struct radeon_bo_list *src_reloc, *dst_reloc; local in function:r600_dma_cs_parse
2429 r = r600_dma_cs_next_reloc(p, &src_reloc);
2446 ib[idx+1] += (u32)(src_reloc->gpu_offset >> 8);
2456 ib[idx+5] += (u32)(src_reloc->gpu_offset & 0xfffffffc);
2457 ib[idx+6] += upper_32_bits(src_reloc->gpu_offset) & 0xff;
2472 ib[idx+2] += (u32)(src_reloc->gpu_offset & 0xfffffffc);
2474 ib[idx+4] += upper_32_bits(src_reloc->gpu_offset) & 0xff;
2483 ib[idx+2] += (u32)(src_reloc->gpu_offset & 0xfffffffc);
2484 ib[idx+3] += upper_32_bits(src_reloc->gpu_offset) & 0xff;
2489 if ((src_offset + (count * 4)) > radeon_bo_size(src_reloc->robj))
    [all...]

Completed in 14 milliseconds