Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c413 u32 hxg; in ct_write() local
449 hxg = FIELD_PREP(GUC_HXG_MSG_0_TYPE, type) | in ct_write()
454 tail, 4, &header, 4, &hxg, 4 * (len - 1), &action[1]); in ct_write()
459 cmds[tail] = hxg; in ct_write()
1016 const u32 *hxg = &response->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_response() local
1017 const u32 *data = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_handle_response()
1025 GEM_BUG_ON(FIELD_GET(GUC_HXG_MSG_0_ORIGIN, hxg[0]) != GUC_HXG_ORIGIN_GUC); in ct_handle_response()
1026 GEM_BUG_ON(FIELD_GET(GUC_HXG_MSG_0_TYPE, hxg[0]) != GUC_HXG_TYPE_RESPONSE_SUCCESS && in ct_handle_response()
1027 FIELD_GET(GUC_HXG_MSG_0_TYPE, hxg[0]) != GUC_HXG_TYPE_NO_RESPONSE_RETRY && in ct_handle_response()
1028 FIELD_GET(GUC_HXG_MSG_0_TYPE, hxg[ in ct_handle_response()
1074 const u32 *hxg; ct_process_request() local
1179 const u32 *hxg = &request->msg[GUC_CTB_MSG_MIN_LEN]; ct_handle_event() local
1207 u32 *hxg; ct_handle_hxg() local
[all...]

Completed in 2 milliseconds