HomeSort by: relevance | last modified time | path
    Searched refs:object_info_tbl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
bios_parser_types_internal.h 58 struct object_info_table object_info_tbl; member in struct:bios_parser
bios_parser_types_internal2.h 59 struct object_info_table object_info_tbl; member in struct:bios_parser
amdgpu_bios_parser2.c 169 for (i = 0; i < bp->object_info_tbl.v1_4->number_of_path; i++) {
170 if (bp->object_info_tbl.v1_4->display_path[i].encoderobjid != 0)
183 struct object_info_table *tbl = &bp->object_info_tbl;
207 struct object_info_table *tbl = &bp->object_info_tbl;
268 for (i = 0; i < bp->object_info_tbl.v1_4->number_of_path; i++) {
270 bp->object_info_tbl.v1_4->display_path[i].encoderobjid);
273 return &bp->object_info_tbl.v1_4->display_path[i];
281 for (i = 0; i < bp->object_info_tbl.v1_4->number_of_path; i++) {
283 bp->object_info_tbl.v1_4->display_path[i].display_objid);
286 return &bp->object_info_tbl.v1_4->display_path[i]
1942 struct display_object_info_table_v1_4 *object_info_tbl; local in function:bios_parser2_construct
    [all...]
amdgpu_bios_parser.c 159 le16_to_cpu(bp->object_info_tbl.v1_1->usConnectorObjectTableOffset));
172 + le16_to_cpu(bp->object_info_tbl.v1_1->usConnectorObjectTableOffset);
867 return (le16_to_cpu(bp->object_info_tbl.v1_1->usDeviceSupport) & mask) != 0;
1962 offset = le16_to_cpu(bp->object_info_tbl.v1_1->usEncoderObjectTableOffset);
1966 offset = le16_to_cpu(bp->object_info_tbl.v1_1->usConnectorObjectTableOffset);
1970 offset = le16_to_cpu(bp->object_info_tbl.v1_1->usRouterObjectTableOffset);
1974 if (bp->object_info_tbl.revision.minor < 3)
1976 offset = le16_to_cpu(bp->object_info_tbl.v1_3->usMiscObjectTableOffset);
2718 bp->object_info_tbl.v1_3->usMiscObjectTableOffset;
2851 ATOM_OBJECT_HEADER *object_info_tbl; local in function:bios_parser_construct
    [all...]

Completed in 13 milliseconds