Lines Matching refs:wa_active
768 xe_rtp_process_ctx_enable_active_tracking(&ctx, gt->wa_active.oob, in xe_wa_process_oob()
770 gt->wa_active.oob_initialized = true; in xe_wa_process_oob()
785 xe_rtp_process_ctx_enable_active_tracking(&ctx, gt->wa_active.gt, in xe_wa_process_gt()
803 xe_rtp_process_ctx_enable_active_tracking(&ctx, hwe->gt->wa_active.engine, in xe_wa_process_engine()
820 xe_rtp_process_ctx_enable_active_tracking(&ctx, hwe->gt->wa_active.lrc, in xe_wa_process_lrc()
847 gt->wa_active.gt = p; in xe_wa_init()
849 gt->wa_active.engine = p; in xe_wa_init()
851 gt->wa_active.lrc = p; in xe_wa_init()
853 gt->wa_active.oob = p; in xe_wa_init()
863 for_each_set_bit(idx, gt->wa_active.gt, ARRAY_SIZE(gt_was)) in xe_wa_dump()
867 for_each_set_bit(idx, gt->wa_active.engine, ARRAY_SIZE(engine_was)) in xe_wa_dump()
871 for_each_set_bit(idx, gt->wa_active.lrc, ARRAY_SIZE(lrc_was)) in xe_wa_dump()
875 for_each_set_bit(idx, gt->wa_active.oob, ARRAY_SIZE(oob_was)) in xe_wa_dump()