Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c440 u32 hxg; in ct_write() local
476 hxg = FIELD_PREP(GUC_HXG_MSG_0_TYPE, type) | in ct_write()
486 cmds[tail] = hxg; in ct_write()
1044 const u32 *data = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_handle_response()
1075 WRITE_ONCE(req->status, hxg[0]); in ct_handle_response()
1110 const u32 *hxg; in ct_process_request() local
1115 hxg = &request->msg[GUC_CTB_MSG_MIN_LEN]; in ct_process_request()
1117 payload = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_process_request()
1250 u32 *hxg; in ct_handle_hxg() local
1256 hxg = &msg->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_hxg()
[all …]
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c1110 u32 *hxg = msg_to_hxg(msg); in parse_g2h_event() local
1147 u32 *hxg = msg_to_hxg(msg); in parse_g2h_response() local
1150 u32 type = FIELD_GET(GUC_HXG_MSG_0_TYPE, hxg[0]); in parse_g2h_response()
1215 u32 *hxg = msg_to_hxg(msg); in parse_g2h_msg() local
1230 type = FIELD_GET(GUC_HXG_MSG_0_TYPE, hxg[0]); in parse_g2h_msg()
1256 u32 *hxg = msg_to_hxg(msg); in process_g2h_msg() local
1265 payload = hxg + GUC_HXG_EVENT_MSG_MIN_LEN; in process_g2h_msg()
1343 u32 *hxg; in g2h_read() local
1454 hxg = msg_to_hxg(msg); in g2h_read()
1489 u32 *hxg = msg_to_hxg(msg); in g2h_fast_path() local
[all …]