Home
last modified time | relevance | path

Searched refs:num_g2h (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_ct.h42 u32 g2h_len, u32 num_g2h);
44 u32 g2h_len, u32 num_g2h);
H A Dxe_guc_ct.c581 (g2h_len && num_g2h)); in __g2h_reserve_space()
590 ct->g2h_outstanding += num_g2h; in __g2h_reserve_space()
755 u32 len, u32 g2h_len, u32 num_g2h, in __guc_ct_send_locked() argument
764 xe_gt_assert(gt, !num_g2h || !g2h_fence); in __guc_ct_send_locked()
765 xe_gt_assert(gt, !g2h_len || num_g2h); in __guc_ct_send_locked()
766 xe_gt_assert(gt, g2h_len || !num_g2h); in __guc_ct_send_locked()
788 num_g2h = 1; in __guc_ct_send_locked()
818 __g2h_reserve_space(ct, g2h_len, num_g2h); in __guc_ct_send_locked()
835 u32 g2h_len, u32 num_g2h, in guc_ct_send_locked() argument
927 u32 g2h_len, u32 num_g2h) in xe_guc_ct_send() argument
[all …]
H A Dxe_guc_submit.c673 u32 num_g2h = 0; in submit_exec_queue() local
692 num_g2h = 1; in submit_exec_queue()
706 xe_guc_ct_send(&guc->ct, action, len, g2h_len, num_g2h); in submit_exec_queue()