Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dbios.c336 ptr_entity->port_info[crtc].ddc_type = ddc_monid; in Radeon_GetConnectorInfoFromBIOS()
339 ptr_entity->port_info[crtc].ddc_type = ddc_dvi; in Radeon_GetConnectorInfoFromBIOS()
342 ptr_entity->port_info[crtc].ddc_type = ddc_vga; in Radeon_GetConnectorInfoFromBIOS()
345 ptr_entity->port_info[crtc].ddc_type = ddc_crt2; in Radeon_GetConnectorInfoFromBIOS()
348 ptr_entity->port_info[crtc].ddc_type = ddc_none_detected; in Radeon_GetConnectorInfoFromBIOS()
353 ptr_entity->port_info[crtc].ddc_type = ddc_none_detected; in Radeon_GetConnectorInfoFromBIOS()
377 i, ptr_entity->port_info[i].ddc_type, ptr_entity->port_info[i].dac_type, in Radeon_GetConnectorInfoFromBIOS()
406 if (ptr_entity->port_info[tmp1].ddc_type == (( tmp0 >> 8 ) & 0x0f )) in Radeon_GetConnectorInfoFromBIOS()
413 ptr_entity->port_info[tmp1].ddc_type = (tmp0 >> 8) & 0x0f; in Radeon_GetConnectorInfoFromBIOS()
414 if (ptr_entity->port_info[tmp1].ddc_type > ddc_crt2) in Radeon_GetConnectorInfoFromBIOS()
[all …]
/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_detection.c848 const char* ddc = ptr_entity->port_info[port].ddc_type == ddc_none_detected in Radeon_ConnectorInfo()
849 ? "None" : ptr_entity->port_info[port].ddc_type == ddc_monid in Radeon_ConnectorInfo()
850 ? "Mon ID" : ptr_entity->port_info[port].ddc_type == ddc_dvi in Radeon_ConnectorInfo()
851 ? "DVI DDC" : ptr_entity->port_info[port].ddc_type == ddc_vga in Radeon_ConnectorInfo()
852 ? "VGA DDC" : ptr_entity->port_info[port].ddc_type == ddc_crt2 in Radeon_ConnectorInfo()
975 switch (routes->port_info[i].ddc_type) { in Radeon_DetectDisplays()
981 edid_regs[routes->port_info[i].ddc_type], in Radeon_DetectDisplays()
984 SHOW_FLOW(2, "Edid Data for CRTC %d on line %d", i, routes->port_info[i].ddc_type); in Radeon_DetectDisplays()
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h171 radeon_ddc_type ddc_type; member