Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/abi/
H A Dguc_communication_ctb_abi.h86 #define GUC_CTB_MSG_MAX_LEN 256u macro
116 #define GUC_CTB_HXG_MSG_MAX_LEN GUC_CTB_MSG_MAX_LEN
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c642 xe_gt_assert(gt, full_len <= GUC_CTB_MSG_MAX_LEN); in h2g_write()