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

/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dbios.c317 if (ptr_entity->port_info[0].dac_type == dac_unknown)
318 ptr_entity->port_info[0].dac_type = (portinfo & 0xf) - 1;
324 ptr_entity->port_info[crtc].dac_type = (portinfo & 0xf) - 1;
367 if ( ptr_entity->port_info[j].dac_type == dac_unknown )
368 ptr_entity->port_info[j].dac_type = ( portinfo & 0xf ) - 1;
377 i, ptr_entity->port_info[i].ddc_type, ptr_entity->port_info[i].dac_type,
416 ptr_entity->port_info[tmp1].dac_type = (tmp0 & 0x01) ? dac_tvdac : dac_primary;
447 ptr_entity->port_info[0].dac_type = dac_tvdac;
476 ptr_entity->port_info[1].dac_type = dac_unknown;
487 0, ptr_entity->port_info[0].ddc_type, ptr_entity->port_info[0].dac_type,
[all...]
/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_detection.c858 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
940 if (routes->port_info[1].dac_type == dac_primary
941 && routes->port_info[0].dac_type != dac_primary) {
955 routes->port_info[0].dac_type = dac_tvdac;
956 routes->port_info[1].dac_type = dac_primary;
958 routes->port_info[1].dac_type = dac_primary;
959 routes->port_info[0].dac_type = dac_tvdac;
962 routes->port_info[0].dac_type
[all...]
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h172 radeon_dac_type dac_type; member in struct:__anon12

Completed in 105 milliseconds