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.c814 xe_rtp_process_ctx_enable_active_tracking(&ctx, xe->wa_active.oob, ARRAY_SIZE(device_oob_was)); in xe_wa_process_device_oob()
816 xe->wa_active.oob_initialized = true; in xe_wa_process_device_oob()
831 xe_rtp_process_ctx_enable_active_tracking(&ctx, gt->wa_active.oob, in xe_wa_process_gt_oob()
833 gt->wa_active.oob_initialized = true; in xe_wa_process_gt_oob()
848 xe_rtp_process_ctx_enable_active_tracking(&ctx, gt->wa_active.gt, in xe_wa_process_gt()
867 xe_rtp_process_ctx_enable_active_tracking(&ctx, hwe->gt->wa_active.engine, in xe_wa_process_engine()
885 xe_rtp_process_ctx_enable_active_tracking(&ctx, hwe->gt->wa_active.lrc, in xe_wa_process_lrc()
908 xe->wa_active.oob = p; in xe_wa_device_init()
935 gt->wa_active.gt = p; in xe_wa_gt_init()
937 gt->wa_active.engine = p; in xe_wa_gt_init()
[all …]
H A Dxe_gt_types.h350 } wa_active; member