Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/abi/
A Dguc_messages_abi.h42 #define GUC_HXG_MSG_MIN_LEN 1u macro
87 #define GUC_HXG_REQUEST_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
119 #define GUC_HXG_EVENT_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
144 #define GUC_HXG_BUSY_MSG_LEN GUC_HXG_MSG_MIN_LEN
167 #define GUC_HXG_RETRY_MSG_LEN GUC_HXG_MSG_MIN_LEN
190 #define GUC_HXG_FAILURE_MSG_LEN GUC_HXG_MSG_MIN_LEN
217 #define GUC_HXG_RESPONSE_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
A Dguc_communication_ctb_abi.h113 #define GUC_CTB_HXG_MSG_MIN_LEN (GUC_CTB_MSG_MIN_LEN + GUC_HXG_MSG_MIN_LEN)
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_ct.c895 const u32 *data = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_handle_response()
896 u32 datalen = len - GUC_HXG_MSG_MIN_LEN; in ct_handle_response()
902 GEM_BUG_ON(len < GUC_HXG_MSG_MIN_LEN); in ct_handle_response()
957 payload = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_process_request()
959 len = hxg_len - GUC_HXG_MSG_MIN_LEN; in ct_process_request()
1094 ERR_PTR(err), 4 * GUC_HXG_MSG_MIN_LEN, hxg); in ct_handle_hxg()

Completed in 7 milliseconds