Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/abi/
H A 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/drivers/gpu/drm/i915/gt/uc/
H A 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/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c1098 return msg + GUC_CTB_MSG_MIN_LEN; in msg_to_hxg()
1103 return len - GUC_CTB_MSG_MIN_LEN; in msg_len_to_hxg_len()
1404 len = FIELD_GET(GUC_CTB_MSG_0_NUM_DWORDS, msg[0]) + GUC_CTB_MSG_MIN_LEN; in g2h_read()