Searched defs:dst_offset (Results 1 - 25 of 27) sorted by relevance

12

/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rv770_dma.c47 rv770_copy_dma(struct radeon_device * rdev,uint64_t src_offset,uint64_t dst_offset,unsigned num_gpu_pages,struct dma_resv * resv) argument
H A Dradeon_evergreen_dma.c112 evergreen_copy_dma(struct radeon_device * rdev,uint64_t src_offset,uint64_t dst_offset,unsigned num_gpu_pages,struct dma_resv * resv) argument
H A Dradeon_r200.c88 r200_copy_dma(struct radeon_device * rdev,uint64_t src_offset,uint64_t dst_offset,unsigned num_gpu_pages,struct dma_resv * resv) argument
H A Dradeon_r600_dma.c448 r600_copy_dma(struct radeon_device * rdev,uint64_t src_offset,uint64_t dst_offset,unsigned num_gpu_pages,struct dma_resv * resv) argument
H A Dradeon_si_dma.c236 si_copy_dma(struct radeon_device * rdev,uint64_t src_offset,uint64_t dst_offset,unsigned num_gpu_pages,struct dma_resv * resv) argument
H A Dradeon_cik_sdma.c584 cik_copy_dma(struct radeon_device * rdev,uint64_t src_offset,uint64_t dst_offset,unsigned num_gpu_pages,struct dma_resv * resv) argument
H A Dradeon_evergreen_cs.c2833 u64 src_offset, dst_offset, dst2_offset; local in function:evergreen_dma_cs_parse
[all...]
H A Dradeon_r600.c2996 r600_copy_cpdma(struct radeon_device * rdev,uint64_t src_offset,uint64_t dst_offset,unsigned num_gpu_pages,struct dma_resv * resv) argument
H A Dradeon_r600_cs.c2386 u64 src_offset, dst_offset; local in function:r600_dma_cs_parse
[all...]
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_object_blt.c212 u64 src_offset, dst_offset; local in function:intel_emit_vma_copy_blt
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_uc_fw.c438 static int uc_fw_xfer(struct intel_uc_fw *uc_fw, u32 dst_offset, u32 dma_flags) argument
497 int intel_uc_fw_upload(struct intel_uc_fw *uc_fw, u32 dst_offset, u32 dma_flags) argument
/src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_ioctl.c82 uint32_t dst_offset; member in struct:qxl_reloc_info
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_blit.c361 vmw_bo_cpu_blit_line(struct vmw_bo_blit_line_data * d,u32 dst_offset,u32 src_offset,u32 bytes_to_copy) argument
450 vmw_bo_cpu_blit(struct ttm_buffer_object * dst,u32 dst_offset,u32 dst_stride,struct ttm_buffer_object * src,u32 src_offset,u32 src_stride,u32 w,u32 h,struct vmw_diff_cpy * diff) argument
[all...]
H A Dvmwgfx_stdu.c585 u32 src_offset, dst_offset; local in function:vmw_stdu_bo_cpu_commit
1302 u32 src_offset, dst_offset; local in function:vmw_stdu_bo_populate_update_cpu
/src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Dqxl_drm.h77 __u64 dst_offset; /* offset in dest handle */ member in struct:drm_qxl_reloc
/src/sys/external/bsd/ena-com/
H A Dena_eth_com.c85 u32 dst_offset; local in function:ena_com_write_bounce_buffer_to_dev
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_sdma_v2_4.c1206 sdma_v2_4_emit_copy_buffer(struct amdgpu_ib * ib,uint64_t src_offset,uint64_t dst_offset,uint32_t byte_count) argument
1231 sdma_v2_4_emit_fill_buffer(struct amdgpu_ib * ib,uint32_t src_data,uint64_t dst_offset,uint32_t byte_count) argument
H A Damdgpu_si_dma.c780 si_dma_emit_copy_buffer(struct amdgpu_ib * ib,uint64_t src_offset,uint64_t dst_offset,uint32_t byte_count) argument
803 si_dma_emit_fill_buffer(struct amdgpu_ib * ib,uint32_t src_data,uint64_t dst_offset,uint32_t byte_count) argument
H A Damdgpu_cik_sdma.c1318 cik_sdma_emit_copy_buffer(struct amdgpu_ib * ib,uint64_t src_offset,uint64_t dst_offset,uint32_t byte_count) argument
1342 cik_sdma_emit_fill_buffer(struct amdgpu_ib * ib,uint32_t src_data,uint64_t dst_offset,uint32_t byte_count) argument
H A Damdgpu_sdma_v3_0.c1644 sdma_v3_0_emit_copy_buffer(struct amdgpu_ib * ib,uint64_t src_offset,uint64_t dst_offset,uint32_t byte_count) argument
1669 sdma_v3_0_emit_fill_buffer(struct amdgpu_ib * ib,uint32_t src_data,uint64_t dst_offset,uint32_t byte_count) argument
H A Damdgpu_sdma_v5_0.c1664 sdma_v5_0_emit_copy_buffer(struct amdgpu_ib * ib,uint64_t src_offset,uint64_t dst_offset,uint32_t byte_count) argument
1689 sdma_v5_0_emit_fill_buffer(struct amdgpu_ib * ib,uint32_t src_data,uint64_t dst_offset,uint32_t byte_count) argument
H A Damdgpu_sdma_v4_0.c2456 sdma_v4_0_emit_copy_buffer(struct amdgpu_ib * ib,uint64_t src_offset,uint64_t dst_offset,uint32_t byte_count) argument
2481 sdma_v4_0_emit_fill_buffer(struct amdgpu_ib * ib,uint32_t src_data,uint64_t dst_offset,uint32_t byte_count) argument
H A Damdgpu_ttm.c2242 amdgpu_copy_buffer(struct amdgpu_ring * ring,uint64_t src_offset,uint64_t dst_offset,uint32_t byte_count,struct dma_resv * resv,struct dma_fence ** fence,bool direct_submit,bool vm_needs_flush) argument
/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bo.c877 u64 dst_offset = mem->vma[1].addr; local in function:nvc0_bo_move_copy
915 u64 dst_offset = mem->vma[1].addr; local in function:nvc0_bo_move_m2mf
954 u64 dst_offset = mem->vma[1].addr; local in function:nva3_bo_move_copy
1045 u64 dst_offset = mem->vma[1].addr; local in function:nv50_bo_move_m2mf
1139 u32 dst_offset = new_reg->start << PAGE_SHIFT; local in function:nv04_bo_move_m2mf
[all...]
/src/sys/external/bsd/drm/dist/shared-core/
H A Dr600_cp.c2372 u64 src_offset, dst_offset; local in function:r600_cp_dispatch_texture

Completed in 46 milliseconds

12