Home | History | Annotate | Download | only in nouveau

Lines Matching refs:tmds

148 	 * conf byte. These tables are similar to the TMDS tables, consisting
634 * This runs the TMDS regs setting code found on BIT bios cards
647 /* pre-nv17 off-chip tmds uses scripts, post nv17 doesn't */
654 clktable = bios->tmds.output0_script_ptr;
658 clktable = bios->tmds.output1_script_ptr;
670 NV_ERROR(drm, "TMDS output init script not found\n");
909 * Parses the pointer to the TMDS table
913 * offset + 0 (16 bits): TMDS table pointer
915 * The TMDS table is typically found just before the DCB table, with a
935 NV_ERROR(drm, "Do not understand BIT TMDS table\n");
941 NV_INFO(drm, "Pointer to TMDS table not found\n");
945 NV_INFO(drm, "TMDS table version %d.%d\n",
959 NV_WARN(drm, "TMDS table script pointers not stubbed\n");
961 bios->tmds.output0_script_ptr = ROM16(bios->data[tmdstableptr + 11]);
962 bios->tmds.output1_script_ptr = ROM16(bios->data[tmdstableptr + 13]);
1039 parse_bit_table(bios, bitoffset, &BIT_TABLE('T', tmds));
1076 * offset + 89: TMDS single link output A table pointer
1077 * offset + 91: TMDS single link output B table pointer
1208 bios->tmds.output0_script_ptr = ROM16(bmp[89]);
1209 bios->tmds.output1_script_ptr = ROM16(bmp[91]);
1675 * DCB reports an LVDS output that should be TMDS:
1781 else if (bios->tmds.output0_script_ptr ||
1782 bios->tmds.output1_script_ptr)