Searched refs:dst_is_vram (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_migrate.c | 384 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()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 781 bool dst_is_vram = mem_type_is_vram(dst->mem_type); in xe_migrate_copy() local 784 bool copy_system_ccs = copy_ccs && (!src_is_vram || !dst_is_vram); in xe_migrate_copy() 786 GRAPHICS_VER(xe) >= 20 && src_is_vram && !dst_is_vram; in xe_migrate_copy() 799 if (!dst_is_vram) in xe_migrate_copy() 836 pte_flags = dst_is_vram ? PTE_UPDATE_FLAG_IS_VRAM : 0; in xe_migrate_copy() 866 if (dst_is_vram && xe_migrate_allow_identity(src_L0, &dst_it)) in xe_migrate_copy() 869 emit_pte(m, bb, dst_L0_pt, dst_is_vram, copy_system_ccs, in xe_migrate_copy() 885 IS_DGFX(xe) ? dst_is_vram : dst_is_pltt, in xe_migrate_copy()
|