Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/display/
Dxe_fb_pin.c21 struct xe_device *xe = xe_bo_device(bo); in write_dpt_rotated()
54 struct xe_device *xe = xe_bo_device(bo); in write_dpt_remapped()
164 struct xe_device *xe = xe_bo_device(bo); in write_ggtt_rotated()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_bo.c90 resource_is_stolen_vram(xe_bo_device(bo), bo->ttm.resource); in xe_bo_is_vram()
124 GRAPHICS_VERx100(xe_bo_device(bo)) >= 1270; in xe_bo_is_stolen_devmem()
343 struct xe_device *xe = xe_bo_device(bo); in xe_ttm_tt_create()
1036 xe_assert(xe_bo_device(bo), !(bo->created && kref_read(&ttm_bo->base.refcount))); in xe_ttm_bo_release_notify()
1161 xe_assert(xe_bo_device(bo), xe_bo_is_user(bo)); in xe_gem_object_close()
1697 struct xe_device *xe = xe_bo_device(bo); in xe_bo_pin_external()
1730 struct xe_device *xe = xe_bo_device(bo); in xe_bo_pin()
1798 struct xe_device *xe = xe_bo_device(bo); in xe_bo_unpin_external()
1821 struct xe_device *xe = xe_bo_device(bo); in xe_bo_unpin()
1885 struct xe_device *xe = xe_bo_device(bo); in __xe_bo_addr()
[all …]
Dxe_dma_buf.c53 struct xe_device *xe = xe_bo_device(bo); in xe_dma_buf_pin()
125 r = xe_ttm_vram_mgr_alloc_sgt(xe_bo_device(bo), in xe_dma_buf_map()
Dxe_trace_bo.h19 #define __dev_name_bo(bo) dev_name(xe_bo_device(bo)->drm.dev)
Dxe_ttm_stolen_mgr.c255 struct xe_device *xe = xe_bo_device(bo); in xe_ttm_stolen_io_offset()
Dxe_bo.h119 #define xe_bo_device(bo) ttm_to_xe_device((bo)->ttm.bdev) macro
Dxe_ggtt.c83 struct xe_device *xe = xe_bo_device(bo); in xelpg_ggtt_pte_encode_bo()
Dxe_lrc.c1690 xe_map_memcpy_from(xe_bo_device(bo), in xe_lrc_snapshot_capture_delayed()
Dxe_pt.c669 xe_walk.dma_offset = xe_ttm_stolen_gpu_offset(xe_bo_device(bo)); in xe_pt_stage_bind()
Dxe_vm.c3322 xe_map_memcpy_from(xe_bo_device(bo), in xe_vm_snapshot_capture_delayed()