Searched refs:fpindex (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c4083 uint8_t fptable_ver, headerlen = 0, recordlen, fpentries = 0xf, fpindex; local
4155 fpindex = bios->data[bios->fp.fpxlatetableptr +
4158 if (fpindex > fpentries) {
4163 /* nv4x cards need both a strap value and fpindex of 0xf to use DDC */
4165 bios->fp_no_ddc = fpstrapping != 0xf || fpindex != 0xf;
4168 * If either the strap or xlated fpindex value are 0xf there is no
4172 if (fpstrapping == 0xf || fpindex == 0xf)
4176 recordlen * fpindex + ofs;

Completed in 31 milliseconds