OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fpindex
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bios.c
352
uint8_t fptable_ver, headerlen = 0, recordlen, fpentries = 0xf,
fpindex
;
local in function:parse_fp_mode_table
421
fpindex
= bios->data[bios->fp.fpxlatetableptr +
424
if (
fpindex
> fpentries) {
429
/* nv4x cards need both a strap value and
fpindex
of 0xf to use DDC */
431
bios->fp_no_ddc = fpstrapping != 0xf ||
fpindex
!= 0xf;
434
* If either the strap or xlated
fpindex
value are 0xf there is no
438
if (fpstrapping == 0xf ||
fpindex
== 0xf)
442
recordlen *
fpindex
+ ofs;
Completed in 34 milliseconds
Indexes created Sun Oct 19 01:09:53 GMT 2025