Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_lmtt.c81 lmtt_assert(lmtt, xe_bo_is_vram(bo)); in lmtt_pt_alloc()
200 lmtt_assert(lmtt, xe_bo_is_vram(lmtt->pd->bo)); in lmtt_setup_dir_ptr()
455 lmtt_assert(lmtt, xe_bo_is_vram(bo)); in lmtt_insert_bo()
A Dxe_bo.h277 bool xe_bo_is_vram(struct xe_bo *bo);
319 xe_bo_is_vram(bo)) in xe_bo_has_pages()
A Dxe_ggtt.c73 if (xe_bo_is_vram(bo) || xe_bo_is_stolen_devmem(bo)) in xelp_ggtt_pte_flags()
699 if (!xe_bo_is_vram(bo) && !xe_bo_is_stolen(bo)) { in xe_ggtt_map_bo()
741 if (xe_bo_is_vram(bo) && ggtt->flags & XE_GGTT_FLAGS_64K) in __xe_ggtt_insert_bo_at()
A Dxe_memirq.c191 memirq_assert(memirq, !xe_bo_is_vram(bo)); in memirq_alloc_pages()
A Dxe_bo.c97 bool xe_bo_is_vram(struct xe_bo *bo) in xe_bo_is_vram() function
1136 if (!xe_bo_is_vram(bo)) in xe_bo_notifier_prepare_pinned()
1213 if (!xe_bo_is_vram(bo)) in xe_bo_evict_pinned()
2484 if (!xe_bo_is_vram(bo) && !xe_bo_is_stolen(bo)) { in __xe_bo_addr()
A Dxe_pt.c761 else if (xe_bo_is_vram(bo) || xe_bo_is_stolen(bo)) in xe_pt_stage_bind()
A Dxe_vm.c1537 if (xe_bo_is_vram(bo) || xe_bo_is_stolen_devmem(bo)) in xelp_pte_encode_bo()
/drivers/gpu/drm/xe/tests/
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()
A Dxe_migrate.c247 if (xe_bo_is_vram(pt)) in xe_migrate_sanity_test()
252 emit_pte(m, bb, NUM_KERNEL_PDE - 1, xe_bo_is_vram(pt), false, in xe_migrate_sanity_test()
/drivers/gpu/drm/xe/display/
A Dxe_fb_pin.c218 if (xe_bo_is_vram(bo) && ggtt->flags & XE_GGTT_FLAGS_64K) in __xe_pin_fb_vma_ggtt()

Completed in 36 milliseconds