···43044304 break;43054305 }4306430643074307- /* Dell Latitude D620 reports a too-high value for the dual-link43084308- * transition freq, causing us to program the panel incorrectly.43094309- *43104310- * It doesn't appear the VBIOS actually uses its transition freq43114311- * (90000kHz), instead it uses the "Number of LVDS channels" field43124312- * out of the panel ID structure (http://www.spwg.org/).43134313- *43144314- * For the moment, a quirk will do :)43154315- */43164316- if (nv_match_device(dev, 0x01d7, 0x1028, 0x01c2))43174317- bios->fp.duallink_transition_clk = 80000;43184318-43194307 /* set dual_link flag for EDID case */43204308 if (pxclk && (chip_version < 0x25 || chip_version > 0x28))43214309 bios->fp.dual_link = (pxclk >= bios->fp.duallink_transition_clk);