Searched refs:display_path (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c144 if (bp->object_info_tbl.v1_4->display_path[i].encoderobjid != 0)
151 if (bp->object_info_tbl.v1_5->display_path[i].encoderobjid != 0)
178 if (v1_4->display_path[i].encoderobjid != 0 &&
179 v1_4->display_path[i].display_objid != 0)
181 v1_4->display_path[i].display_objid);
190 if (v1_5->display_path[i].encoderobjid != 0 &&
191 v1_5->display_path[i].display_objid != 0)
193 v1_5->display_path[i].display_objid);
227 tbl->v1_4->display_path[i].encoderobjid);
243 tbl->v1_5->display_path[
[all...]
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h1041 struct atom_display_object_path_v2 display_path[8]; //the real number of this included in the structure is calculated by using the (whole structure size - the header size- number_of_path)/size of atom_display_object_path member in struct:display_object_info_table_v1_4
1051 struct atom_display_object_path_v3 display_path[8]; member in struct:display_object_info_table_v1_5

Completed in 418 milliseconds