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_table_sr lrc_was = XE_RTP_TABLE_SR( variable
908 lrc_was.n_entries); in xe_wa_process_lrc()
909 xe_rtp_process_to_sr(&ctx, &lrc_was, &hwe->reg_lrc, true); in xe_wa_process_lrc()
948 n_lrc = BITS_TO_LONGS(lrc_was.n_entries); in xe_wa_gt_init()
1000 for_each_set_bit(idx, gt->wa_active.lrc, lrc_was.n_entries) in xe_wa_gt_dump()
1001 drm_printf_indent(p, 1, "%s\n", lrc_was.entries[idx].name); in xe_wa_gt_dump()