Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_tuning.h13 int xe_tuning_init(struct xe_gt *gt);
H A Dxe_tuning.c146 int xe_tuning_init(struct xe_gt *gt) in xe_tuning_init() function
169 ALLOW_ERROR_INJECTION(xe_tuning_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_gt.c365 err = xe_tuning_init(gt); in xe_gt_init_early()