Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_tuning.h13 int xe_tuning_init(struct xe_gt *gt);
H A Dxe_tuning.c155 int xe_tuning_init(struct xe_gt *gt) in xe_tuning_init() function
178 ALLOW_ERROR_INJECTION(xe_tuning_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_gt.c477 err = xe_tuning_init(gt); in xe_gt_init_early()