Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c540 xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g, in init_policies()
553 xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g, in set_min_preemption_timeout()
852 xe_guc_ct_send(&guc->ct, action, len, G2H_LEN_DW_MULTI_QUEUE_CONTEXT, 1); in xe_guc_exec_queue_group_cgp_sync()
950 xe_guc_ct_send(&guc->ct, action, len, 0, 0); in __register_mlrc_exec_queue()
979 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0); in __register_exec_queue()
1189 xe_guc_ct_send(&guc->ct, action, len, g2h_len, num_g2h); in submit_exec_queue()
1197 xe_guc_ct_send(&guc->ct, action, len, 0, 0); in submit_exec_queue()
1304 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in disable_scheduling_deregister()
1437 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in enable_scheduling()
1470 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in disable_scheduling()
[all …]
H A Dxe_guc_ads.c986 return xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in guc_ads_action_update_policies()
H A Dxe_guc_ct.c1231 int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len, in xe_guc_ct_send() function