Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_ct.h42 int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len,
Dxe_guc_pc.c147 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()
Dxe_guc_submit.c426 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()
Dxe_gt_pagefault.c255 return xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0); in send_pagefault_reply()
Dxe_guc_ads.c826 return xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0); in guc_ads_action_update_policies()
Dxe_guc_ct.c802 int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len, in xe_guc_ct_send() function