Searched refs:connector_type (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_detection.c865 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
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dbios.c325 ptr_entity->port_info[crtc].connector_type = (portinfo>>4) & 0xf;
378 ptr_entity->port_info[i].tmds_type, ptr_entity->port_info[i].connector_type);
417 ptr_entity->port_info[tmp1].connector_type = (tmp0 >> 12) & 0x0f;
418 if (ptr_entity->port_info[tmp1].connector_type > connector_unsupported)
419 ptr_entity->port_info[tmp1].connector_type = connector_unsupported;
423 if (((ptr_entity->port_info[tmp1].connector_type != connector_dvi_d) &&
424 (ptr_entity->port_info[tmp1].connector_type != connector_dvi_i)) &&
441 if ((connector_found < 3) && (ptr_entity->port_info[tmp1].connector_type == connector_crt)) {
450 ptr_entity->port_info[0].connector_type = connector_proprietary;
479 ptr_entity->port_info[1].connector_type
[all...]
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h174 radeon_connector_type connector_type; member in struct:__anon12

Completed in 47 milliseconds