Searched defs:g2h_len (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_ct.c | 676 static bool g2h_has_room(struct xe_guc_ct *ct, u32 g2h_len) in g2h_has_room() 686 static int has_room(struct xe_guc_ct *ct, u32 cmd_len, u32 g2h_len) in has_room() 702 static void __g2h_reserve_space(struct xe_guc_ct *ct, u32 g2h_len, u32 num_g2h) in __g2h_reserve_space() 719 static void __g2h_release_space(struct xe_guc_ct *ct, u32 g2h_len) in __g2h_release_space() 745 static void g2h_release_space(struct xe_guc_ct *ct, u32 g2h_len) in g2h_release_space() 923 u32 len, u32 g2h_len, u32 num_g2h, in __guc_ct_send_locked() 1007 u32 g2h_len, struct g2h_fence *g2h_fence, in guc_ct_send_wait_for_retry() 1063 u32 g2h_len, u32 num_g2h, in guc_ct_send_locked() 1095 u32 g2h_len, u32 num_g2h, struct g2h_fence *g2h_fence) in guc_ct_send() 1109 u32 g2h_len, u32 num_g2h) in xe_guc_ct_send() [all …]
|
| H A D | xe_guc_submit.c | 838 u32 g2h_len = 0; in submit_exec_queue() local
|