Lines Matching refs:pxclk
66 static uint16_t clkcmptable(struct nvbios *bios, uint16_t clktable, int pxclk)
78 if (pxclk >= compareclk * 10) {
137 static int run_lvds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk)
142 * A bitmask byte and a dual-link transition pxclk value for use in
198 scriptptr = clkcmptable(bios, clktable, pxclk);
210 int call_lvds_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk)
231 call_lvds_script(dev, dcbent, head, LVDS_INIT, pxclk);
235 call_lvds_script(dev, dcbent, head, LVDS_RESET, pxclk);
237 call_lvds_script(dev, dcbent, head, LVDS_PANEL_OFF, pxclk);
247 ret = run_lvds_table(dev, dcbent, head, script, pxclk);
496 int nouveau_bios_parse_lvds_table(struct drm_device *dev, int pxclk, bool *dl, bool *if_is_24bit)
501 * contains the dual-link transition pxclk (in 10s kHz), at byte 5 - if
521 * until later, when this function should be called with non-zero pxclk
541 if (!pxclk)
553 if (pxclk >= bios->fp.duallink_transition_clk)
569 if (pxclk >= bios->fp.duallink_transition_clk)
571 if (pxclk >= 140000)
619 if (pxclk && (chip_version < 0x25 || chip_version > 0x28))
620 bios->fp.dual_link = (pxclk >= bios->fp.duallink_transition_clk);
627 int run_tmds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, int pxclk)
630 * the pxclk parameter is in kHz
665 scriptptr = clkcmptable(bios, clktable, pxclk);
674 run_digital_op_script(dev, scriptptr, dcbent, head, pxclk >= 165000);
920 * Offset +11 has a pointer to a table where the first word is a pxclk
922 * run if the comparison pxclk frequency is less than the pxclk desired.