Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c554 static inline bool h2g_has_room(struct intel_guc_ct *ct, u32 len_dw) in h2g_has_room() function
581 bool h2g = h2g_has_room(ct, h2g_dw); in has_room_nb()
673 if (unlikely(!h2g_has_room(ct, len + GUC_CTB_HDR_LEN) || in ct_send()