Searched refs:relay_notice (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_guc_relay.c | 59 #define relay_notice(relay, msg...) xe_gt_sriov_notice(relay_to_gt(relay), "relay: " msg) macro 300 relay_notice(relay, "Unexpected data=%d from GuC, wrong ABI?\n", ret); in relay_send_transaction() 304 relay_notice(relay, "Failed to send %s.%x to GuC (%pe) %*ph ...\n", in relay_send_transaction() 308 relay_notice(relay, "Failed to send %s.%u to %u (%pe) %*ph\n", in relay_send_transaction() 469 relay_notice(relay, "Unsuccessful %s.%u %#x:%u to %u (%pe) %*ph\n", in relay_send_message_and_wait() 661 relay_notice(relay, "Unexpected action %#x opcode %#x\n", action, opcode); in relay_testloop_action_handler() 734 relay_notice(relay, "Failed to handle %s.%u from %u (%pe) %*ph\n", in relay_process_incoming_action() 755 relay_notice(relay, "Failed to process action.%u (%pe) %*ph\n", in relay_process_incoming_action() 846 relay_notice(relay, "Failed to process %s.%u from %u (%pe) %*ph\n", in relay_process_msg()
|