Searched refs:clear_L0 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_migrate.c | 1083 u64 clear_L0; in xe_migrate_clear() local 1092 clear_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_clear() 1098 &clear_L0, &clear_L0_ofs, &clear_L0_pt, in xe_migrate_clear() 1107 if (WARN_ON_ONCE(!clear_L0)) in xe_migrate_clear() 1116 size -= clear_L0; in xe_migrate_clear() 1118 if (clear_vram && xe_migrate_allow_identity(clear_L0, &src_it)) in xe_migrate_clear() 1119 xe_res_next(&src_it, clear_L0); in xe_migrate_clear() 1122 &src_it, clear_L0, dst); in xe_migrate_clear() 1128 emit_clear(gt, bb, clear_L0_ofs, clear_L0, XE_PAGE_SIZE, clear_vram); in xe_migrate_clear() 1132 m->cleared_mem_ofs, false, clear_L0); in xe_migrate_clear()
|