Lines Matching refs:ERROR

32 #define ERROR(x...) _sPrintf("radeon_hd: " x)
41 ERROR("%s: cannot speak on invalid dpInfo!\n", __func__);
76 ERROR("%s: dp_aux channel timeout!\n", __func__);
79 ERROR("%s: dp_aux channel flags not zero!\n", __func__);
82 ERROR("%s: dp_aux channel error!\n", __func__);
104 ERROR("%s: DP message is invalid!\n", __func__);
109 ERROR("%s: Too many bytes! (%" B_PRIuSIZE ")\n", __func__,
126 ERROR("%s: DP message uninitalized buffer!\n", __func__);
160 ERROR("%s: Unknown dp_aux_msg request!\n", __func__);
185 ERROR("%s: IO Error. %" B_PRIu8 " attempts\n", __func__, retry);
205 ERROR("%s: error on DisplayPort aux write (0x%" B_PRIx32 ")\n",
228 ERROR("%s: error on DisplayPort aux read (0x%" B_PRIx32 ")\n",
261 ERROR("%s: aux_ch transaction failed!\n", __func__);
307 ERROR("%s: aux_ch transaction failed!\n", __func__);
314 ERROR("%s: aux i2c nack\n", __func__);
321 ERROR("%s: aux invalid I2C reply: 0x%02x\n", __func__,
497 ERROR("%s: DisplayPort link status failed\n", __func__);
725 ERROR("%s: clock recovery reached max voltage\n", __func__);
732 ERROR("%s: clock recovery tried 5 times\n", __func__);
747 ERROR("%s: clock recovery failed\n", __func__);
781 ERROR("%s: ERROR: Unable to get link status!\n", __func__);
791 ERROR("%s: ERROR: failed > 5 times!\n", __func__);
802 ERROR("%s: ERROR: failed\n", __func__);
825 ERROR("%s: started on invalid DisplayPort connector #%" B_PRIu32 "\n",
914 ERROR("%s: connector(%" B_PRIu32 ") missing valid DisplayPort data!\n",
953 ERROR("%s: EDID version or revision out of range\n", __func__);
1002 ERROR("Current DisplayPort Info =================\n");
1006 ERROR("Connector #%" B_PRIu32 ") DP: %s\n", id,
1011 ERROR(" + DP Config Data\n");
1012 ERROR(" - max lane count: %d\n",
1014 ERROR(" - max link rate: %d\n",
1016 ERROR(" - receiver port count: %d\n",
1018 ERROR(" - downstream port present: %s\n",
1021 ERROR(" - downstream port count: %d\n",
1024 ERROR(" + Training\n");
1025 ERROR(" - attempts: %" B_PRIu8 "\n",
1027 ERROR(" - delay: %d\n",
1029 ERROR(" + Data\n");
1030 ERROR(" - auxPin: 0x%" B_PRIX32"\n", dp->auxPin);
1031 ERROR(" + Video\n");
1032 ERROR(" - laneCount: %d\n", dp->laneCount);
1033 ERROR(" - linkRate: %" B_PRIu32 "\n",
1037 ERROR("==========================================\n");