Searched refs:clear_L0 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 1607 u64 clear_L0; in xe_migrate_clear() local 1616 clear_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_clear() 1622 &clear_L0, &clear_L0_ofs, &clear_L0_pt, in xe_migrate_clear() 1631 if (WARN_ON_ONCE(!clear_L0)) in xe_migrate_clear() 1640 size -= clear_L0; in xe_migrate_clear() 1642 if (clear_vram && xe_migrate_allow_identity(clear_L0, &src_it)) { in xe_migrate_clear() 1643 xe_res_next(&src_it, clear_L0); in xe_migrate_clear() 1646 clear_only_system_ccs, &src_it, clear_L0, dst); in xe_migrate_clear() 1654 emit_clear(gt, bb, clear_L0_ofs, clear_L0, XE_PAGE_SIZE, clear_vram); in xe_migrate_clear() 1658 m->cleared_mem_ofs, false, clear_L0); in xe_migrate_clear()
|