Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lrc.c44 unsigned long lrc_size, lrc_offset; member
904 u32 lrc_size; in xe_lrc_init() local
909 lrc_size = ring_size + xe_gt_lrc_size(gt, hwe->class); in xe_lrc_init()
917 lrc->bo = xe_bo_create_pin_map(xe, tile, vm, lrc_size, in xe_lrc_init()
925 lrc->size = lrc_size; in xe_lrc_init()
1664 snapshot->lrc_size = lrc->bo->size - snapshot->lrc_offset; in xe_lrc_snapshot_capture()
1684 snapshot->lrc_snapshot = kvmalloc(snapshot->lrc_size, GFP_KERNEL); in xe_lrc_snapshot_capture_delayed()
1692 snapshot->lrc_size); in xe_lrc_snapshot_capture_delayed()
1735 drm_printf(p, "\n\t[HWCTX].length: 0x%lx\n", snapshot->lrc_size - LRC_PPHWSP_SIZE); in xe_lrc_snapshot_print()
1737 for (; i < snapshot->lrc_size; i += sizeof(u32)) { in xe_lrc_snapshot_print()