Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c570 static inline bool g2h_has_room(struct intel_guc_ct *ct, u32 g2h_len_dw) in g2h_has_room() function
585 GEM_BUG_ON(!g2h_has_room(ct, g2h_len_dw)); in g2h_reserve_space()
625 bool g2h = g2h_has_room(ct, g2h_dw); in has_room_nb()
717 !g2h_has_room(ct, GUC_CTB_HXG_MSG_MAX_LEN))) { in ct_send()