• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/

Lines Matching refs:pxclk

3805 static uint16_t clkcmptable(struct nvbios *bios, uint16_t clktable, int pxclk)
3817 if (pxclk >= compareclk * 10) {
3877 static int run_lvds_table(struct drm_device *dev, struct dcb_entry *dcbent, int head, enum LVDS_script script, int pxclk)
3882 * A bitmask byte and a dual-link transition pxclk value for use in
3938 scriptptr = clkcmptable(bios, clktable, pxclk);
3950 int call_lvds_script(struct drm_device *dev, struct dcb_entry *dcbent, int head, enum LVDS_script script, int pxclk)
3970 call_lvds_script(dev, dcbent, head, LVDS_INIT, pxclk);
3974 call_lvds_script(dev, dcbent, head, LVDS_RESET, pxclk);
3976 call_lvds_script(dev, dcbent, head, LVDS_PANEL_OFF, pxclk);
3986 ret = run_lvds_table(dev, dcbent, head, script, pxclk);
4232 int nouveau_bios_parse_lvds_table(struct drm_device *dev, int pxclk, bool *dl, bool *if_is_24bit)
4237 * contains the dual-link transition pxclk (in 10s kHz), at byte 5 - if
4257 * until later, when this function should be called with non-zero pxclk
4277 if (!pxclk)
4289 if (pxclk >= bios->fp.duallink_transition_clk)
4305 if (pxclk >= bios->fp.duallink_transition_clk)
4307 if (pxclk >= 140000)
4367 if (pxclk && (chip_version < 0x25 || chip_version > 0x28))
4368 bios->fp.dual_link = (pxclk >= bios->fp.duallink_transition_clk);
4454 uint32_t sub, int pxclk)
4544 if (pxclk < -2 || pxclk > 0) {
4559 if (pxclk == 0) {
4569 if (pxclk == -1) {
4579 if (pxclk == -2) {
4592 if (pxclk > 0) {
4595 script = clkcmptable(bios, script, pxclk);
4604 if (pxclk < 0) {
4607 script = clkcmptable(bios, script, -pxclk);
4621 int run_tmds_table(struct drm_device *dev, struct dcb_entry *dcbent, int head, int pxclk)
4624 * the pxclk parameter is in kHz
4658 scriptptr = clkcmptable(bios, clktable, pxclk);
4667 run_digital_op_script(dev, scriptptr, dcbent, head, pxclk >= 165000);
5319 * Offset +11 has a pointer to a table where the first word is a pxclk
5321 * run if the comparison pxclk frequency is less than the pxclk desired.