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

/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c143 for (i = 0; i < bp->object_info_tbl.v1_4->number_of_path; i++)
150 for (i = 0; i < bp->object_info_tbl.v1_5->number_of_path; i++)
174 if (v1_4->number_of_path > i) {
186 if (v1_5->number_of_path > i) {
225 for (i = 0; i < tbl->v1_4->number_of_path; i++) {
241 for (i = 0; i < tbl->v1_5->number_of_path; i++) {
261 for (i = 0; i < tbl->v1_4->number_of_path; i++) {
283 for (i = 0; i < tbl->v1_5->number_of_path; i++) {
316 for (i = 0; i < bp->object_info_tbl.v1_4->number_of_path; i++) {
329 for (i = 0; i < bp->object_info_tbl.v1_4->number_of_path;
[all...]
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h1039 uint8_t number_of_path; member in struct:display_object_info_table_v1_4
1041 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
1047 uint8_t number_of_path; member in struct:display_object_info_table_v1_5
1050 // (whole structure size - the header size- number_of_path)/size of atom_display_object_path

Completed in 209 milliseconds