Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_wa.c101 static const struct xe_rtp_entry_sr gt_was[] = { variable
845 ARRAY_SIZE(gt_was)); in xe_wa_process_gt()
846 xe_rtp_process_to_sr(&ctx, gt_was, &gt->reg_sr); in xe_wa_process_gt()
896 n_gt = BITS_TO_LONGS(ARRAY_SIZE(gt_was)); in xe_wa_init()
923 for_each_set_bit(idx, gt->wa_active.gt, ARRAY_SIZE(gt_was)) in xe_wa_dump()
924 drm_printf_indent(p, 1, "%s\n", gt_was[idx].name); in xe_wa_dump()