Searched refs:wa_active (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_wa.c | 912 xe_rtp_process_ctx_enable_active_tracking(&ctx, xe->wa_active.oob, ARRAY_SIZE(device_oob_was)); in xe_wa_process_device_oob() 914 xe->wa_active.oob_initialized = true; in xe_wa_process_device_oob() 929 xe_rtp_process_ctx_enable_active_tracking(&ctx, gt->wa_active.oob, in xe_wa_process_gt_oob() 931 gt->wa_active.oob_initialized = true; in xe_wa_process_gt_oob() 946 xe_rtp_process_ctx_enable_active_tracking(&ctx, gt->wa_active.gt, in xe_wa_process_gt() 964 xe_rtp_process_ctx_enable_active_tracking(&ctx, hwe->gt->wa_active.engine, in xe_wa_process_engine() 981 xe_rtp_process_ctx_enable_active_tracking(&ctx, hwe->gt->wa_active.lrc, in xe_wa_process_lrc() 1003 xe->wa_active.oob = p; in xe_wa_device_init() 1030 gt->wa_active.gt = p; in xe_wa_gt_init() 1032 gt->wa_active in xe_wa_gt_init() [all...] |
| H A D | xe_device_types.h | 402 } wa_active; member
|