Home
last modified time | relevance | path

Searched refs:wa_active (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_wa.c952 xe_rtp_process_ctx_enable_active_tracking(&ctx, xe->wa_active.oob, ARRAY_SIZE(device_oob_was)); in xe_wa_process_device_oob()
954 xe->wa_active.oob_initialized = true; in xe_wa_process_device_oob()
969 xe_rtp_process_ctx_enable_active_tracking(&ctx, gt->wa_active.oob, in xe_wa_process_gt_oob()
971 gt->wa_active.oob_initialized = true; in xe_wa_process_gt_oob()
986 xe_rtp_process_ctx_enable_active_tracking(&ctx, gt->wa_active.gt, in xe_wa_process_gt()
1004 xe_rtp_process_ctx_enable_active_tracking(&ctx, hwe->gt->wa_active.engine, in xe_wa_process_engine()
1021 xe_rtp_process_ctx_enable_active_tracking(&ctx, hwe->gt->wa_active.lrc, in xe_wa_process_lrc()
1043 xe->wa_active.oob = p; in xe_wa_device_init()
1070 gt->wa_active.gt = p; in xe_wa_gt_init()
1072 gt->wa_active.engine = p; in xe_wa_gt_init()
[all …]
H A Dxe_device_types.h371 } wa_active; member