Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_wa.c573 static const struct xe_rtp_entry_sr lrc_was[] = { variable
821 ARRAY_SIZE(lrc_was)); in xe_wa_process_lrc()
822 xe_rtp_process_to_sr(&ctx, lrc_was, &hwe->reg_lrc); in xe_wa_process_lrc()
839 n_lrc = BITS_TO_LONGS(ARRAY_SIZE(lrc_was)); in xe_wa_init()
871 for_each_set_bit(idx, gt->wa_active.lrc, ARRAY_SIZE(lrc_was)) in xe_wa_dump()
872 drm_printf_indent(p, 1, "%s\n", lrc_was[idx].name); in xe_wa_dump()