Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c307 int xe_guc_ct_init_noalloc(struct xe_guc_ct *ct) in xe_guc_ct_init_noalloc() function
342 ALLOW_ERROR_INJECTION(xe_guc_ct_init_noalloc, ERRNO); /* See xe_pci_probe() */
H A Dxe_guc.c735 ret = xe_guc_ct_init_noalloc(&guc->ct); in xe_guc_init_noalloc()