Searched refs:clear_L0 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 1084 u64 clear_L0; in xe_migrate_clear() local 1093 clear_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_clear() 1099 &clear_L0, &clear_L0_ofs, &clear_L0_pt, in xe_migrate_clear() 1108 if (WARN_ON_ONCE(!clear_L0)) in xe_migrate_clear() 1117 size -= clear_L0; in xe_migrate_clear() 1119 if (clear_vram && xe_migrate_allow_identity(clear_L0, &src_it)) in xe_migrate_clear() 1120 xe_res_next(&src_it, clear_L0); in xe_migrate_clear() 1123 &src_it, clear_L0, dst); in xe_migrate_clear() 1129 emit_clear(gt, bb, clear_L0_ofs, clear_L0, XE_PAGE_SIZE, clear_vram); in xe_migrate_clear() 1133 m->cleared_mem_ofs, false, clear_L0); in xe_migrate_clear()
|