Searched refs:hxg (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_ct.c | 1435 u32 *hxg = msg_to_hxg(msg); in parse_g2h_event() local 1436 u32 action = FIELD_GET(GUC_HXG_EVENT_MSG_0_ACTION, hxg[0]); in parse_g2h_event() 1474 u32 *hxg = msg_to_hxg(msg); in parse_g2h_response() local 1477 u32 type = FIELD_GET(GUC_HXG_MSG_0_TYPE, hxg[0]); in parse_g2h_response() 1494 FIELD_GET(GUC_HXG_FAILURE_MSG_0_ERROR, hxg[0]), in parse_g2h_response() 1495 FIELD_GET(GUC_HXG_FAILURE_MSG_0_HINT, hxg[0])); in parse_g2h_response() 1524 g2h_fence->error = FIELD_GET(GUC_HXG_FAILURE_MSG_0_ERROR, hxg[0]); in parse_g2h_response() 1525 g2h_fence->hint = FIELD_GET(GUC_HXG_FAILURE_MSG_0_HINT, hxg[0]); in parse_g2h_response() 1528 g2h_fence->reason = FIELD_GET(GUC_HXG_RETRY_MSG_0_REASON, hxg[0]); in parse_g2h_response() 1531 memcpy(g2h_fence->response_buffer, hxg, hxg_len * sizeof(u32)); in parse_g2h_response() [all …]
|