Home
last modified time | relevance | path

Searched refs:hxg_len (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_ct.c1007 u32 hxg_len = msg_len_to_hxg_len(len); in parse_g2h_response() local
1053 g2h_fence->response_len = hxg_len; in parse_g2h_response()
1054 memcpy(g2h_fence->response_buffer, hxg, hxg_len * sizeof(u32)); in parse_g2h_response()
1112 u32 hxg_len = msg_len_to_hxg_len(len); in process_g2h_msg() local
1123 adj_len = hxg_len - GUC_HXG_EVENT_MSG_MIN_LEN; in process_g2h_msg()
1162 ret = xe_guc_relay_process_guc2pf(&guc->relay, hxg, hxg_len); in process_g2h_msg()
1165 ret = xe_guc_relay_process_guc2vf(&guc->relay, hxg, hxg_len); in process_g2h_msg()
1168 ret = xe_gt_sriov_pf_control_process_guc2pf(gt, hxg, hxg_len); in process_g2h_msg()
1171 ret = xe_gt_sriov_pf_monitor_process_guc2pf(gt, hxg, hxg_len); in process_g2h_msg()
1278 u32 hxg_len = msg_len_to_hxg_len(len); in g2h_fast_path() local
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c1112 u32 hxg_len, action, len; in ct_process_request() local
1116 hxg_len = request->size - GUC_CTB_MSG_MIN_LEN; in ct_process_request()
1119 len = hxg_len - GUC_HXG_MSG_MIN_LEN; in ct_process_request()