Lines Matching refs:ERROR

32 #define ERROR(x...) _sPrintf("radeon_hd: " x)
133 ERROR("WARNING: CHECK NEW DCE mmDC_GPIO_HPD_A value!\n");
183 ERROR("%s: invalid gpio %" B_PRIu32 " for connector %" B_PRIu32 "\n",
376 ERROR("%s: could't read GPIO_Pin_LUT table from AtomBIOS index %d!\n",
393 ERROR("%s: ERROR: Out of space for additional GPIO pins!\n", __func__);
400 ERROR("%s: BUG: Attempting to fill already populated gpio pin!\n",
436 ERROR("%s: could't read GPIO_I2C_Info table from AtomBIOS index %d!\n",
448 ERROR("%s: ERROR: AtomBIOS contains more GPIO_Info items then I"
463 ERROR("%s: ERROR: Out of space for additional GPIO pins!\n", __func__);
469 ERROR("%s: BUG: Attempting to fill already populated gpio pin!\n",
573 ERROR("%s: unable to parse data header!\n", __func__);
677 ERROR("%s: ERROR: parsing data header failed!\n", __func__);
682 ERROR("%s: ERROR: table minor version unknown! "
753 ERROR("%s: Path #%" B_PRId32 ": Unknown connector object ID!\n",
760 ERROR("%s: TODO: IGP chip connector detection\n", __func__);
770 ERROR("%s: Path #%" B_PRId32 ": skipping unknown connector.\n",
830 ERROR("%s: Path #%" B_PRId32 ":"
1013 ERROR("Currently detected connectors=============\n");
1020 ERROR("Connector #%" B_PRIu32 ")\n", id);
1021 ERROR(" + connector: %s\n",
1023 ERROR(" + i2c gpio table id: %" B_PRIu16 "\n", i2cPinIndex);
1024 ERROR(" - gpio hw pin: 0x%" B_PRIX32 "\n",
1026 ERROR(" - gpio valid: %s\n",
1028 ERROR(" - i2c valid: %s\n",
1032 ERROR(" + hpd gpio table id: %" B_PRIu16 "\n", hpdPinIndex);
1033 ERROR(" - gpio hw pin: 0x%" B_PRIX32 "\n",
1035 ERROR(" - gpio valid: %s\n",
1040 ERROR(" + router gpio table id: %" B_PRIu16 "\n", router->i2cPinIndex);
1041 ERROR(" + router (ddc): %s\n",
1044 ERROR(" - mux type: 0x%" B_PRIX8 "\n", router->ddcMuxType);
1045 ERROR(" - mux pin: 0x%" B_PRIX8 "\n", router->ddcMuxControlPin);
1046 ERROR(" - mux state: 0x%" B_PRIX8 "\n", router->ddcMuxState);
1048 ERROR(" + router (c/d): %s\n",
1051 ERROR(" - mux type: 0x%" B_PRIX8 "\n", router->cdMuxType);
1052 ERROR(" - mux pin: 0x%" B_PRIX8 "\n", router->cdMuxControlPin);
1053 ERROR(" - mux state: 0x%" B_PRIX8 "\n", router->cdMuxState);
1058 ERROR(" + encoder: %s\n",
1060 ERROR(" - id: %" B_PRIu16 "\n", encoder->objectID);
1061 ERROR(" - type: %s\n",
1063 ERROR(" - capabilities: 0x%" B_PRIX32 "\n",
1065 ERROR(" - enumeration: %" B_PRIu32 "\n",
1070 ERROR(" - is bridge: %s\n",
1074 ERROR(" + external encoder: none\n");
1076 ERROR(" + external encoder: %s\n",
1078 ERROR(" - valid: true\n");
1079 ERROR(" - id: %" B_PRIu16 "\n",
1081 ERROR(" - type: %s\n",
1083 ERROR(" - enumeration: %" B_PRIu32 "\n",
1089 ERROR(" + flags:\n");
1091 ERROR(" * device CRT1 support\n");
1095 ERROR(" * device CRT2 support\n");
1099 ERROR(" * device LCD1 support\n");
1103 ERROR(" * device LCD2 support\n");
1107 ERROR(" * device TV1 support\n");
1111 ERROR(" * device CV support\n");
1115 ERROR(" * device DFP1 support\n");
1119 ERROR(" * device DFP2 support\n");
1123 ERROR(" * device DFP3 support\n");
1127 ERROR(" * device DFP4 support\n");
1131 ERROR(" * device DFP5 support\n");
1135 ERROR(" * device DFP6 support\n");
1139 ERROR(" * no known flags\n");
1142 ERROR("==========================================\n");