Searched refs:src_bo (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/qxl/ |
| A D | qxl_ioctl.c | 78 struct qxl_bo *src_bo; member 94 info->src_bo, in apply_reloc() 105 if (info->src_bo && !info->src_bo->is_primary) in apply_surf_reloc() 106 id = info->src_bo->surface_id; in apply_surf_reloc() 241 &reloc_info[i].src_bo); in qxl_process_single_command() 246 reloc_info[i].src_bo = NULL; in qxl_process_single_command()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_stdu.c | 583 struct ttm_buffer_object *src_bo, *dst_bo; in vmw_stdu_bo_cpu_commit() local 602 src_bo = &ddirty->buf->base; in vmw_stdu_bo_cpu_commit() 608 swap(dst_bo, src_bo); in vmw_stdu_bo_cpu_commit() 613 src_bo, src_offset, src_pitch, in vmw_stdu_bo_cpu_commit() 1289 struct ttm_buffer_object *src_bo, *dst_bo; in vmw_stdu_bo_populate_update_cpu() local 1307 src_bo = &vfbbo->buffer->base; in vmw_stdu_bo_populate_update_cpu() 1312 (void) vmw_bo_cpu_blit(dst_bo, dst_offset, dst_pitch, src_bo, in vmw_stdu_bo_populate_update_cpu()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_ttm.c | 1022 struct ttm_buffer_object *src_bo = i915_gem_to_ttm(src); in i915_gem_obj_copy_ttm() local 1037 ret = ttm_bo_wait_ctx(src_bo, &ctx); in i915_gem_obj_copy_ttm() 1044 __i915_ttm_move(src_bo, false, dst_bo->resource, dst_bo->ttm, in i915_gem_obj_copy_ttm()
|
Completed in 10 milliseconds