Home
last modified time | relevance | path

Searched refs:GUC_CTB_MSG_MIN_LEN (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_communication_ctb_abi.h83 #define GUC_CTB_MSG_MIN_LEN GUC_CTB_HDR_LEN macro
84 #define GUC_CTB_MSG_MAX_LEN (GUC_CTB_MSG_MIN_LEN + GUC_CTB_MAX_DWORDS)
114 #define GUC_CTB_HXG_MSG_MIN_LEN (GUC_CTB_MSG_MIN_LEN + GUC_HXG_MSG_MIN_LEN)
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/abi/
Dguc_communication_ctb_abi.h85 #define GUC_CTB_MSG_MIN_LEN GUC_CTB_HDR_LEN macro
115 #define GUC_CTB_HXG_MSG_MIN_LEN (GUC_CTB_MSG_MIN_LEN + GUC_HXG_MSG_MIN_LEN)
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c953 len = FIELD_GET(GUC_CTB_MSG_0_NUM_DWORDS, header) + GUC_CTB_MSG_MIN_LEN; in ct_read()
1043 const u32 *hxg = &response->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_response()
1115 hxg = &request->msg[GUC_CTB_MSG_MIN_LEN]; in ct_process_request()
1116 hxg_len = request->size - GUC_CTB_MSG_MIN_LEN; in ct_process_request()
1214 const u32 *hxg = &request->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_event()
1256 hxg = &msg->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_hxg()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_ct.c977 return msg + GUC_CTB_MSG_MIN_LEN; in msg_to_hxg()
982 return len - GUC_CTB_MSG_MIN_LEN; in msg_len_to_hxg_len()
1220 len = FIELD_GET(GUC_CTB_MSG_0_NUM_DWORDS, msg[0]) + GUC_CTB_MSG_MIN_LEN; in g2h_read()