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.c545 xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g, in init_policies()
558 xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g, in set_min_preemption_timeout()
787 xe_guc_ct_send(&guc->ct, action, len, G2H_LEN_DW_MULTI_QUEUE_CONTEXT, 1); in xe_guc_exec_queue_group_cgp_sync()
885 xe_guc_ct_send(&guc->ct, action, len, 0, 0); in __register_mlrc_exec_queue()
914 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0); in __register_exec_queue()
1145 xe_guc_ct_send(&guc->ct, action, len, g2h_len, num_g2h); in submit_exec_queue()
1153 xe_guc_ct_send(&guc->ct, action, len, 0, 0); in submit_exec_queue()
1260 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in disable_scheduling_deregister()
1403 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in enable_scheduling()
1436 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in disable_scheduling()
[all …]
H A Dxe_guc_ads.c978 return xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in guc_ads_action_update_policies()
H A Dxe_guc_ct.c1205 int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len, in xe_guc_ct_send() function