Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/abi/
H A Dguc_messages_abi.h43 #define GUC_HXG_MSG_MIN_LEN 1u macro
89 #define GUC_HXG_REQUEST_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
149 #define GUC_HXG_EVENT_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
174 #define GUC_HXG_BUSY_MSG_LEN GUC_HXG_MSG_MIN_LEN
197 #define GUC_HXG_RETRY_MSG_LEN GUC_HXG_MSG_MIN_LEN
220 #define GUC_HXG_FAILURE_MSG_LEN GUC_HXG_MSG_MIN_LEN
247 #define GUC_HXG_RESPONSE_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
H A Dguc_relay_communication_abi.h94 #define GUC_RELAY_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
H A Dguc_relay_actions_abi.h166 #define VF2PF_QUERY_RUNTIME_RESPONSE_MSG_MIN_LEN (GUC_HXG_MSG_MIN_LEN + 1u)
/linux/drivers/gpu/drm/i915/gt/uc/abi/
H A Dguc_messages_abi.h43 #define GUC_HXG_MSG_MIN_LEN 1u macro
89 #define GUC_HXG_REQUEST_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
149 #define GUC_HXG_EVENT_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
174 #define GUC_HXG_BUSY_MSG_LEN GUC_HXG_MSG_MIN_LEN
197 #define GUC_HXG_RETRY_MSG_LEN GUC_HXG_MSG_MIN_LEN
220 #define GUC_HXG_FAILURE_MSG_LEN GUC_HXG_MSG_MIN_LEN
247 #define GUC_HXG_RESPONSE_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
H A Dguc_communication_ctb_abi.h115 #define GUC_CTB_HXG_MSG_MIN_LEN (GUC_CTB_MSG_MIN_LEN + GUC_HXG_MSG_MIN_LEN)
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_monitor.c84 xe_gt_assert(gt, len >= GUC_HXG_MSG_MIN_LEN); in xe_gt_sriov_pf_monitor_process_guc2pf()
H A Dxe_guc_ct.c1837 u32 *payload = hxg + GUC_HXG_MSG_MIN_LEN; in g2h_fast_path()
1838 u32 adj_len = hxg_len - GUC_HXG_MSG_MIN_LEN; in g2h_fast_path()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c69 KUNIT_ASSERT_GE(test, len, GUC_HXG_MSG_MIN_LEN); in replacement_xe_guc_ct_send_recv_always_fails()
235 KUNIT_ASSERT_GE(test, len, GUC_HXG_MSG_MIN_LEN); in replacement_xe_guc_ct_send_recv_loopback_relay()