Lines Matching refs:port

31 	uint32 port;
43 value = INREG(regs, info->port);
59 value = INREG(regs, info->port);
65 OUTREG(regs, info->port, value);
82 info.port = ddcPort;
216 SHOW_INFO0(2, "Found CRT connected to TV-DAC, i.e. DVI port");
812 Radeon_StoreFPEDID(accelerator_info *ai, int port, const edid1_info *edid)
814 fp_info *fp = &ai->si->flatpanels[port];
817 //SHOW_FLOW0(2, "EDID data read from DVI port via DDC2:");
845 Radeon_ConnectorInfo(accelerator_info *ai, int port, disp_entity* ptr_entity)
848 const char* ddc = ptr_entity->port_info[port].ddc_type == ddc_none_detected
849 ? "None" : ptr_entity->port_info[port].ddc_type == ddc_monid
850 ? "Mon ID" : ptr_entity->port_info[port].ddc_type == ddc_dvi
851 ? "DVI DDC" : ptr_entity->port_info[port].ddc_type == ddc_vga
852 ? "VGA DDC" : ptr_entity->port_info[port].ddc_type == ddc_crt2
854 const char* tmds = ptr_entity->port_info[port].tmds_type == tmds_unknown
855 ? "None" : ptr_entity->port_info[port].tmds_type == tmds_int
856 ? "Internal" : ptr_entity->port_info[port].tmds_type == tmds_ext
858 const char* dac = ptr_entity->port_info[port].dac_type == dac_unknown
859 ? "Unknown" : ptr_entity->port_info[port].dac_type == dac_primary
860 ? "Primary" : ptr_entity->port_info[port].dac_type == dac_tvdac
865 con = ptr_entity->port_info[port].connector_type == connector_none_atom
866 ? "None" : ptr_entity->port_info[port].connector_type == connector_vga_atom
867 ? "VGA" : ptr_entity->port_info[port].connector_type == connector_dvi_i_atom
868 ? "DVI-I" : ptr_entity->port_info[port].connector_type == connector_dvi_d_atom
869 ? "DVI-D" : ptr_entity->port_info[port].connector_type == connector_dvi_a_atom
870 ? "DVI-A" : ptr_entity->port_info[port].connector_type == connector_stv_atom
871 ? "S-Video TV" : ptr_entity->port_info[port].connector_type == connector_ctv_atom
872 ? "Composite TV" : ptr_entity->port_info[port].connector_type == connector_lvds_atom
873 ? "LVDS" : ptr_entity->port_info[port].connector_type == connector_digital_atom
874 ? "Digital" : ptr_entity->port_info[port].connector_type == connector_unsupported_atom
877 con = ptr_entity->port_info[port].connector_type == connector_none
878 ? "None" : ptr_entity->port_info[port].connector_type == connector_crt
879 ? "VGA" : ptr_entity->port_info[port].connector_type == connector_dvi_i
880 ? "DVI-I" : ptr_entity->port_info[port].connector_type == connector_dvi_d
881 ? "DVI-D" : ptr_entity->port_info[port].connector_type == connector_proprietary
882 ? "Proprietary" : ptr_entity->port_info[port].connector_type == connector_stv
883 ? "S-Video TV" : ptr_entity->port_info[port].connector_type == connector_ctv
884 ? "Composite TV" : ptr_entity->port_info[port].connector_type == connector_unsupported
888 mon = ptr_entity->port_info[port].mon_type == mt_unknown ? "???"
889 : ptr_entity->port_info[port].mon_type == mt_none ? "None"
890 : ptr_entity->port_info[port].mon_type == mt_crt ? "CRT "
891 : ptr_entity->port_info[port].mon_type == mt_lcd ? "LCD "
892 : ptr_entity->port_info[port].mon_type == mt_dfp ? "DVI "
893 : ptr_entity->port_info[port].mon_type == mt_ctv ? "Composite TV"
894 : ptr_entity->port_info[port].mon_type == mt_stv ? "S-Video TV"
898 port, mon, con, ddc, tmds, dac);
927 // alwats make TMDS_INT port first
933 SHOW_FLOW0(2, "Swapping TMDS_INT to first port");
936 // no TMDS_INT port, make primary DAC port first
939 // swap when the first port is not DAC_PRIMARY
953 // Force VGA port to use TVDAC
1039 SHOW_FLOW0(2, "Must be an analog monitor on DVI port");
1043 SHOW_FLOW0(2, "Seems to be a CRT on VGA port!?");
1052 SHOW_INFO0(2, "Searching port 0");
1083 SHOW_ERROR0(2, "swapping active port 2 to free port 1");
1102 // all versions have a standard VGA port
1107 // check VGA signal routed to DVI port