Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1096 bmp_version_major = bmp[5]; in parse_bmp_structure()
1100 bmp_version_major, bmp_version_minor); in parse_bmp_structure()
1106 if (bmp_version_major < 5) in parse_bmp_structure()
1114 if ((bmp_version_major < 5 && bmp_version_minor != 1) || bmp_version_major > 5) { in parse_bmp_structure()
1120 if (bmp_version_major == 0) in parse_bmp_structure()
1123 else if (bmp_version_major == 1) in parse_bmp_structure()
1125 else if (bmp_version_major == 2) in parse_bmp_structure()
1127 else if (bmp_version_major == 3) in parse_bmp_structure()
1176 if (bmp_version_major < 5 || bmp_version_minor < 0x10) in parse_bmp_structure()
1179 if (bmp_version_major < 2) in parse_bmp_structure()
[all …]