Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1087 uint16_t bmplength; in parse_bmp_structure() local
1124 bmplength = 44; /* exact for 1.01 */ in parse_bmp_structure()
1126 bmplength = 48; /* exact for 2.01 */ in parse_bmp_structure()
1128 bmplength = 54; in parse_bmp_structure()
1132 bmplength = 62; in parse_bmp_structure()
1135 bmplength = 67; /* exact for 5.01 */ in parse_bmp_structure()
1137 bmplength = 75; /* exact for 5.06 */ in parse_bmp_structure()
1139 bmplength = 89; /* exact for 5.10h */ in parse_bmp_structure()
1141 bmplength = 118; /* exact for 5.11h */ in parse_bmp_structure()
1148 bmplength = 123; in parse_bmp_structure()
[all …]