Searched refs:wa_active (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_wa.c | 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() 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() [all …]
|
| A D | xe_wa.h | 31 xe_gt_assert(gt__, (gt__)->wa_active.oob_initialized); \ 32 test_bit(XE_WA_OOB_ ## id__, (gt__)->wa_active.oob); \
|
| A D | xe_gt_types.h | 412 } wa_active; member
|
Completed in 10 milliseconds