Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_wa.c818 VISIBLE_IF_KUNIT __maybe_unused const struct xe_rtp_table device_oob_was = { variable
822 EXPORT_SYMBOL_IF_KUNIT(device_oob_was);
838 xe_rtp_process_ctx_enable_active_tracking(&ctx, xe->wa_active.oob, device_oob_was.n_entries); in xe_wa_process_device_oob()
841 xe_rtp_process(&ctx, &device_oob_was); in xe_wa_process_device_oob()
923 sizeof(*p) * BITS_TO_LONGS(device_oob_was.n_entries), in xe_wa_device_init()
973 for_each_set_bit(idx, xe->wa_active.oob, device_oob_was.n_entries) in xe_wa_device_dump()
974 if (device_oob_was.entries[idx].name) in xe_wa_device_dump()
975 drm_printf_indent(p, 1, "%s\n", device_oob_was.entries[idx].name); in xe_wa_device_dump()