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.c931 static __maybe_unused const struct xe_rtp_entry device_oob_was[] = { variable
936 static_assert(ARRAY_SIZE(device_oob_was) - 1 == _XE_DEVICE_WA_OOB_COUNT);
952 xe_rtp_process_ctx_enable_active_tracking(&ctx, xe->wa_active.oob, ARRAY_SIZE(device_oob_was)); in xe_wa_process_device_oob()
955 xe_rtp_process(&ctx, device_oob_was); in xe_wa_process_device_oob()
1037 sizeof(*p) * BITS_TO_LONGS(ARRAY_SIZE(device_oob_was)), in xe_wa_device_init()
1087 for_each_set_bit(idx, xe->wa_active.oob, ARRAY_SIZE(device_oob_was)) in xe_wa_device_dump()
1088 if (device_oob_was[idx].name) in xe_wa_device_dump()
1089 drm_printf_indent(p, 1, "%s\n", device_oob_was[idx].name); in xe_wa_device_dump()