Searched refs:wa_active (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
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() 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() [all …]
|
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); \
|
D | xe_gt_types.h | 412 } wa_active; member
|