Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_tuning.c166 gt->tuning_active.gt = p; in xe_tuning_init()
168 gt->tuning_active.engine = p; in xe_tuning_init()
170 gt->tuning_active.lrc = p; in xe_tuning_init()
181 gt->tuning_active.gt, in xe_tuning_process_gt()
192 hwe->gt->tuning_active.engine, in xe_tuning_process_engine()
212 hwe->gt->tuning_active.lrc, in xe_tuning_process_lrc()
222 for_each_set_bit(idx, gt->tuning_active.gt, ARRAY_SIZE(gt_tunings)) in xe_tuning_dump()
226 for_each_set_bit(idx, gt->tuning_active.engine, ARRAY_SIZE(engine_tunings)) in xe_tuning_dump()
230 for_each_set_bit(idx, gt->tuning_active.lrc, ARRAY_SIZE(lrc_tunings)) in xe_tuning_dump()
A Dxe_gt_types.h428 } tuning_active; member

Completed in 7 milliseconds