Home
last modified time | relevance | path

Searched refs:rp_tmds_type (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/pci/
Dradeonfb.c710 sc->sc_ports[i].rp_tmds_type)); in radeonfb_attach()
711 switch (sc->sc_ports[i].rp_tmds_type) { in radeonfb_attach()
1810 sc->sc_ports[i].rp_tmds_type = RADEON_TMDS_UNKNOWN; in radeonfb_getconnectors()
1880 sc->sc_ports[port].rp_tmds_type = tmds; in radeonfb_getconnectors()
1885 sc->sc_ports[port].rp_tmds_type = in radeonfb_getconnectors()
1906 sc->sc_ports[0].rp_tmds_type = RADEON_TMDS_EXT; /* output to fp2 */ in radeonfb_getconnectors()
1912 sc->sc_ports[1].rp_tmds_type = RADEON_TMDS_UNKNOWN; in radeonfb_getconnectors()
1919 sc->sc_ports[0].rp_tmds_type = RADEON_TMDS_INT; in radeonfb_getconnectors()
1925 sc->sc_ports[1].rp_tmds_type = RADEON_TMDS_UNKNOWN; in radeonfb_getconnectors()
1933 sc->sc_ports[0].rp_tmds_type = RADEON_TMDS_INT; in radeonfb_getconnectors()
[all …]
Dradeonfbvar.h82 int rp_tmds_type; member