Searched refs:clear_L0 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 1593 u64 clear_L0; in xe_migrate_clear() local 1602 clear_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_clear() 1608 &clear_L0, &clear_L0_ofs, &clear_L0_pt, in xe_migrate_clear() 1617 if (WARN_ON_ONCE(!clear_L0)) in xe_migrate_clear() 1626 size -= clear_L0; in xe_migrate_clear() 1628 if (clear_vram && xe_migrate_allow_identity(clear_L0, &src_it)) { in xe_migrate_clear() 1629 xe_res_next(&src_it, clear_L0); in xe_migrate_clear() 1632 clear_only_system_ccs, &src_it, clear_L0, dst); in xe_migrate_clear() 1640 emit_clear(gt, bb, clear_L0_ofs, clear_L0, XE_PAGE_SIZE, clear_vram); in xe_migrate_clear() 1644 m->cleared_mem_ofs, false, clear_L0); in xe_migrate_clear()
|