/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_vcn.c | 64 unsigned long bo_size; local in function:amdgpu_vcn_sw_init 161 bo_size = AMDGPU_VCN_STACK_SIZE + AMDGPU_VCN_CONTEXT_SIZE; 163 bo_size += AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8); 169 r = amdgpu_bo_create_kernel(adev, bo_size, PAGE_SIZE,
|
amdgpu_amdkfd_gpuvm.c | 423 unsigned long bo_size = bo->tbo.mem.size; local in function:add_bo_to_vm 431 va += bo_size; 438 va + bo_size, vm); 1251 unsigned long bo_size = mem->bo->tbo.mem.size; local in function:amdgpu_amdkfd_gpuvm_free_memory_of_gpu 1261 mem->va, bo_size); 1291 mem->va + bo_size * (1 + mem->aql_queue)); 1296 entry, bo_size); 1331 unsigned long bo_size; local in function:amdgpu_amdkfd_gpuvm_map_memory_to_gpu 1359 bo_size = bo->tbo.mem.size; 1363 mem->va + bo_size * (1 + mem->aql_queue) 1463 unsigned long bo_size = mem->bo->tbo.mem.size; local in function:amdgpu_amdkfd_gpuvm_unmap_memory_from_gpu [all...] |
amdgpu_uvd.c | 133 unsigned long bo_size; local in function:amdgpu_uvd_sw_init 258 bo_size = AMDGPU_UVD_STACK_SIZE + AMDGPU_UVD_HEAP_SIZE 261 bo_size += AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8); 266 r = amdgpu_bo_create_kernel(adev, bo_size, PAGE_SIZE,
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_mob.c | 244 unsigned long bo_size; local in function:vmw_otable_batch_setup 253 bo_size = 0; 260 bo_size += otables[i].size; 263 ret = ttm_bo_create(&dev_priv->bdev, bo_size,
|
vmwgfx_fb.c | 51 unsigned bo_size; member in struct:vmw_fb_par 534 par->bo_size < new_bo_size || 535 par->bo_size > 2*new_bo_size, 548 par->bo_size = new_bo_size;
|
vmwgfx_kms.h | 284 * @bo_size Size of the bo, used by Screen Object Display Unit 293 unsigned long bo_size; member in struct:vmw_plane_state
|
vmwgfx_execbuf.c | 1530 uint32_t bo_size; local in function:vmw_cmd_dma 1549 bo_size = vmw_bo->base.num_pages * PAGE_SIZE; 1550 if (unlikely(cmd->body.guest.ptr.offset > bo_size)) { 1555 bo_size -= cmd->body.guest.ptr.offset; 1556 if (unlikely(suffix->maximumOffset > bo_size)) 1557 suffix->maximumOffset = bo_size;
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_uvd.c | 75 unsigned long bo_size; local in function:radeon_uvd_init 191 bo_size = RADEON_GPU_PAGE_ALIGN(rdev->uvd_fw->size + 8) + 194 r = radeon_bo_create(rdev, bo_size, PAGE_SIZE, true,
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
amdgpu_drm.h | 140 __u64 bo_size; member in struct:drm_amdgpu_gem_create_in
|