Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c345 .has_mem_copy_instr = true,
366 .has_mem_copy_instr = true,
383 .has_mem_copy_instr = true,
396 .has_mem_copy_instr = true,
678 xe->info.has_mem_copy_instr = desc->has_mem_copy_instr; in xe_info_init_early()
H A Dxe_device_types.h326 u8 has_mem_copy_instr:1; member
H A Dxe_migrate.c783 if (xe->info.has_mem_copy_instr) in emit_copy()
2056 xe_assert(xe, pitch > 1 || xe->info.has_mem_copy_instr); in xe_migrate_copy_pitch()
2083 if (!xe->info.has_mem_copy_instr && in xe_migrate_vram()
2318 if (!xe->info.has_mem_copy_instr && in xe_migrate_access_memory()
2392 if (xe->info.has_mem_copy_instr) in xe_migrate_access_memory()