Searched refs:xe_bo_device (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo.h | 162 #define xe_bo_device(bo) ttm_to_xe_device((bo)->ttm.bdev) macro 317 xe_assert(xe_bo_device(bo), bo->purgeable.willneed_count > 0); in xe_bo_willneed_put_locked() 356 xe_assert(xe_bo_device(bo), bo->purgeable.vma_count > 0); in xe_bo_vma_count_dec_locked() 411 xe_assert(xe_bo_device(bo), bo->tile); in xe_bo_ggtt_addr() 538 struct xe_bo_dev *bo_device = &xe_bo_device(bo)->bo_device; in xe_bo_put_async()
|
| H A D | xe_dma_buf.c | 54 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 D | xe_bo.c | 108 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() 476 struct xe_device *xe = xe_bo_device(bo); in xe_ttm_tt_create() 890 struct xe_device *xe = xe_bo_device(bo); in xe_bo_set_purgeable_state() 1399 struct xe_device *xe = xe_bo_device(bo); in xe_bo_evict_pinned_copy() 1688 xe_assert(xe_bo_device(bo), !(bo->created && kref_read(&ttm_bo->base.refcount))); in xe_ttm_bo_release_notify() 1888 xe_assert(xe_bo_device(bo), xe_bo_is_user(bo)); in xe_gem_object_close() 1938 xe_assert(xe_bo_device(bo), bo->flags & XE_BO_FLAG_SYSTEM); in xe_bo_fault_migrate() 2175 struct xe_device *xe = xe_bo_device(bo); in xe_bo_vm_access() 2864 devm_release_action(xe_bo_device(bo)->drm.dev, __xe_bo_unpin_map_no_vm, bo); in xe_managed_bo_unpin_map_no_vm() [all …]
|
| H A D | xe_sriov_vf_ccs.c | 416 struct xe_device *xe = xe_bo_device(bo); in xe_sriov_vf_ccs_attach_bo() 450 struct xe_device *xe = xe_bo_device(bo); in xe_sriov_vf_ccs_detach_bo()
|
| H A D | xe_bo_evict.c | 204 for_each_tile(tile, xe_bo_device(bo), id) { in xe_bo_restore_and_map_ggtt()
|
| H A D | xe_trace_bo.h | 19 #define __dev_name_bo(bo) dev_name(xe_bo_device(bo)->drm.dev)
|
| H A D | xe_ggtt.c | 158 struct xe_device *xe = xe_bo_device(bo); in xelpg_ggtt_pte_flags() 700 xe_assert(xe_bo_device(bo), bo->ttm.ttm); in xe_ggtt_map_bo()
|
| H A D | xe_pxp.c | 835 struct xe_device *xe = xe_bo_device(bo); in xe_pxp_obj_key_check()
|
| H A D | xe_migrate.c | 1307 struct xe_device *xe = xe_bo_device(src_bo); in xe_migrate_ccs_rw_copy_clear() 1362 struct xe_device *xe = xe_bo_device(vram_bo); in xe_migrate_vram_copy_chunk()
|
| H A D | xe_svm.c | 764 struct xe_device *xe = xe_bo_device(bo); in xe_svm_devmem_release()
|
| H A D | xe_lrc.c | 2507 xe_map_memcpy_from(xe_bo_device(bo), in xe_lrc_snapshot_capture_delayed()
|
| H A D | xe_vm.c | 1413 struct xe_device *xe = xe_bo_device(bo); in pde_pat_index()
|
| /linux/drivers/gpu/drm/xe/display/ |
| H A D | xe_panic.c | 55 struct xe_vram_region *vram = xe_bo_device(bo)->mem.vram; in xe_panic_page_set_pixel()
|