Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ads.h11 int xe_guc_ads_init(struct xe_guc_ads *ads);
H A Dxe_guc_ads.c406 int xe_guc_ads_init(struct xe_guc_ads *ads) in xe_guc_ads_init() function
429 ALLOW_ERROR_INJECTION(xe_guc_ads_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_guc.c348 ret = xe_guc_ads_init(&guc->ads); in xe_guc_init()