Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_wa.c704 static const struct xe_rtp_entry_sr lrc_was[] = { variable
1022 ARRAY_SIZE(lrc_was)); in xe_wa_process_lrc()
1023 xe_rtp_process_to_sr(&ctx, lrc_was, ARRAY_SIZE(lrc_was), &hwe->reg_lrc); in xe_wa_process_lrc()
1062 n_lrc = BITS_TO_LONGS(ARRAY_SIZE(lrc_was)); in xe_wa_gt_init()
1114 for_each_set_bit(idx, gt->wa_active.lrc, ARRAY_SIZE(lrc_was)) in xe_wa_gt_dump()
1115 drm_printf_indent(p, 1, "%s\n", lrc_was[idx].name); in xe_wa_gt_dump()