Home
last modified time | relevance | path

Searched refs:XE_CACHE_WB (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_pat.c395 xe->pat.idx[XE_CACHE_WB] = 2; in xe_pat_init_early()
403 xe->pat.idx[XE_CACHE_WB] = 3; in xe_pat_init_early()
410 xe->pat.idx[XE_CACHE_WB] = 3; in xe_pat_init_early()
421 xe->pat.idx[XE_CACHE_WB] = 0; in xe_pat_init_early()
429 xe->pat.idx[XE_CACHE_WB] = 0; in xe_pat_init_early()
H A Dxe_pt_types.h20 XE_CACHE_WB, enumerator
H A Dxe_ggtt.c142 u16 pat_index = tile_to_xe(ggtt->tile)->pat.idx[XE_CACHE_WB]; in xe_ggtt_clear()
726 u16 cache_mode = bo->flags & XE_BO_FLAG_NEEDS_UC ? XE_CACHE_NONE : XE_CACHE_WB; in xe_ggtt_map_bo_unlocked()
770 u16 cache_mode = bo->flags & XE_BO_FLAG_NEEDS_UC ? XE_CACHE_NONE : XE_CACHE_WB; in __xe_ggtt_insert_bo_at()
H A Dxe_migrate.c188 u16 pat_index = xe->pat.idx[XE_CACHE_WB]; in xe_migrate_prepare_vm()
574 xe->pat.idx[XE_CACHE_WB]; in emit_pte()
576 pat_index = xe->pat.idx[XE_CACHE_WB]; in emit_pte()
1357 u16 pat_index = xe->pat.idx[XE_CACHE_WB]; in __xe_migrate_update_pgtables()
1576 u16 pat_index = tile_to_xe(m->tile)->pat.idx[XE_CACHE_WB]; in build_pt_update_batch_sram()
H A Dxe_pxp_submit.c119 fence = xe_vm_bind_kernel_bo(vm, bo, NULL, 0, XE_CACHE_WB); in allocate_gsc_client_resources()
H A Dxe_pt.c64 u16 pat_index = xe->pat.idx[XE_CACHE_WB]; in __xe_pt_empty_pte()
H A Dxe_vm.c2028 tile_to_xe(tile)->pat.idx[XE_CACHE_WB]); in xe_vm_pdp4_descriptor()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c244 expected = m->q->vm->pt_ops->pte_encode_bo(pt, 0, xe->pat.idx[XE_CACHE_WB], 0); in xe_migrate_sanity_test()