Home
last modified time | relevance | path

Searched refs:xe_bo_is_vram (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_lmtt.c80 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 Dxe_bo.h234 bool xe_bo_is_vram(struct xe_bo *bo);
271 xe_bo_is_vram(bo)) in xe_bo_has_pages()
H A Dxe_ggtt.c75 if (xe_bo_is_vram(bo) || xe_bo_is_stolen_devmem(bo)) in xelp_ggtt_pte_encode_bo()
619 if (xe_bo_is_vram(bo) && ggtt->flags & XE_GGTT_FLAGS_64K) in __xe_ggtt_insert_bo_at()
H A Dxe_dma_buf.c151 if (!xe_bo_is_vram(bo)) { in xe_dma_buf_unmap()
H A Dxe_bo.c87 bool xe_bo_is_vram(struct xe_bo *bo) in xe_bo_is_vram() function
909 if (!xe_bo_is_vram(bo)) in xe_bo_evict_pinned()
972 if (WARN_ON(xe_bo_is_vram(bo))) in xe_bo_restore_pinned()
1879 if (xe_bo_is_vram(bo)) { in xe_bo_pin_external()
2066 if (!xe_bo_is_vram(bo) && !xe_bo_is_stolen(bo)) { in __xe_bo_addr()
H A Dxe_memirq.c191 memirq_assert(memirq, !xe_bo_is_vram(bo)); in memirq_alloc_pages()
H A Dxe_pt.c616 (xe_bo_is_vram(bo) || xe_bo_is_stolen_devmem(bo)); in xe_pt_stage_bind()
685 else if (xe_bo_is_vram(bo) || xe_bo_is_stolen(bo)) in xe_pt_stage_bind()
H A Dxe_vm.c1328 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 Dxe_bo.c282 if (!xe_bo_is_vram(external)) { in evict_test_run_tile()
288 if (xe_bo_is_vram(bo)) { in evict_test_run_tile()
H A Dxe_migrate.c250 if (xe_bo_is_vram(pt)) in xe_migrate_sanity_test()
255 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 Dxe_fb_pin.c213 if (xe_bo_is_vram(bo) && ggtt->flags & XE_GGTT_FLAGS_64K) in __xe_pin_fb_vma_ggtt()