Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser.c2831 uint32_t device_support, in get_patched_device_tag() argument
2848 if ((device_support & dev_id) != 0) { in get_patched_device_tag()
2874 uint32_t *device_support) in add_device_tag_from_ext_display_path() argument
2903 *device_support, in add_device_tag_from_ext_display_path()
2907 *device_support &= ~le16_to_cpu(device_tag->usDeviceID); in add_device_tag_from_ext_display_path()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_atombios.c302 int i, j, k, path_size, device_support; in amdgpu_atombios_get_connector_info_from_object_table() local
329 device_support = le16_to_cpu(obj_header->usDeviceSupport); in amdgpu_atombios_get_connector_info_from_object_table()
339 if (device_support & le16_to_cpu(path->usDeviceTag)) { in amdgpu_atombios_get_connector_info_from_object_table()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_atombios.c522 int i, j, k, path_size, device_support; in radeon_get_atom_connector_info_from_object_table() local
549 device_support = le16_to_cpu(obj_header->usDeviceSupport); in radeon_get_atom_connector_info_from_object_table()
559 if (device_support & le16_to_cpu(path->usDeviceTag)) { in radeon_get_atom_connector_info_from_object_table()
899 uint16_t device_support; in radeon_get_atom_connector_info_from_supported_devices_table() local
923 device_support = le16_to_cpu(supported_devices->info.usDeviceSupport); in radeon_get_atom_connector_info_from_supported_devices_table()
936 if (!(device_support & (1 << i))) { in radeon_get_atom_connector_info_from_supported_devices_table()