Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_communication_ctb_abi.h84 #define GUC_CTB_MSG_MAX_LEN (GUC_CTB_MSG_MIN_LEN + GUC_CTB_MAX_DWORDS)
90 #define GUC_CTB_MAX_DWORDS 255 macro
Dguc_relay_communication_abi.h96 (GUC_CTB_MAX_DWORDS - GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN)
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_relay.c165 u32 request_buf[GUC_CTB_MAX_DWORDS];
171 u32 response_buf[GUC_CTB_MAX_DWORDS];
289 relay_assert(relay, txn->offset + len <= GUC_CTB_MAX_DWORDS); in relay_send_transaction()