Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_ct.c505 static void __g2h_reserve_space(struct xe_guc_ct *ct, u32 g2h_len, u32 num_g2h) in __g2h_reserve_space() argument
508 xe_gt_assert(ct_to_gt(ct), (!g2h_len && !num_g2h) || in __g2h_reserve_space()
509 (g2h_len && num_g2h)); in __g2h_reserve_space()
518 ct->g2h_outstanding += num_g2h; in __g2h_reserve_space()
634 u32 len, u32 g2h_len, u32 num_g2h, in __guc_ct_send_locked() argument
643 xe_gt_assert(gt, !num_g2h || !g2h_fence); in __guc_ct_send_locked()
644 xe_gt_assert(gt, !g2h_len || num_g2h); in __guc_ct_send_locked()
645 xe_gt_assert(gt, g2h_len || !num_g2h); in __guc_ct_send_locked()
667 num_g2h = 1; in __guc_ct_send_locked()
697 __g2h_reserve_space(ct, g2h_len, num_g2h); in __guc_ct_send_locked()
[all …]
Dxe_guc_ct.h43 u32 g2h_len, u32 num_g2h);
45 u32 g2h_len, u32 num_g2h);
Dxe_guc_submit.c667 u32 num_g2h = 0; in submit_exec_queue() local
686 num_g2h = 1; in submit_exec_queue()
700 xe_guc_ct_send(&guc->ct, action, len, g2h_len, num_g2h); in submit_exec_queue()