Searched refs:xe_guc_ct_send (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_guc_ct.h | 42 int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len,
|
D | xe_guc_pc.c | 147 ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in pc_action_reset() 192 ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in pc_action_set_param() 213 ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in pc_action_unset_param() 230 ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in pc_action_setup_gucrc()
|
D | xe_guc_submit.c | 426 xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g, in init_policies() 437 xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g, in set_min_preemption_timeout() 484 xe_guc_ct_send(&guc->ct, action, len, 0, 0); in __register_mlrc_exec_queue() 505 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0); in __register_exec_queue() 700 xe_guc_ct_send(&guc->ct, action, len, g2h_len, num_g2h); in submit_exec_queue() 708 xe_guc_ct_send(&guc->ct, action, len, 0, 0); in submit_exec_queue() 794 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in disable_scheduling_deregister() 973 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in enable_scheduling() 1002 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in disable_scheduling() 1021 xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), in __deregister_exec_queue()
|
D | xe_gt_pagefault.c | 255 return xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0); in send_pagefault_reply()
|
D | xe_guc_ads.c | 826 return xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in guc_ads_action_update_policies()
|
D | xe_guc_ct.c | 802 int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len, in xe_guc_ct_send() function
|