Home
last modified time | relevance | path

Searched refs:xe_bo_device (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h167 #define xe_bo_device(bo) ttm_to_xe_device((bo)->ttm.bdev) macro
322 xe_assert(xe_bo_device(bo), bo->purgeable.willneed_count > 0); in xe_bo_willneed_put_locked()
361 xe_assert(xe_bo_device(bo), bo->purgeable.vma_count > 0); in xe_bo_vma_count_dec_locked()
416 xe_assert(xe_bo_device(bo), bo->tile); in xe_bo_ggtt_addr()
543 struct xe_bo_dev *bo_device = &xe_bo_device(bo)->bo_device; in xe_bo_put_async()
H A Dxe_bo.c108 resource_is_stolen_vram(xe_bo_device(bo), bo->ttm.resource); in xe_bo_is_vram()
142 GRAPHICS_VERx100(xe_bo_device(bo)) >= 1270; in xe_bo_is_stolen_devmem()
475 struct xe_device *xe = xe_bo_device(bo); in xe_ttm_tt_create()
629 return xe_ttm_resource_visible(xe_bo_device(bo), bo->ttm.resource); in xe_bo_is_visible_vram()
895 struct xe_device *xe = xe_bo_device(bo); in xe_bo_set_purgeable_state()
1423 struct xe_device *xe = xe_bo_device(bo); in xe_bo_evict_pinned_copy()
1712 xe_assert(xe_bo_device(bo), !(bo->created && kref_read(&ttm_bo->base.refcount))); in xe_ttm_bo_release_notify()
1914 xe_assert(xe_bo_device(bo), xe_bo_is_user(bo)); in xe_gem_object_close()
1964 xe_assert(xe_bo_device(bo), bo->flags & XE_BO_FLAG_SYSTEM); in xe_bo_fault_migrate()
2201 struct xe_device *xe = xe_bo_device(bo); in xe_bo_vm_access()
[all …]
H A Dxe_dma_buf.c54 struct xe_device *xe = xe_bo_device(bo); in xe_dma_buf_pin()
134 r = xe_ttm_vram_mgr_alloc_sgt(xe_bo_device(bo), in xe_dma_buf_map()
181 xe_validation_guard(&ctx, &xe_bo_device(bo)->val, &exec, (struct xe_val_flags) {}, ret) { in xe_dma_buf_begin_cpu_access()
H A Dxe_sriov_vf_ccs.c420 struct xe_device *xe = xe_bo_device(bo); in xe_sriov_vf_ccs_attach_bo()
468 struct xe_device *xe = xe_bo_device(bo); in xe_sriov_vf_ccs_detach_bo()
H A Dxe_bo_evict.c204 for_each_tile(tile, xe_bo_device(bo), id) { in xe_bo_restore_and_map_ggtt()
H A Dxe_trace_bo.h19 #define __dev_name_bo(bo) dev_name(xe_bo_device(bo)->drm.dev)
H A Dxe_svm.c774 struct xe_device *xe = xe_bo_device(bo); in xe_svm_devmem_release()
H A Dxe_vm.c1428 struct xe_device *xe = xe_bo_device(bo); in pde_pat_index()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_fb_pin.c28 struct xe_device *xe = xe_bo_device(bo); in write_dpt_rotated()
68 struct xe_device *xe = xe_bo_device(bo); in write_dpt_remapped_linear()
91 struct xe_device *xe = xe_bo_device(bo); in write_dpt_remapped_tiled()
385 u8 tile_id = xe_device_get_root_tile(xe_bo_device(vma->bo))->id; in __xe_unpin_fb_vma()