Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c384 bool dst_is_vram = mem_type_is_vram(dst->mem_type); in blt_copy() local
391 if (!dst_is_vram) in blt_copy()
416 pte_flags = dst_is_vram ? (PTE_UPDATE_FLAG_IS_VRAM | in blt_copy()
438 if (dst_is_vram) in blt_copy()
441 emit_pte(m, bb, dst_L0_pt, dst_is_vram, false, in blt_copy()
452 dst_is_vram, src_L0, dst_L0_ofs, in blt_copy()