/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 2850 r = r600_dma_cs_next_reloc(p, &dst_reloc); 2861 ib[idx+1] += (u32)(dst_reloc->gpu_offset >> 8); 2869 ib[idx+1] += (u32)(dst_reloc->gpu_offset & 0xfffffffc); 2870 ib[idx+2] += upper_32_bits(dst_reloc->gpu_offset) & 0xff; 2877 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) { 2879 dst_offset, radeon_bo_size(dst_reloc->robj)); 2889 r = r600_dma_cs_next_reloc(p, &dst_reloc); 2907 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) { 2909 dst_offset + (count * 4), radeon_bo_size(dst_reloc->robj)) [all...] |
radeon_evergreen_cs.c | 2829 struct radeon_bo_list *src_reloc, *dst_reloc, *dst2_reloc; local in function:evergreen_dma_cs_parse 2850 r = r600_dma_cs_next_reloc(p, &dst_reloc); 2861 ib[idx+1] += (u32)(dst_reloc->gpu_offset >> 8); 2869 ib[idx+1] += (u32)(dst_reloc->gpu_offset & 0xfffffffc); 2870 ib[idx+2] += upper_32_bits(dst_reloc->gpu_offset) & 0xff; 2877 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) { 2879 dst_offset, radeon_bo_size(dst_reloc->robj)); 2889 r = r600_dma_cs_next_reloc(p, &dst_reloc); 2907 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) { 2909 dst_offset + (count * 4), radeon_bo_size(dst_reloc->robj)) [all...] |
radeon_r600_cs.c | 2382 struct radeon_bo_list *src_reloc, *dst_reloc; local in function:r600_dma_cs_parse 2403 r = r600_dma_cs_next_reloc(p, &dst_reloc); 2412 ib[idx+1] += (u32)(dst_reloc->gpu_offset >> 8); 2418 ib[idx+1] += (u32)(dst_reloc->gpu_offset & 0xfffffffc); 2419 ib[idx+2] += upper_32_bits(dst_reloc->gpu_offset) & 0xff; 2422 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) { 2424 dst_offset + (count * 4), radeon_bo_size(dst_reloc->robj)); 2434 r = r600_dma_cs_next_reloc(p, &dst_reloc); 2450 ib[idx+5] += (u32)(dst_reloc->gpu_offset & 0xfffffffc); 2451 ib[idx+6] += upper_32_bits(dst_reloc->gpu_offset) & 0xff [all...] |
radeon_r600_cs.c | 2382 struct radeon_bo_list *src_reloc, *dst_reloc; local in function:r600_dma_cs_parse 2403 r = r600_dma_cs_next_reloc(p, &dst_reloc); 2412 ib[idx+1] += (u32)(dst_reloc->gpu_offset >> 8); 2418 ib[idx+1] += (u32)(dst_reloc->gpu_offset & 0xfffffffc); 2419 ib[idx+2] += upper_32_bits(dst_reloc->gpu_offset) & 0xff; 2422 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) { 2424 dst_offset + (count * 4), radeon_bo_size(dst_reloc->robj)); 2434 r = r600_dma_cs_next_reloc(p, &dst_reloc); 2450 ib[idx+5] += (u32)(dst_reloc->gpu_offset & 0xfffffffc); 2451 ib[idx+6] += upper_32_bits(dst_reloc->gpu_offset) & 0xff [all...] |