Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.c1440 const u32 lrc_size = xe_gt_lrc_size(gt, hwe->class); in xe_lrc_init() local
1441 u32 bo_size = ring_size + lrc_size + LRC_WA_BB_SIZE; in xe_lrc_init()
1452 lrc->size = lrc_size; in xe_lrc_init()
1492 lrc_size - LRC_PPHWSP_SIZE); in xe_lrc_init()
1504 xe_map_memcpy_to(xe, &map, 0, init_data, lrc_size); in xe_lrc_init()
2288 snapshot->lrc_size = lrc->size; in xe_lrc_snapshot_capture()
2308 snapshot->lrc_snapshot = kvmalloc(snapshot->lrc_size, GFP_KERNEL); in xe_lrc_snapshot_capture_delayed()
2316 snapshot->lrc_size); in xe_lrc_snapshot_capture_delayed()
2360 drm_printf(p, "\n\t[HWCTX].length: 0x%lx\n", snapshot->lrc_size - LRC_PPHWSP_SIZE); in xe_lrc_snapshot_print()
2365 for (; i < snapshot->lrc_size; i += sizeof(u32)) { in xe_lrc_snapshot_print()
H A Dxe_lrc.h26 unsigned long lrc_size, lrc_offset; member