Lines Matching full:tmds
143 * conf byte. These tables are similar to the TMDS tables, consisting in run_lvds_table()
629 * This runs the TMDS regs setting code found on BIT bios cards in run_tmds_table()
642 /* pre-nv17 off-chip tmds uses scripts, post nv17 doesn't */ in run_tmds_table()
649 clktable = bios->tmds.output0_script_ptr; in run_tmds_table()
653 clktable = bios->tmds.output1_script_ptr; in run_tmds_table()
665 NV_ERROR(drm, "TMDS output init script not found\n"); in run_tmds_table()
904 * Parses the pointer to the TMDS table in parse_bit_tmds_tbl_entry()
908 * offset + 0 (16 bits): TMDS table pointer in parse_bit_tmds_tbl_entry()
910 * The TMDS table is typically found just before the DCB table, with a in parse_bit_tmds_tbl_entry()
930 NV_ERROR(drm, "Do not understand BIT TMDS table\n"); in parse_bit_tmds_tbl_entry()
936 NV_INFO(drm, "Pointer to TMDS table not found\n"); in parse_bit_tmds_tbl_entry()
940 NV_INFO(drm, "TMDS table version %d.%d\n", in parse_bit_tmds_tbl_entry()
954 NV_WARN(drm, "TMDS table script pointers not stubbed\n"); in parse_bit_tmds_tbl_entry()
956 bios->tmds.output0_script_ptr = ROM16(bios->data[tmdstableptr + 11]); in parse_bit_tmds_tbl_entry()
957 bios->tmds.output1_script_ptr = ROM16(bios->data[tmdstableptr + 13]); in parse_bit_tmds_tbl_entry()
1034 parse_bit_table(bios, bitoffset, &BIT_TABLE('T', tmds)); in parse_bit_structure()
1071 * offset + 89: TMDS single link output A table pointer in parse_bmp_structure()
1072 * offset + 91: TMDS single link output B table pointer in parse_bmp_structure()
1203 bios->tmds.output0_script_ptr = ROM16(bmp[89]); in parse_bmp_structure()
1204 bios->tmds.output1_script_ptr = ROM16(bmp[91]); in parse_bmp_structure()
1670 * DCB reports an LVDS output that should be TMDS: in apply_dcb_encoder_quirks()
1776 else if (bios->tmds.output0_script_ptr || in fabricate_dcb_encoder_table()
1777 bios->tmds.output1_script_ptr) in fabricate_dcb_encoder_table()