Lines Matching refs:LOG

62 	LOG(2,("INFO: Reading PINS info\n"));  in parse_pins()
67 LOG(8,("INFO: BIOS signature not found\n")); in parse_pins()
70 LOG(2,("INFO: BIOS signature $AA55 found OK\n")); in parse_pins()
81 LOG(8,("INFO: PINS signature found\n")); in parse_pins()
87 LOG(8,("INFO: PINS signature not found\n")); in parse_pins()
98 LOG(8,("INFO: PINS checksum error\n")); in parse_pins()
103 LOG(2,("INFO: PINS checksum is OK; PINS version is %d.%d\n", in parse_pins()
119 LOG(8,("INFO: unknown PINS version\n")); in parse_pins()
127 LOG(8,("INFO: PINS read/decode/execute error\n")); in parse_pins()
132 LOG(2,("INFO: PINS scan completed succesfully\n")); in parse_pins()
149 LOG(8,("INFO: cmdlist 1: $%04x, 2: $%04x, max. size $%04x\n", init1, init2, init_size)); in pins2_read()
150 LOG(8,("INFO: signon msg:\n%s\n", signon_msg)); in pins2_read()
151 LOG(8,("INFO: vendor name: %s\n", vendor_name)); in pins2_read()
152 LOG(8,("INFO: product name: %s\n", product_name)); in pins2_read()
153 LOG(8,("INFO: product rev: %s\n", product_rev)); in pins2_read()
171LOG(8,("INFO: pre PINS 5.16 cmdlist 1: $%04x, 2: $%04x, max. size $%04x\n", init1, init2, init_siz… in pins3_5_read()
172 LOG(8,("INFO: signon msg:\n%s\n", signon_msg)); in pins3_5_read()
173 LOG(8,("INFO: vendor name: %s\n", vendor_name)); in pins3_5_read()
174 LOG(8,("INFO: product name: %s\n", product_name)); in pins3_5_read()
175 LOG(8,("INFO: product rev: %s\n", product_rev)); in pins3_5_read()
184 LOG(8,("INFO: PLL VCO range is %dkHz - %dkHz\n", fvco_min, fvco_max)); in pins3_5_read()
214 LOG(8,("INFO: PINS 5.16 and later cmdlist pointers:\n")); in pins3_5_read()
215 LOG(8,("INFO: InitScriptTablePtr: $%04x\n", tabs.InitScriptTablePtr)); in pins3_5_read()
216 LOG(8,("INFO: MacroIndexTablePtr: $%04x\n", tabs.MacroIndexTablePtr)); in pins3_5_read()
217 LOG(8,("INFO: MacroTablePtr: $%04x\n", tabs.MacroTablePtr)); in pins3_5_read()
218 LOG(8,("INFO: ConditionTablePtr: $%04x\n", tabs.ConditionTablePtr)); in pins3_5_read()
219 LOG(8,("INFO: IOConditionTablePtr: $%04x\n", tabs.IOConditionTablePtr)); in pins3_5_read()
220 LOG(8,("INFO: IOFlagConditionTablePtr: $%04x\n", tabs.IOFlagConditionTablePtr)); in pins3_5_read()
221 LOG(8,("INFO: InitFunctionTablePtr: $%04x\n", tabs.InitFunctionTablePtr)); in pins3_5_read()
238 LOG(8,("INFO: now executing coldstart...\n")); in coldstart_card()
294 LOG(8,("INFO: coldstart failed.\n")); in coldstart_card()
296 LOG(8,("INFO: coldstart execution completed OK.\n")); in coldstart_card()
308 LOG(8,("INFO: now executing coldstart...\n")); in coldstart_card_516_up()
362 LOG(8,("INFO: no cmdlist found!\n")); in coldstart_card_516_up()
400 LOG(8,("INFO: coldstart failed.\n")); in coldstart_card_516_up()
402 LOG(8,("INFO: coldstart execution completed OK.\n")); in coldstart_card_516_up()
418 LOG(8,("\nINFO: executing type1 script at adress $%04x...\n", adress)); in exec_type1_script()
419 LOG(8,("INFO: ---Executing following command(s):\n")); in exec_type1_script()
423 LOG(8,("INFO: $%04x ($%02x); ", adress, rom[adress])); in exec_type1_script()
431 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
444 LOG(8,("cmd 'calculate indirect and set PLL 32bit reg $%08x for %.3fMHz'\n", in exec_type1_script()
459 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
472 LOG(8,("cmd 'WR indirect 32bit reg' $%08x = $%08x\n", reg, data2)); in exec_type1_script()
479 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
487 LOG(8,("cmd 'setup RAM config' (always done)\n")); in exec_type1_script()
495 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
509 LOG(8,("cmd 'WR 32bit reg $%08x = $%08x, then = $%08x' (always done)\n", in exec_type1_script()
520 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
534 LOG(8,("cmd 'RD 8bit ISA reg $%04x, AND-out = $%02x, OR-in = $%02x, WR-bk'\n", in exec_type1_script()
549 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
563 LOG(8,("cmd 'CHK bits AND-out $%02x RAMCFG for $%02x'\n", in exec_type1_script()
567 LOG(8,("INFO: ---No match: not executing following command(s):\n")); in exec_type1_script()
572 LOG(8,("INFO: ---Match, so this cmd has no effect.\n")); in exec_type1_script()
579 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
593 LOG(8,("cmd 'RD 32bit reg $%08x, AND-out = $%08x, OR-in = $%08x, WR-bk'\n", in exec_type1_script()
604 LOG(8,("cmd 'END', execution completed.\n\n")); in exec_type1_script()
610 LOG(8,("script size error!\n\n")); in exec_type1_script()
618 LOG(8,("script size error!\n\n")); in exec_type1_script()
624 LOG(8,("cmd 'PGM commands'\n")); in exec_type1_script()
625 LOG(8,("INFO: ---Executing following command(s):\n")); in exec_type1_script()
632 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
646 LOG(8,("cmd 'CHK bits AND-out $%08x STRAPCFG2 for $%08x'\n", in exec_type1_script()
650 LOG(8,("INFO: ---No match: not executing following command(s):\n")); in exec_type1_script()
655 LOG(8,("INFO: ---Match, so this cmd has no effect.\n")); in exec_type1_script()
662 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
672 LOG(8,("cmd 'SNOOZE for %d ($%04x) microSeconds' (always done)\n", data, data)); in exec_type1_script()
680 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
692 LOG(8,("cmd 'WR 32bit reg' $%08x = $%08x (b31-16 = '0', b15-0 = data)\n", in exec_type1_script()
700 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
716 LOG(8,("cmd 'RD idx ISA reg $%02x via $%04x, AND-out = $%02x, OR-in = $%02x, WR-bk'\n", in exec_type1_script()
732 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
744 LOG(8,("cmd 'calculate and set PLL 32bit reg $%08x for %.3fMHz'\n", reg, (data / 100.0))); in exec_type1_script()
758 LOG(8,("script size error, aborting!\n\n")); in exec_type1_script()
770 LOG(8,("cmd 'WR 32bit reg' $%08x = $%08x\n", reg, data)); in exec_type1_script()
774 LOG(8,("unknown cmd, aborting!\n\n")); in exec_type1_script()
787 LOG(8,("INFO: ---WARNING: check/update PLL programming script code!!!\n")); in log_pll()
791 LOG(8,("INFO: ---Memory PLL accessed.\n")); in log_pll()
796 LOG(8,("INFO: ---Core PLL accessed.\n")); in log_pll()
801 LOG(8,("INFO: ---DAC1 PLL accessed.\n")); in log_pll()
804 LOG(8,("INFO: ---DAC2 PLL accessed.\n")); in log_pll()
808 LOG(8,("INFO: ---NV31/NV36 extension to memory PLL accessed only!\n")); in log_pll()
811 LOG(8,("INFO: ---NV31/NV36 extension to core PLL accessed only!\n")); in log_pll()
814 LOG(8,("INFO: ---NV31/NV36 extension to DAC1 PLL accessed only!\n")); in log_pll()
817 LOG(8,("INFO: ---NV31/NV36 extension to DAC2 PLL accessed only!\n")); in log_pll()
820 LOG(8,("INFO: ---Unknown PLL accessed!\n")); in log_pll()
834 LOG(8,("INFO: ---RAM config strap is $%01x\n", ram_cfg)); in setup_ram_config()
841 LOG(8,("INFO: ---32Mb RAM should be connected\n")); in setup_ram_config()
844 LOG(8,("INFO: ---4Mb RAM should be connected\n")); in setup_ram_config()
847 LOG(8,("INFO: ---8Mb RAM should be connected\n")); in setup_ram_config()
850 LOG(8,("INFO: ---16Mb RAM should be connected\n")); in setup_ram_config()
854 LOG(8,("INFO: ---RAM should be 128bits wide\n")); in setup_ram_config()
856 LOG(8,("INFO: ---RAM should be 64bits wide\n")); in setup_ram_config()
860 LOG(8,("INFO: ---RAM type: 8Mbit SGRAM\n")); in setup_ram_config()
863 LOG(8,("INFO: ---RAM type: 16Mbit SGRAM\n")); in setup_ram_config()
866 LOG(8,("INFO: ---RAM type: 4 banks of 16Mbit SGRAM\n")); in setup_ram_config()
869 LOG(8,("INFO: ---RAM type: 16Mbit SDRAM\n")); in setup_ram_config()
872 LOG(8,("INFO: ---RAM type: 64Mbit SDRAM\n")); in setup_ram_config()
875 LOG(8,("INFO: ---RAM type: 64Mbit x16 SDRAM\n")); in setup_ram_config()
898 LOG(8,("INFO: ---RAM width tested: width is 64bits, correcting settings.\n")); in setup_ram_config()
903 LOG(8,("INFO: ---RAM width tested: access is OK.\n")); in setup_ram_config()
914 LOG(8,("\nINFO: executing type2 script at adress $%04x...\n", adress)); in exec_type2_script()
915 LOG(8,("INFO: ---Executing following command(s):\n")); in exec_type2_script()
932 LOG(8,("INFO: $%04x ($%02x); ", *adress, rom[*adress])); in exec_type2_script_mode()
941 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
959 LOG(8,("cmd 'RD 32bit reg $%08x, AND-out = $%08x, shift-right = $%02x,\n", in exec_type2_script_mode()
961 LOG(8,("INFO: (cont.) RD 32bit data from subtable with size $%04x, at offset (result << 2),\n", in exec_type2_script_mode()
963 LOG(8,("INFO: (cont.) then WR result data to 32bit reg $%08x'\n", reg2)); in exec_type2_script_mode()
978 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
998 LOG(8,("cmd 'RD idx ISA reg $%02x via $%04x, AND-out = $%02x, shift-right = $%02x,\n", in exec_type2_script_mode()
1000 LOG(8,("INFO: (cont.) RD 32bit data from subtable with size $%04x, at offset (result << 2),\n", in exec_type2_script_mode()
1002 LOG(8,("INFO: (cont.) then WR result data to 32bit reg $%08x'\n", reg2)); in exec_type2_script_mode()
1020 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1034 LOG(8,("cmd 'execute following part of this script $%03x times' (always done)\n", size32)); in exec_type2_script_mode()
1037 LOG(8,("\nINFO: (#$%02x) executing part of type2 script at adress $%04x...\n", in exec_type2_script_mode()
1039 LOG(8,("INFO: ---Not touching 'execution' mode at this time:\n")); in exec_type2_script_mode()
1043 LOG(8,("INFO: ---Continuing script:\n")); in exec_type2_script_mode()
1049 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1071 LOG(8,("cmd 'RD idx ISA reg $%02x via $%04x, AND-out = $%02x, shift-right = $%02x,\n", in exec_type2_script_mode()
1073LOG(8,("INFO: (cont.) RD 16bit PLL frequency to pgm from subtable with size $%04x, at offset (resu… in exec_type2_script_mode()
1075 LOG(8,("INFO: (cont.) RD table-index ($%02x) for cmd $39'\n", in exec_type2_script_mode()
1087 LOG(8,("INFO: Do subcmd ($39); ")); in exec_type2_script_mode()
1089 LOG(8,("INFO: (cont. cmd $34) Doubling PLL frequency to be set for cmd $34.\n")); in exec_type2_script_mode()
1091 LOG(8,("INFO: ---Reverting to pre-subcmd ($39) 'execution' mode.\n")); in exec_type2_script_mode()
1095 LOG(8,("INFO: table index is negative, not executing subcmd ($39).\n")); in exec_type2_script_mode()
1097 LOG(8,("INFO: (cont.) 'calc and set PLL 32bit reg $%08x for %.3fMHz'\n", in exec_type2_script_mode()
1121 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1133 LOG(8,("cmd 'execute fixed VGA BIOS routine #$%02x at adress $%04x'\n", in exec_type2_script_mode()
1146 LOG(8,("\n\nINFO: WARNING: function not implemented, skipping!\n\n")); in exec_type2_script_mode()
1155 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1175 LOG(8,("cmd 'RD 32bit reg $%08x, shift-right = $%02x, AND-out lsb = $%02x,\n", in exec_type2_script_mode()
1177LOG(8,("INFO: (cont.) RD 8bit ISA reg $%02x via $%04x, AND-out = $%02x, OR-in lsb result 32bit, WR… in exec_type2_script_mode()
1203 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1211 LOG(8,("cmd 'invert current mode'\n")); in exec_type2_script_mode()
1214 LOG(8,("INFO: ---Executing following command(s):\n")); in exec_type2_script_mode()
1216 LOG(8,("INFO: ---Not executing following command(s):\n")); in exec_type2_script_mode()
1222 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1240 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1259 LOG(8,("cmd 'do following cmd structure $%03x time(s)':\n", size32)); in exec_type2_script_mode()
1264 LOG(8,("INFO (cont.) (#$%02x) cmd 'WR 32bit reg $%08x = $%08x, RD 32bit reg $%08x,\n", in exec_type2_script_mode()
1266 LOG(8,("INFO (cont.) AND-out $%08x, OR-in $%08x, OR-in $%08x, WR-bk'\n", in exec_type2_script_mode()
1294 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1306 LOG(8,("cmd 'WR ISA reg $%04x = $%02x'\n", reg, byte)); in exec_type2_script_mode()
1317 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1331 LOG(8,("cmd 'WR idx ISA reg $%02x via $%04x = $%02x'\n", index, reg, byte)); in exec_type2_script_mode()
1342 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1350 LOG(8,("cmd 'setup RAM config' (always done)\n")); in exec_type2_script_mode()
1366 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1380 LOG(8,("cmd 'WR 32bit reg $%08x = $%08x, then = $%08x' (always done)\n", in exec_type2_script_mode()
1391 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1405 LOG(8,("cmd 'RD 8bit ISA reg $%04x, AND-out = $%02x, OR-in = $%02x, WR-bk'\n", in exec_type2_script_mode()
1420 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1431 LOG(8,("cmd 'jump to script #$%02x at adress $%04x'\n", data, data2)); in exec_type2_script_mode()
1435 LOG(8,("INFO: ---Jumping; not touching 'execution' mode.\n")); in exec_type2_script_mode()
1442 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1453 LOG(8,("cmd 'gosub script #$%02x at adress $%04x'\n", data, data2)); in exec_type2_script_mode()
1457 LOG(8,("INFO: ---Reverting to pre-gosub 'execution' mode.\n")); in exec_type2_script_mode()
1464 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1478 LOG(8,("cmd 'RD 32bit reg $%08x, AND-out = $%08x, OR-in = $%08x, WR-bk'\n", in exec_type2_script_mode()
1492 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1507 LOG(8,("cmd 'do $%02x time(s) a 32bit reg WR with 32bit data' (MacroIndexTable idx = $%02x):\n", in exec_type2_script_mode()
1514 LOG(8,("INFO: (cont.) (#$%02x) cmd 'WR 32bit reg' $%08x = $%08x\n", in exec_type2_script_mode()
1536 LOG(8,("cmd 'END', execution completed.\n\n")); in exec_type2_script_mode()
1542 LOG(8,("script size error!\n\n")); in exec_type2_script_mode()
1553 LOG(8,("script size error!\n\n")); in exec_type2_script_mode()
1559 LOG(8,("cmd 'PGM commands'\n")); in exec_type2_script_mode()
1560 LOG(8,("INFO: ---Executing following command(s):\n")); in exec_type2_script_mode()
1570 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1580 LOG(8,("cmd 'SNOOZE for %d ($%04x) microSeconds' (always done)\n", data, data)); in exec_type2_script_mode()
1588 LOG(8,("script size error!\n\n")); in exec_type2_script_mode()
1603 LOG(8,("cmd 'CHK bits AND-out $%08x reg $%08x for $%08x'\n", in exec_type2_script_mode()
1607 LOG(8,("INFO: ---No match: not executing following command(s):\n")); in exec_type2_script_mode()
1612 LOG(8,("INFO: ---Match, so this cmd has no effect.\n")); in exec_type2_script_mode()
1619 LOG(8,("script size error!\n\n")); in exec_type2_script_mode()
1633 LOG(8,("cmd 'CHK bits AND-out $%02x idx ISA reg $%02x via $%04x for $%02x'\n", in exec_type2_script_mode()
1641 LOG(8,("INFO: ---No match: not executing following command(s):\n")); in exec_type2_script_mode()
1646 LOG(8,("INFO: ---Match, so this cmd has no effect.\n")); in exec_type2_script_mode()
1653 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1669 LOG(8,("cmd 'RD idx ISA reg $%02x via $%04x, AND-out = $%02x, OR-in = $%02x, WR-bk'\n", in exec_type2_script_mode()
1685 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1697 LOG(8,("cmd 'calculate and set PLL 32bit reg $%08x for %.3fMHz'\n", reg, (data / 100.0))); in exec_type2_script_mode()
1719 LOG(8,("script size error, aborting!\n\n")); in exec_type2_script_mode()
1731 LOG(8,("cmd 'WR 32bit reg' $%08x = $%08x\n", reg, data)); in exec_type2_script_mode()
1735 LOG(8,("unknown cmd, aborting!\n\n")); in exec_type2_script_mode()
1759 LOG(8,("cmd 'AND-out bits $%02x idx ISA reg $%02x via $%04x, shift-right = $%02x,\n", in exec_cmd_39_type2()
1768 LOG(8,("INFO: (cont.) use result as index in table to get data $%02x,\n", in exec_cmd_39_type2()
1770 LOG(8,("INFO: (cont.) then chk bits AND-out $%02x of data for $%02x'\n", in exec_cmd_39_type2()
1774 LOG(8,("INFO: ---No match: not executing following command(s):\n")); in exec_cmd_39_type2()
1779 LOG(8,("INFO: ---Match, so this cmd has no effect.\n")); in exec_cmd_39_type2()
1812 LOG(8,("INFO: ---RAM test #1 done: access errors, modified setup.\n")); in setup_ram_config_nv10_up()
1827 LOG(8,("INFO: ---RAM test #1 done: access is OK.\n")); in setup_ram_config_nv10_up()
1856 LOG(8,("INFO: ---RAM test #2 done: access errors, modified setup.\n")); in setup_ram_config_nv10_up()
1861 LOG(8,("INFO: ---RAM test #2 done: access is OK.\n")); in setup_ram_config_nv10_up()
1887 LOG(8,("INFO: (#%d) dummy1 = $%08x, ", cnt, dummy)); in setup_ram_config_nv28()
1889 LOG(8,("dummy2 = $%08x, ", dummy)); in setup_ram_config_nv28()
1891 LOG(8,("dummy3 = $%08x, ", dummy)); in setup_ram_config_nv28()
1893 LOG(8,("dummy4 = $%08x\n", dummy)); in setup_ram_config_nv28()
1903 LOG(8,("INFO: ---RAM test done: access was OK within %d iteration(s).\n", cnt)); in setup_ram_config_nv28()
1905 LOG(8,("INFO: ---RAM test done: access was still not OK after 4 iterations.\n")); in setup_ram_config_nv28()
1958 LOG(8,("\n\nINFO: WARNING: ISA->PCI register adress translation failed!\n\n")); in translate_ISA_PCI()
1985 LOG(8,("INFO: setting up card specifications\n")); in set_specs()
2036 LOG(8,("INFO: detecting RAM size\n")); in fake_panel_start()
2052 LOG(2,("INFO: forcing memory size (specified in settings file)\n")); in fake_panel_start()
2068 LOG(8,("INFO: faking panel startup\n")); in fake_panel_start()
2079 LOG(2,("INFO: inverting head use (specified in settings file)\n")); in fake_panel_start()
2103 LOG(2,("INFO: Dumping flatpanel related CRTC registers:\n")); in detect_panels()
2106 LOG(2,("CRTC1: PIXEL register: $%02x\n", CRTCR(PIXEL))); in detect_panels()
2114 LOG(2,("CRTC1: LCD register: $%02x\n", CRTCR(LCD))); in detect_panels()
2117 LOG(2,("CRTC1: register $59: $%02x\n", CRTCR(0x59))); in detect_panels()
2120 LOG(2,("CRTC1: register $9f: $%02x\n", CRTCR(0x9f))); in detect_panels()
2139 LOG(2,("CRTC2: PIXEL register: $%02x\n", CRTC2R(PIXEL))); in detect_panels()
2140 LOG(2,("CRTC2: LCD register: $%02x\n", CRTC2R(LCD))); in detect_panels()
2141 LOG(2,("CRTC2: register $59: $%02x\n", CRTC2R(0x59))); in detect_panels()
2142 LOG(2,("CRTC2: register $9f: $%02x\n", CRTC2R(0x9f))); in detect_panels()
2153 LOG(2,("INFO: End flatpanel related CRTC registers dump.\n")); in detect_panels()
2255 LOG(2,("INFO: correcting double detection of single panel!\n")); in detect_panels()
2336 LOG(2,("INFO: Dumping flatpanel registers:\n")); in detect_panels()
2337 LOG(2,("DUALHEAD_CTRL: $%08x\n", ENG_RG32(RG32_DUALHEAD_CTRL))); in detect_panels()
2338 LOG(2,("DAC1: FP_HDISPEND: %d\n", DACR(FP_HDISPEND))); in detect_panels()
2339 LOG(2,("DAC1: FP_HTOTAL: %d\n", DACR(FP_HTOTAL))); in detect_panels()
2340 LOG(2,("DAC1: FP_HCRTC: %d\n", DACR(FP_HCRTC))); in detect_panels()
2341 LOG(2,("DAC1: FP_HSYNC_S: %d\n", DACR(FP_HSYNC_S))); in detect_panels()
2342 LOG(2,("DAC1: FP_HSYNC_E: %d\n", DACR(FP_HSYNC_E))); in detect_panels()
2343 LOG(2,("DAC1: FP_HVALID_S: %d\n", DACR(FP_HVALID_S))); in detect_panels()
2344 LOG(2,("DAC1: FP_HVALID_E: %d\n", DACR(FP_HVALID_E))); in detect_panels()
2346 LOG(2,("DAC1: FP_VDISPEND: %d\n", DACR(FP_VDISPEND))); in detect_panels()
2347 LOG(2,("DAC1: FP_VTOTAL: %d\n", DACR(FP_VTOTAL))); in detect_panels()
2348 LOG(2,("DAC1: FP_VCRTC: %d\n", DACR(FP_VCRTC))); in detect_panels()
2349 LOG(2,("DAC1: FP_VSYNC_S: %d\n", DACR(FP_VSYNC_S))); in detect_panels()
2350 LOG(2,("DAC1: FP_VSYNC_E: %d\n", DACR(FP_VSYNC_E))); in detect_panels()
2351 LOG(2,("DAC1: FP_VVALID_S: %d\n", DACR(FP_VVALID_S))); in detect_panels()
2352 LOG(2,("DAC1: FP_VVALID_E: %d\n", DACR(FP_VVALID_E))); in detect_panels()
2354 LOG(2,("DAC1: FP_CHKSUM: $%08x = (dec) %d\n", DACR(FP_CHKSUM),DACR(FP_CHKSUM))); in detect_panels()
2355 LOG(2,("DAC1: FP_TST_CTRL: $%08x\n", DACR(FP_TST_CTRL))); in detect_panels()
2356 LOG(2,("DAC1: FP_TG_CTRL: $%08x\n", DACR(FP_TG_CTRL))); in detect_panels()
2357 LOG(2,("DAC1: FP_DEBUG0: $%08x\n", DACR(FP_DEBUG0))); in detect_panels()
2358 LOG(2,("DAC1: FP_DEBUG1: $%08x\n", DACR(FP_DEBUG1))); in detect_panels()
2359 LOG(2,("DAC1: FP_DEBUG2: $%08x\n", DACR(FP_DEBUG2))); in detect_panels()
2360 LOG(2,("DAC1: FP_DEBUG3: $%08x\n", DACR(FP_DEBUG3))); in detect_panels()
2362 LOG(2,("DAC1: FUNCSEL: $%08x\n", ENG_RG32(RG32_FUNCSEL))); in detect_panels()
2363 LOG(2,("DAC1: PANEL_PWR: $%08x\n", ENG_RG32(RG32_PANEL_PWR))); in detect_panels()
2367 LOG(2,("DAC2: FP_HDISPEND: %d\n", DAC2R(FP_HDISPEND))); in detect_panels()
2368 LOG(2,("DAC2: FP_HTOTAL: %d\n", DAC2R(FP_HTOTAL))); in detect_panels()
2369 LOG(2,("DAC2: FP_HCRTC: %d\n", DAC2R(FP_HCRTC))); in detect_panels()
2370 LOG(2,("DAC2: FP_HSYNC_S: %d\n", DAC2R(FP_HSYNC_S))); in detect_panels()
2371 LOG(2,("DAC2: FP_HSYNC_E: %d\n", DAC2R(FP_HSYNC_E))); in detect_panels()
2372 LOG(2,("DAC2: FP_HVALID_S:%d\n", DAC2R(FP_HVALID_S))); in detect_panels()
2373 LOG(2,("DAC2: FP_HVALID_E: %d\n", DAC2R(FP_HVALID_E))); in detect_panels()
2375 LOG(2,("DAC2: FP_VDISPEND: %d\n", DAC2R(FP_VDISPEND))); in detect_panels()
2376 LOG(2,("DAC2: FP_VTOTAL: %d\n", DAC2R(FP_VTOTAL))); in detect_panels()
2377 LOG(2,("DAC2: FP_VCRTC: %d\n", DAC2R(FP_VCRTC))); in detect_panels()
2378 LOG(2,("DAC2: FP_VSYNC_S: %d\n", DAC2R(FP_VSYNC_S))); in detect_panels()
2379 LOG(2,("DAC2: FP_VSYNC_E: %d\n", DAC2R(FP_VSYNC_E))); in detect_panels()
2380 LOG(2,("DAC2: FP_VVALID_S: %d\n", DAC2R(FP_VVALID_S))); in detect_panels()
2381 LOG(2,("DAC2: FP_VVALID_E: %d\n", DAC2R(FP_VVALID_E))); in detect_panels()
2383 LOG(2,("DAC2: FP_CHKSUM: $%08x = (dec) %d\n", DAC2R(FP_CHKSUM),DAC2R(FP_CHKSUM))); in detect_panels()
2384 LOG(2,("DAC2: FP_TST_CTRL: $%08x\n", DAC2R(FP_TST_CTRL))); in detect_panels()
2385 LOG(2,("DAC2: FP_TG_CTRL: $%08x\n", DAC2R(FP_TG_CTRL))); in detect_panels()
2386 LOG(2,("DAC2: FP_DEBUG0: $%08x\n", DAC2R(FP_DEBUG0))); in detect_panels()
2387 LOG(2,("DAC2: FP_DEBUG1: $%08x\n", DAC2R(FP_DEBUG1))); in detect_panels()
2388 LOG(2,("DAC2: FP_DEBUG2: $%08x\n", DAC2R(FP_DEBUG2))); in detect_panels()
2389 LOG(2,("DAC2: FP_DEBUG3: $%08x\n", DAC2R(FP_DEBUG3))); in detect_panels()
2391 LOG(2,("DAC2: FUNCSEL: $%08x\n", ENG_RG32(RG32_2FUNCSEL))); in detect_panels()
2392 LOG(2,("DAC2: PANEL_PWR: $%08x\n", ENG_RG32(RG32_2PANEL_PWR))); in detect_panels()
2394 LOG(2,("INFO: End flatpanel registers dump.\n")); in detect_panels()
2428 LOG(2,("INFO: head 1 has nothing connected;\n")); in setup_output_matrix()
2429 LOG(2,("INFO: head 2 has nothing connected:\n")); in setup_output_matrix()
2430 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2433 LOG(2,("INFO: head 1 has a digital panel;\n")); in setup_output_matrix()
2434 LOG(2,("INFO: head 2 has nothing connected:\n")); in setup_output_matrix()
2435 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2438 LOG(2,("INFO: head 1 has an analog panel or CRT;\n")); in setup_output_matrix()
2439 LOG(2,("INFO: head 2 has nothing connected:\n")); in setup_output_matrix()
2440 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2443 LOG(2,("INFO: head 1 has a digital panel AND an analog panel or CRT;\n")); in setup_output_matrix()
2444 LOG(2,("INFO: head 2 has nothing connected:\n")); in setup_output_matrix()
2445 LOG(2,("INFO: correcting...\n")); in setup_output_matrix()
2448 LOG(2,("INFO: head 1 has a digital panel;\n")); in setup_output_matrix()
2449 LOG(2,("INFO: head 2 has an analog panel or CRT:\n")); in setup_output_matrix()
2450 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2453 LOG(2,("INFO: head 1 has nothing connected;\n")); in setup_output_matrix()
2454 LOG(2,("INFO: head 2 has a digital panel:\n")); in setup_output_matrix()
2455 LOG(2,("INFO: defaulting to head 2 for primary use.\n")); in setup_output_matrix()
2459 LOG(2,("INFO: head 1 has nothing connected;\n")); in setup_output_matrix()
2460 LOG(2,("INFO: head 2 has an analog panel or CRT:\n")); in setup_output_matrix()
2461 LOG(2,("INFO: defaulting to head 2 for primary use.\n")); in setup_output_matrix()
2465 LOG(2,("INFO: head 1 has nothing connected;\n")); in setup_output_matrix()
2466 LOG(2,("INFO: head 2 has a digital panel AND an analog panel or CRT:\n")); in setup_output_matrix()
2467 LOG(2,("INFO: correcting...\n")); in setup_output_matrix()
2470 LOG(2,("INFO: head 1 has an analog panel or CRT;\n")); in setup_output_matrix()
2471 LOG(2,("INFO: head 2 has a digital panel:\n")); in setup_output_matrix()
2472 LOG(2,("INFO: defaulting to head 2 for primary use.\n")); in setup_output_matrix()
2476 LOG(2,("INFO: head 1 has a digital panel;\n")); in setup_output_matrix()
2477 LOG(2,("INFO: head 2 has a digital panel:\n")); in setup_output_matrix()
2478 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2481 LOG(2,("INFO: head 1 has an analog panel or CRT;\n")); in setup_output_matrix()
2482 LOG(2,("INFO: head 2 has a digital panel:\n")); in setup_output_matrix()
2483 LOG(2,("INFO: defaulting to head 2 for primary use.\n")); in setup_output_matrix()
2487 LOG(2,("INFO: head 1 has a digital panel;\n")); in setup_output_matrix()
2488 LOG(2,("INFO: head 2 has an analog panel or CRT:\n")); in setup_output_matrix()
2489 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2492 LOG(2,("INFO: head 1 has an analog panel or CRT;\n")); in setup_output_matrix()
2493 LOG(2,("INFO: head 2 has an analog panel or CRT:\n")); in setup_output_matrix()
2494 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2497 LOG(2,("INFO: illegal monitor setup ($%02x):\n", si->ps.monitors)); in setup_output_matrix()
2498 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2505 LOG(2,("INFO: NV11 outputs are hardwired to be straight-through\n")); in setup_output_matrix()
2520 LOG(2,("INFO: head 1 has nothing connected;\n")); in setup_output_matrix()
2521 LOG(2,("INFO: head 2 has nothing connected:\n")); in setup_output_matrix()
2522 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2525 LOG(2,("INFO: head 1 has a digital panel;\n")); in setup_output_matrix()
2526 LOG(2,("INFO: head 2 has nothing connected:\n")); in setup_output_matrix()
2527 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2530 LOG(2,("INFO: head 1 has an analog panel or CRT;\n")); in setup_output_matrix()
2531 LOG(2,("INFO: head 2 has nothing connected:\n")); in setup_output_matrix()
2532 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2535 LOG(2,("INFO: head 1 has a digital panel AND an analog panel or CRT;\n")); in setup_output_matrix()
2536 LOG(2,("INFO: head 2 has nothing connected:\n")); in setup_output_matrix()
2537 LOG(2,("INFO: correction not possible...\n")); in setup_output_matrix()
2538 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2541 LOG(2,("INFO: head 1 has nothing connected;\n")); in setup_output_matrix()
2542 LOG(2,("INFO: head 2 has a digital panel:\n")); in setup_output_matrix()
2543 LOG(2,("INFO: defaulting to head 2 for primary use.\n")); in setup_output_matrix()
2547 LOG(2,("INFO: head 1 has a digital panel;\n")); in setup_output_matrix()
2548 LOG(2,("INFO: head 2 has a digital panel:\n")); in setup_output_matrix()
2549 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2552 LOG(2,("INFO: head 1 has an analog panel or CRT;\n")); in setup_output_matrix()
2553 LOG(2,("INFO: head 2 has a digital panel:\n")); in setup_output_matrix()
2554 LOG(2,("INFO: defaulting to head 2 for primary use.\n")); in setup_output_matrix()
2558 LOG(2,("INFO: illegal monitor setup ($%02x):\n", si->ps.monitors)); in setup_output_matrix()
2559 LOG(2,("INFO: defaulting to head 1 for primary use.\n")); in setup_output_matrix()
2804 LOG(8,("INFO: NV30 architecture chip, PIXPLLC2 DAC1 = $%08x, DAC2 = $%08x\n", in pinsnv30_arch_fake()
2861 LOG(8,("INFO: NV4 architecture chip with UMA detected\n")); in getRAMsize_arch_nv4()
2909 LOG(8,("INFO: nVidia GPU with UMA detected\n")); in getRAMsize_arch_nv10_20_30_40()
2912 LOG(8,("INFO: (Memory detection) Strapinfo value is: $%08x\n", strapinfo)); in getRAMsize_arch_nv10_20_30_40()
2943 LOG(8,("INFO: NV10/20/30 architecture chip with unknown RAM amount detected;\n")); in getRAMsize_arch_nv10_20_30_40()
2944 LOG(8,("INFO: Setting 16Mb\n")); in getRAMsize_arch_nv10_20_30_40()
3019 LOG(2,("INFO: pinsdump follows:\n")); in dump_pins()
3020 LOG(2,("PLL type: ")); in dump_pins()
3021 if (si->ps.ext_pll) LOG(2,("extended\n")); else LOG(2,("standard\n")); in dump_pins()
3022 LOG(2,("f_ref: %fMhz\n", si->ps.f_ref)); in dump_pins()
3023 LOG(2,("max_system_vco: %dMhz\n", si->ps.max_system_vco)); in dump_pins()
3024 LOG(2,("min_system_vco: %dMhz\n", si->ps.min_system_vco)); in dump_pins()
3025 LOG(2,("max_pixel_vco: %dMhz\n", si->ps.max_pixel_vco)); in dump_pins()
3026 LOG(2,("min_pixel_vco: %dMhz\n", si->ps.min_pixel_vco)); in dump_pins()
3027 LOG(2,("max_video_vco: %dMhz\n", si->ps.max_video_vco)); in dump_pins()
3028 LOG(2,("min_video_vco: %dMhz\n", si->ps.min_video_vco)); in dump_pins()
3029 LOG(2,("std_engine_clock: %dMhz\n", si->ps.std_engine_clock)); in dump_pins()
3030 LOG(2,("std_memory_clock: %dMhz\n", si->ps.std_memory_clock)); in dump_pins()
3031 LOG(2,("max_dac1_clock: %dMhz\n", si->ps.max_dac1_clock)); in dump_pins()
3032 LOG(2,("max_dac1_clock_8: %dMhz\n", si->ps.max_dac1_clock_8)); in dump_pins()
3033 LOG(2,("max_dac1_clock_16: %dMhz\n", si->ps.max_dac1_clock_16)); in dump_pins()
3034 LOG(2,("max_dac1_clock_24: %dMhz\n", si->ps.max_dac1_clock_24)); in dump_pins()
3035 LOG(2,("max_dac1_clock_32: %dMhz\n", si->ps.max_dac1_clock_32)); in dump_pins()
3036 LOG(2,("max_dac1_clock_32dh: %dMhz\n", si->ps.max_dac1_clock_32dh)); in dump_pins()
3037 LOG(2,("max_dac2_clock: %dMhz\n", si->ps.max_dac2_clock)); in dump_pins()
3038 LOG(2,("max_dac2_clock_8: %dMhz\n", si->ps.max_dac2_clock_8)); in dump_pins()
3039 LOG(2,("max_dac2_clock_16: %dMhz\n", si->ps.max_dac2_clock_16)); in dump_pins()
3040 LOG(2,("max_dac2_clock_24: %dMhz\n", si->ps.max_dac2_clock_24)); in dump_pins()
3041 LOG(2,("max_dac2_clock_32: %dMhz\n", si->ps.max_dac2_clock_32)); in dump_pins()
3042 LOG(2,("max_dac2_clock_32dh: %dMhz\n", si->ps.max_dac2_clock_32dh)); in dump_pins()
3043 LOG(2,("secondary_head: ")); in dump_pins()
3044 if (si->ps.secondary_head) LOG(2,("present\n")); else LOG(2,("absent\n")); in dump_pins()
3045 LOG(2,("tvout: ")); in dump_pins()
3046 if (si->ps.tvout) LOG(2,("present\n")); else LOG(2,("absent\n")); in dump_pins()
3102 LOG(2, ("%s TVout chip detected\n", msg)); in dump_pins()
3107 LOG(2,("card memory_size: %3.3fMb\n", (si->ps.memory_size / (1024.0 * 1024.0)))); in dump_pins()
3108 LOG(2,("laptop: ")); in dump_pins()
3109 if (si->ps.laptop) LOG(2,("yes\n")); else LOG(2,("no\n")); in dump_pins()
3112 LOG(2,("found DFP (digital flatpanel) on CRTC1; CRTC1 is ")); in dump_pins()
3113 if (si->ps.slaved_tmds1) LOG(2,("slaved\n")); else LOG(2,("master\n")); in dump_pins()
3114 LOG(2,("panel width: %d, height: %d, aspect ratio: %1.2f\n", in dump_pins()
3119 LOG(2,("found DFP (digital flatpanel) on CRTC2; CRTC2 is ")); in dump_pins()
3120 if (si->ps.slaved_tmds2) LOG(2,("slaved\n")); else LOG(2,("master\n")); in dump_pins()
3121 LOG(2,("panel width: %d, height: %d, aspect ratio: %1.2f\n", in dump_pins()
3124 LOG(2,("monitor (output devices) setup matrix: $%02x\n", si->ps.monitors)); in dump_pins()
3125 LOG(2,("INFO: end pinsdump.\n")); in dump_pins()