Searched refs:xe_bo_is_vram (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_lmtt.c | 80 lmtt_assert(lmtt, xe_bo_is_vram(bo)); in lmtt_pt_alloc() 193 lmtt_assert(lmtt, xe_bo_is_vram(lmtt->pd->bo)); in lmtt_setup_dir_ptr() 390 lmtt_assert(lmtt, xe_bo_is_vram(bo)); in lmtt_insert_bo()
|
H A D | xe_bo.h | 205 bool xe_bo_is_vram(struct xe_bo *bo); 242 xe_bo_is_vram(bo)) in xe_bo_has_pages()
|
H A D | xe_bo_evict.c | 162 xe_assert(xe, xe_bo_is_vram(bo)); in xe_bo_restore_kernel()
|
H A D | xe_dma_buf.c | 151 if (!xe_bo_is_vram(bo)) { in xe_dma_buf_unmap()
|
H A D | xe_ggtt.c | 74 if (xe_bo_is_vram(bo) || xe_bo_is_stolen_devmem(bo)) in xelp_ggtt_pte_encode_bo() 614 if (xe_bo_is_vram(bo) && ggtt->flags & XE_GGTT_FLAGS_64K) in __xe_ggtt_insert_bo_at()
|
H A D | xe_memirq.c | 140 memirq_assert(memirq, !xe_bo_is_vram(bo)); in memirq_alloc_pages()
|
H A D | xe_bo.c | 87 bool xe_bo_is_vram(struct xe_bo *bo) in xe_bo_is_vram() function 889 if (WARN_ON(!xe_bo_is_vram(bo))) in xe_bo_evict_pinned() 950 if (WARN_ON(xe_bo_is_vram(bo) || !bo->ttm.ttm)) in xe_bo_restore_pinned() 1701 if (xe_bo_is_vram(bo)) { in xe_bo_pin_external() 1890 if (!xe_bo_is_vram(bo) && !xe_bo_is_stolen(bo)) { in __xe_bo_addr()
|
H A D | xe_pt.c | 609 (xe_bo_is_vram(bo) || xe_bo_is_stolen_devmem(bo)); in xe_pt_stage_bind() 677 else if (xe_bo_is_vram(bo) || xe_bo_is_stolen(bo)) in xe_pt_stage_bind()
|
H A D | xe_vm.c | 1271 if (xe_bo_is_vram(bo) || xe_bo_is_stolen_devmem(bo)) in xelp_pte_encode_bo()
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_bo.c | 269 if (!xe_bo_is_vram(external)) { in evict_test_run_tile() 275 if (xe_bo_is_vram(bo)) { in evict_test_run_tile()
|
H A D | xe_migrate.c | 249 if (xe_bo_is_vram(pt)) in xe_migrate_sanity_test() 254 emit_pte(m, bb, NUM_KERNEL_PDE - 1, xe_bo_is_vram(pt), false, in xe_migrate_sanity_test()
|
/linux/drivers/gpu/drm/xe/display/ |
H A D | xe_fb_pin.c | 203 if (xe_bo_is_vram(bo) && ggtt->flags & XE_GGTT_FLAGS_64K) in __xe_pin_fb_vma_ggtt()
|