Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_wa.c836 static __maybe_unused const struct xe_rtp_entry oob_was[] = { variable
841 static_assert(ARRAY_SIZE(oob_was) - 1 == _XE_WA_OOB_COUNT);
857 ARRAY_SIZE(oob_was)); in xe_wa_process_oob()
859 xe_rtp_process(&ctx, oob_was); in xe_wa_process_oob()
928 n_oob = BITS_TO_LONGS(ARRAY_SIZE(oob_was)); in xe_wa_init()
964 for_each_set_bit(idx, gt->wa_active.oob, ARRAY_SIZE(oob_was)) in xe_wa_dump()
965 if (oob_was[idx].name) in xe_wa_dump()
966 drm_printf_indent(p, 1, "%s\n", oob_was[idx].name); in xe_wa_dump()