Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_bios.c1089 uint16_t bmplength; in parse_bmp_structure() local
1126 bmplength = 44; /* exact for 1.01 */ in parse_bmp_structure()
1128 bmplength = 48; /* exact for 2.01 */ in parse_bmp_structure()
1130 bmplength = 54; in parse_bmp_structure()
1134 bmplength = 62; in parse_bmp_structure()
1137 bmplength = 67; /* exact for 5.01 */ in parse_bmp_structure()
1139 bmplength = 75; /* exact for 5.06 */ in parse_bmp_structure()
1141 bmplength = 89; /* exact for 5.10h */ in parse_bmp_structure()
1143 bmplength = 118; /* exact for 5.11h */ in parse_bmp_structure()
1150 bmplength = 123; in parse_bmp_structure()
[all …]