Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_ct.h41 int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len,
H A Dxe_guc_submit.c434 xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g, in init_policies()
445 xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g, in set_min_preemption_timeout()
491 xe_guc_ct_send(&guc->ct, action, len, 0, 0); in __register_mlrc_exec_queue()
512 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0); in __register_exec_queue()
706 xe_guc_ct_send(&guc->ct, action, len, g2h_len, num_g2h); in submit_exec_queue()
714 xe_guc_ct_send(&guc->ct, action, len, 0, 0); in submit_exec_queue()
802 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in disable_scheduling_deregister()
987 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in enable_scheduling()
1016 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in disable_scheduling()
1035 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in __deregister_exec_queue()
H A Dxe_guc_pc.c155 ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in pc_action_reset()
202 ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in pc_action_set_param()
224 ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in pc_action_unset_param()
241 ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in pc_action_setup_gucrc()
H A Dxe_gt_pagefault.c266 return xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0); in send_pagefault_reply()
H A Dxe_guc_ads.c988 return xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in guc_ads_action_update_policies()
H A Dxe_guc_ct.c926 int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len, in xe_guc_ct_send() function