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.c620 static const struct xe_rtp_entry_sr lrc_was[] = { variable
880 ARRAY_SIZE(lrc_was)); in xe_wa_process_lrc()
881 xe_rtp_process_to_sr(&ctx, lrc_was, &hwe->reg_lrc); in xe_wa_process_lrc()
898 n_lrc = BITS_TO_LONGS(ARRAY_SIZE(lrc_was)); in xe_wa_init()
931 for_each_set_bit(idx, gt->wa_active.lrc, ARRAY_SIZE(lrc_was)) in xe_wa_dump()
932 drm_printf_indent(p, 1, "%s\n", lrc_was[idx].name); in xe_wa_dump()