Searched refs:xe_guc_ct_send (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_guc_ct.h | 41 int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len,
|
| H A D | xe_guc_submit.c | 434 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 D | xe_guc_pc.c | 155 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 D | xe_gt_pagefault.c | 266 return xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0); in send_pagefault_reply()
|
| H A D | xe_guc_ads.c | 988 return xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in guc_ads_action_update_policies()
|
| H A D | xe_guc_ct.c | 926 int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len, in xe_guc_ct_send() function
|