Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/radeon/
Dradeon_atombios.c900 struct bios_connector *bios_connectors; in radeon_get_atom_connector_info_from_supported_devices_table() local
901 size_t bc_size = sizeof(*bios_connectors) * ATOM_MAX_SUPPORTED_DEVICE; in radeon_get_atom_connector_info_from_supported_devices_table()
907 bios_connectors = malloc(bc_size, DRM_MEM_DRIVER, M_WAITOK | M_ZERO); in radeon_get_atom_connector_info_from_supported_devices_table()
908 if (!bios_connectors) in radeon_get_atom_connector_info_from_supported_devices_table()
913 free(bios_connectors, DRM_MEM_DRIVER); in radeon_get_atom_connector_info_from_supported_devices_table()
931 bios_connectors[i].valid = false; in radeon_get_atom_connector_info_from_supported_devices_table()
942 bios_connectors[i].connector_type = in radeon_get_atom_connector_info_from_supported_devices_table()
947 if (bios_connectors[i].connector_type == in radeon_get_atom_connector_info_from_supported_devices_table()
953 bios_connectors[i].line_mux = in radeon_get_atom_connector_info_from_supported_devices_table()
958 bios_connectors[i].ddc_bus.valid = false; in radeon_get_atom_connector_info_from_supported_devices_table()
[all …]