Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser.c591 ATOM_CONNECTOR_DEVICE_TAG *device_tag; in bios_parser_get_device_tag() local
611 device_tag = &record->asDeviceTag[device_tag_index]; in bios_parser_get_device_tag()
613 info->acpi_device = le32_to_cpu(device_tag->ulACPIDeviceEnum); in bios_parser_get_device_tag()
615 device_type_from_device_id(le16_to_cpu(device_tag->usDeviceID)); in bios_parser_get_device_tag()
2832 ATOM_CONNECTOR_DEVICE_TAG *device_tag) in get_patched_device_tag() argument
2837 device_tag->ulACPIDeviceEnum = in get_patched_device_tag()
2839 device_tag->usDeviceID = in get_patched_device_tag()
2849 device_tag->ulACPIDeviceEnum = in get_patched_device_tag()
2851 device_tag->usDeviceID = cpu_to_le16((USHORT) dev_id); in get_patched_device_tag()
2877 ATOM_CONNECTOR_DEVICE_TAG *device_tag = NULL; in add_device_tag_from_ext_display_path() local
[all …]
Dbios_parser2.c803 info->dev_id = device_type_from_device_id(object->device_tag); in bios_parser_get_device_tag()
1635 info->ext_disp_conn_info.path[i].device_tag = in get_integrated_info_v11()
1637 info_v11->extdispconninfo.path[i].device_tag); in get_integrated_info_v11()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c1143 bp_funcs->get_device_tag(dc_ctx->dc_bios, link->link_id, i, &link->device_tag)) { in construct()
1151 if (!bp_funcs->is_device_id_supported(dc_ctx->dc_bios, link->device_tag.dev_id)) in construct()
1153 if (link->device_tag.dev_id.device_type == DEVICE_TYPE_CRT in construct()
1156 if (link->device_tag.dev_id.device_type == DEVICE_TYPE_LCD in construct()
1173 if (link->device_tag.acpi_device != 0 in construct()
1174 && path->device_acpi_enum == link->device_tag.acpi_device) { in construct()
1177 } else if (path->device_tag == in construct()
1178 link->device_tag.dev_id.raw_device_tag) { in construct()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_link.h111 struct connector_device_tag_info device_tag; member
Ddc_bios_types.h131 const struct connector_device_tag_info *device_tag);
/Linux-v4.19/drivers/gpu/drm/amd/display/include/
Dgrph_object_ctrl_defs.h295 uint32_t device_tag; member
/Linux-v4.19/drivers/gpu/drm/amd/include/
Datomfirmware.h821 …uint16_t device_tag; //a supported device vector, each display path starts wit… member
927 uint16_t device_tag; //A bit vector to show what devices are supported member