Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dbios.c315 ptr_entity->port_info[0].tmds_type = tmds_ext; in Radeon_GetConnectorInfoFromBIOS()
329 ptr_entity->port_info[crtc].tmds_type = tmds_ext; in Radeon_GetConnectorInfoFromBIOS()
365 ptr_entity->port_info[j].tmds_type = tmds_ext; in Radeon_GetConnectorInfoFromBIOS()
420 ptr_entity->port_info[tmp1].tmds_type = ((tmp0 >> 4) & 0x01) ? tmds_ext : tmds_int; in Radeon_GetConnectorInfoFromBIOS()
1115 di->routing.port_info[1].tmds_type = tmds_ext; in Radeon_ReadBIOSData()
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h166 tmds_ext = 1 enumerator
/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_detection.c856 ? "Internal" : ptr_entity->port_info[port].tmds_type == tmds_ext in Radeon_ConnectorInfo()
1006 if (routes->port_info[i].tmds_type == tmds_ext){ in Radeon_DetectDisplays()