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.c1607 const u32 lrc_size = xe_gt_lrc_size(gt, hwe->class); in xe_lrc_init() local
1608 u32 bo_size = ring_size + lrc_size + LRC_WA_BB_SIZE; in xe_lrc_init()
1618 lrc->size = lrc_size; in xe_lrc_init()
2481 snapshot->lrc_size = lrc->size; in xe_lrc_snapshot_capture()
2501 snapshot->lrc_snapshot = kvmalloc(snapshot->lrc_size, GFP_KERNEL); in xe_lrc_snapshot_capture_delayed()
2509 snapshot->lrc_size); in xe_lrc_snapshot_capture_delayed()
2553 drm_printf(p, "\n\t[HWCTX].length: 0x%lx\n", snapshot->lrc_size - LRC_PPHWSP_SIZE); in xe_lrc_snapshot_print()
2558 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