Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pat.c397 xe->pat.idx[XE_CACHE_WB] = 2; in xe_pat_init_early()
405 xe->pat.idx[XE_CACHE_WB] = 3; in xe_pat_init_early()
412 xe->pat.idx[XE_CACHE_WB] = 3; in xe_pat_init_early()
423 xe->pat.idx[XE_CACHE_WB] = 0; in xe_pat_init_early()
431 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()
592 u16 cache_mode = bo->flags & XE_BO_FLAG_NEEDS_UC ? XE_CACHE_NONE : XE_CACHE_WB; in xe_ggtt_map_bo()
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()
1412 XE_CACHE_WB, 0); in __xe_migrate_update_pgtables()
H A Dxe_vm.c1690 tile_to_xe(tile)->pat.idx[XE_CACHE_WB]); in xe_vm_pdp4_descriptor()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c246 expected = m->q->vm->pt_ops->pte_encode_bo(pt, 0, xe->pat.idx[XE_CACHE_WB], 0); in xe_migrate_sanity_test()