Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_tuning.c23 static const struct xe_rtp_entry_sr gt_tunings[] = { variable
183 n_gt = BITS_TO_LONGS(ARRAY_SIZE(gt_tunings)); in xe_tuning_init()
208 ARRAY_SIZE(gt_tunings)); in xe_tuning_process_gt()
209 xe_rtp_process_to_sr(&ctx, gt_tunings, ARRAY_SIZE(gt_tunings), in xe_tuning_process_gt()
257 for_each_set_bit(idx, gt->tuning_active.gt, ARRAY_SIZE(gt_tunings)) in xe_tuning_dump()
258 drm_printf_indent(p, 1, "%s\n", gt_tunings[idx].name); in xe_tuning_dump()