HomeSort by: relevance | last modified time | path
    Searched defs:fpindex (Results 1 - 4 of 4) 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;
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;
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;
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 97 milliseconds