Searched refs:g2h_len (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_guc_ct.c | 553 if (!g2h_len) in g2h_has_room() 581 (g2h_len && num_g2h)); in __g2h_reserve_space() 583 if (g2h_len) { in __g2h_reserve_space() 615 ct->ctbs.g2h.info.space += g2h_len; in __g2h_release_space() 623 __g2h_release_space(ct, g2h_len); in g2h_release_space() 804 if (g2h_len) in __guc_ct_send_locked() 821 if (g2h_len) in __guc_ct_send_locked() 835 u32 g2h_len, u32 num_g2h, in guc_ct_send_locked() argument 883 g2h_len); in guc_ct_send_locked() 927 u32 g2h_len, u32 num_g2h) in xe_guc_ct_send() argument [all …]
|
| H A D | xe_guc_ct.h | 42 u32 g2h_len, u32 num_g2h); 44 u32 g2h_len, u32 num_g2h);
|
| H A D | xe_guc_submit.c | 672 u32 g2h_len = 0; in submit_exec_queue() local 691 g2h_len = G2H_LEN_DW_SCHED_CONTEXT_MODE_SET; in submit_exec_queue() 706 xe_guc_ct_send(&guc->ct, action, len, g2h_len, num_g2h); in submit_exec_queue()
|