Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c623 static inline bool h2g_has_room(struct intel_guc_ct *ct, u32 len_dw) in h2g_has_room() function
651 bool h2g = h2g_has_room(ct, h2g_dw); in has_room_nb()
743 if (unlikely(!h2g_has_room(ct, len + GUC_CTB_HDR_LEN) || in ct_send()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_ct.c461 static bool h2g_has_room(struct xe_guc_ct *ct, u32 cmd_len) in h2g_has_room() function
493 if (!g2h_has_room(ct, g2h_len) || !h2g_has_room(ct, cmd_len)) in has_room()
739 !h2g_has_room(ct, len + GUC_CTB_HDR_LEN))) { in guc_ct_send_locked()