Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ads.h14 int xe_guc_ads_init_post_hwconfig(struct xe_guc_ads *ads);
H A Dxe_guc_ads.c414 * xe_guc_ads_init_post_hwconfig - initialize ADS post hwconfig load
423 int xe_guc_ads_init_post_hwconfig(struct xe_guc_ads *ads) in xe_guc_ads_init_post_hwconfig() function
H A Dxe_guc.c898 return xe_guc_ads_init_post_hwconfig(&guc->ads); in xe_guc_init_post_hwconfig()