Searched refs:hxg_len (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_ct.c | 1449 u32 hxg_len = msg_len_to_hxg_len(len); in parse_g2h_response() local 1504 g2h_fence->response_len = hxg_len; in parse_g2h_response() 1505 memcpy(g2h_fence->response_buffer, hxg, hxg_len * sizeof(u32)); in parse_g2h_response() 1564 u32 hxg_len = msg_len_to_hxg_len(len); in process_g2h_msg() local 1575 adj_len = hxg_len - GUC_HXG_EVENT_MSG_MIN_LEN; in process_g2h_msg() 1620 ret = xe_guc_relay_process_guc2pf(&guc->relay, hxg, hxg_len); in process_g2h_msg() 1623 ret = xe_guc_relay_process_guc2vf(&guc->relay, hxg, hxg_len); in process_g2h_msg() 1626 ret = xe_gt_sriov_pf_control_process_guc2pf(gt, hxg, hxg_len); in process_g2h_msg() 1629 ret = xe_gt_sriov_pf_monitor_process_guc2pf(gt, hxg, hxg_len); in process_g2h_msg() 1653 action, ERR_PTR(ret), hxg_len, (int)sizeof(u32) * hxg_len, hxg); in process_g2h_msg() [all …]
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_ct.c | 1110 u32 hxg_len, action, len; in ct_process_request() local 1114 hxg_len = request->size - GUC_CTB_MSG_MIN_LEN; in ct_process_request() 1117 len = hxg_len - GUC_HXG_MSG_MIN_LEN; in ct_process_request()
|