Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_wa.h16 int xe_wa_init(struct xe_gt *gt);
H A Dxe_wa.c919 int xe_wa_init(struct xe_gt *gt) in xe_wa_init() function
945 ALLOW_ERROR_INJECTION(xe_wa_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_gt.c361 err = xe_wa_init(gt); in xe_gt_init_early()