Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_uc.c158 err = xe_guc_enable_communication(&uc->guc); in vf_uc_init_hw()
198 ret = xe_guc_enable_communication(&uc->guc); in xe_uc_init_hw()
H A Dxe_guc.h35 int xe_guc_enable_communication(struct xe_guc *guc);
H A Dxe_guc.c1112 ret = xe_guc_enable_communication(guc); in vf_guc_min_load_for_hwconfig()
1157 ret = xe_guc_enable_communication(guc); in xe_guc_min_load_for_hwconfig()
1211 int xe_guc_enable_communication(struct xe_guc *guc) in xe_guc_enable_communication() function