Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_relay_communication_abi.h94 #define GUC_RELAY_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN macro
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_relay.c213 relay_assert(relay, action_len >= GUC_RELAY_MSG_MIN_LEN); in __relay_get_transaction()
217 relay_assert(relay, resp_size == 0 || resp_size >= GUC_RELAY_MSG_MIN_LEN); in __relay_get_transaction()
290 relay_assert(relay, len >= GUC_RELAY_MSG_MIN_LEN); in relay_send_transaction()
460 relay_assert(relay, txn->response_len >= GUC_RELAY_MSG_MIN_LEN); in relay_send_message_and_wait()
484 relay_assert(relay, len >= GUC_RELAY_MSG_MIN_LEN); in relay_send_to()
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_guc_relay_test.c481 u32 len = GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN + GUC_RELAY_MSG_MIN_LEN; in xe_drops_guc2pf_if_not_ready()
491 u32 len = GUC2VF_RELAY_FROM_PF_EVENT_MSG_MIN_LEN + GUC_RELAY_MSG_MIN_LEN; in xe_drops_guc2vf_if_not_ready()
500 u32 msg[GUC_RELAY_MSG_MIN_LEN]; in xe_rejects_send_if_not_ready()