Searched refs:guc_ct_send_recv (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_ct.c | 419 /* make sure guc_ct_send_recv() will see g2h_fence changes */ in guc_ct_change_state() 1043 static int guc_ct_send_recv(struct xe_guc_ct *ct, const u32 *action, u32 len, in guc_ct_send_recv() function 1156 return guc_ct_send_recv(ct, action, len, response_buffer, false); in xe_guc_ct_send_recv() 1163 return guc_ct_send_recv(ct, action, len, response_buffer, true); in xe_guc_ct_send_recv_no_fail()
|