Home | History | Annotate | Download | only in pci

Lines Matching defs:tmds

641 		aprint_error("%s: Unable to identify TMDS PLL settings\n",
709 DPRINTF(("%s: port %d tmds type %d\n", __func__, i,
714 DPRINTF(("%s: plugging internal TMDS into CRTC %d\n",
732 DPRINTF(("%s: plugging external TMDS into CRTC %d\n",
765 /* enable TMDS */
1829 uint8_t conn, ddc, dac, tmds;
1839 * bit 4 - TMDS type (1 = EXT, 0 = INT)
1851 tmds = ((entry >> 4) & 0x1) ? RADEON_TMDS_EXT :
1880 sc->sc_ports[port].rp_tmds_type = tmds;
1884 (tmds == RADEON_TMDS_INT))
1928 /* default, port 0 = internal TMDS, port 1 = CRT */
1986 DPRINTF((" tmds = %d\n", sc->sc_ports[i].rp_tmds_type));