Searched refs:ccs_size (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 911 u64 ccs_ofs, ccs_size; in xe_migrate_copy() local 943 ccs_size = xe_device_ccs_bytes(xe, src_L0); in xe_migrate_copy() 944 batch_size += pte_update_size(m, 0, NULL, &ccs_it, &ccs_size, in xe_migrate_copy() 974 emit_pte(m, bb, ccs_pt, false, false, &ccs_it, ccs_size, src); in xe_migrate_copy() 1122 u64 ccs_ofs, ccs_size; in xe_migrate_ccs_rw_copy() local 1133 ccs_size = xe_device_ccs_bytes(xe, src_L0); in xe_migrate_ccs_rw_copy() 1134 batch_size += pte_update_size(m, 0, NULL, &ccs_it, &ccs_size, &ccs_ofs, in xe_migrate_ccs_rw_copy() 1164 u64 ccs_ofs, ccs_size; in xe_migrate_ccs_rw_copy() local 1175 ccs_size = xe_device_ccs_bytes(xe, src_L0); in xe_migrate_ccs_rw_copy() 1176 batch_size += pte_update_size(m, 0, NULL, &ccs_it, &ccs_size, &ccs_ofs, in xe_migrate_ccs_rw_copy() [all …]
|
| H A D | xe_vram.c | 168 u64 ccs_size = tile_size / 512; in get_flat_ccs_offset() local 189 ccs_size), in get_flat_ccs_offset()
|