Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c1175 struct xe_bb xe_bb_tmp; in xe_migrate_ccs_rw_copy() local
1232 xe_bb_tmp = (struct xe_bb){ .cs = xe_mem_pool_node_cpu_addr(bb), .len = 0 }; in xe_migrate_ccs_rw_copy()
1261 emit_pte(m, &xe_bb_tmp, src_L0_pt, false, true, &src_it, src_L0, src); in xe_migrate_ccs_rw_copy()
1263 emit_pte(m, &xe_bb_tmp, ccs_pt, false, false, &ccs_it, ccs_size, src); in xe_migrate_ccs_rw_copy()
1265 xe_bb_tmp.len = emit_flush_invalidate(xe_bb_tmp.cs, xe_bb_tmp.len, in xe_migrate_ccs_rw_copy()
1267 flush_flags = xe_migrate_ccs_copy(m, &xe_bb_tmp, src_L0_ofs, src_is_pltt, in xe_migrate_ccs_rw_copy()
1270 xe_bb_tmp.len = emit_flush_invalidate(xe_bb_tmp.cs, xe_bb_tmp.len, in xe_migrate_ccs_rw_copy()
1276 xe_assert(xe, (batch_size_allocated == xe_bb_tmp.len)); in xe_migrate_ccs_rw_copy()
1277 xe_assert(xe, bb->sa_node.size == xe_bb_tmp.len * sizeof(u32)); in xe_migrate_ccs_rw_copy()