Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_wa.c748 static __maybe_unused const struct xe_rtp_entry oob_was[] = { variable
753 static_assert(ARRAY_SIZE(oob_was) - 1 == _XE_WA_OOB_COUNT);
769 ARRAY_SIZE(oob_was)); in xe_wa_process_oob()
771 xe_rtp_process(&ctx, oob_was); in xe_wa_process_oob()
840 n_oob = BITS_TO_LONGS(ARRAY_SIZE(oob_was)); in xe_wa_init()
875 for_each_set_bit(idx, gt->wa_active.oob, ARRAY_SIZE(oob_was)) in xe_wa_dump()
876 if (oob_was[idx].name) in xe_wa_dump()
877 drm_printf_indent(p, 1, "%s\n", oob_was[idx].name); in xe_wa_dump()