Searched refs:lrc_size (Results 1 – 1 of 1) sorted by relevance
1397 const u32 lrc_size = xe_gt_lrc_size(gt, hwe->class); in xe_lrc_init() local1398 u32 bo_size = ring_size + lrc_size + LRC_WA_BB_SIZE; in xe_lrc_init()1408 lrc->size = lrc_size; in xe_lrc_init()1448 lrc_size - LRC_PPHWSP_SIZE); in xe_lrc_init()1457 xe_map_memcpy_to(xe, &map, 0, init_data, lrc_size); in xe_lrc_init()2240 snapshot->lrc_size = lrc->size; in xe_lrc_snapshot_capture()2258 snapshot->lrc_snapshot = kvmalloc(snapshot->lrc_size, GFP_KERNEL); in xe_lrc_snapshot_capture_delayed()2266 snapshot->lrc_size); in xe_lrc_snapshot_capture_delayed()2310 drm_printf(p, "\n\t[HWCTX].length: 0x%lx\n", snapshot->lrc_size - LRC_PPHWSP_SIZE); in xe_lrc_snapshot_print()2312 for (; i < snapshot->lrc_size; i += sizeof(u32)) { in xe_lrc_snapshot_print()