Home
last modified time | relevance | path

Searched refs:dac_primary (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_detection.c859 ? "Unknown" : ptr_entity->port_info[port].dac_type == dac_primary in Radeon_ConnectorInfo()
940 if (routes->port_info[1].dac_type == dac_primary in Radeon_DetectDisplays()
941 && routes->port_info[0].dac_type != dac_primary) { in Radeon_DetectDisplays()
956 routes->port_info[1].dac_type = dac_primary; in Radeon_DetectDisplays()
958 routes->port_info[1].dac_type = dac_primary; in Radeon_DetectDisplays()
962 routes->port_info[0].dac_type = dac_primary; in Radeon_DetectDisplays()
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h158 dac_primary = 0, enumerator
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dbios.c416 ptr_entity->port_info[tmp1].dac_type = (tmp0 & 0x01) ? dac_tvdac : dac_primary; in Radeon_GetConnectorInfoFromBIOS()
1114 di->routing.port_info[1].dac_type = dac_primary; in Radeon_ReadBIOSData()