HomeSort by: relevance | last modified time | path
    Searched defs:lvds (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_modes.c 348 radeon_lvds_ptr lvds = (radeon_lvds_ptr)radeon_encoder->dev_priv; local
349 if (lvds)
350 radeon_output->native_mode = lvds->native_mode;
legacy_output.c 174 RADEONGetPanelInfoFromReg (ScrnInfoPtr pScrn, radeon_lvds_ptr lvds)
178 radeon_native_mode_ptr native_mode = &lvds->native_mode;
182 lvds->PanelPwrDly = 200;
227 RADEONGetLVDSInfo (ScrnInfoPtr pScrn, radeon_lvds_ptr lvds)
230 radeon_native_mode_ptr native_mode = &lvds->native_mode;
233 if (!RADEONGetLVDSInfoFromBIOS(pScrn, lvds))
234 RADEONGetPanelInfoFromReg(pScrn, lvds);
237 lvds->PanelPwrDly = 200;
240 RADEONGetPanelInfoFromReg(pScrn, lvds);
343 /* Write LVDS registers *
909 radeon_lvds_ptr lvds = (radeon_lvds_ptr)radeon_encoder->dev_priv; local
1002 radeon_lvds_ptr lvds = (radeon_lvds_ptr)radeon_encoder->dev_priv; local
    [all...]
radeon_output.c 100 "LVDS",
1203 radeon_lvds_ptr lvds = (radeon_lvds_ptr)radeon_encoder->dev_priv; local
1204 if (lvds) {
1205 if ((lvds->native_mode.PanelXRes == 0) || (lvds->native_mode.PanelYRes == 0))
2467 /* LVDS header */
2935 /* LVDS is too wacky */
2953 else if (radeon_clone->devices & (ATOM_DEVICE_LCD_SUPPORT)) /* LVDS */
3200 /* crtc2 can drive LVDS, it just doesn't have RMX */
atombios_output.c 395 radeon_lvds_ptr lvds = (radeon_lvds_ptr)radeon_encoder->dev_priv; local
396 if (lvds == NULL)
398 lvds_misc = lvds->lvds_misc;
753 * crtc0 -> dig1 -> UNIPHY2 link A -> LVDS
  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_type.h 36 LVDS,
65 } lvds; member in struct:G80Rec
g80_output.c 185 case 3: /* LVDS */
186 pNv->lvds.present = TRUE;
187 pNv->lvds.or = or;
188 pNv->lvds.i2cPort = -1;
191 xf86DrvMsg(scrnIndex, X_INFO, "LVDS has no I2C port\n");
196 "LVDS: invalid port %d\n", port);
204 "LVDS: invalid port type %d\n", portType);
209 "LVDS: unrecognized port %d\n", port);
212 pNv->lvds.i2cPort = port;
230 if(pNv->lvds.present)
502 xf86OutputPtr lvds = G80CreateSor(pScrn, pNv->lvds.or, LVDS); local
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_lvds.c 496 * controller for example), so on them, when turning LVDS back on,
537 /* XXX: We never power down the LVDS pairs. */
621 "Can't enable LVDS and another output on the same "
629 "Can't support LVDS on pipe A\n");
698 * LVDS borders are enabled (see i830_display.c).
898 * PFIT must be enabled/disabled while LVDS is on but pipes are still off
905 * Detect the LVDS connection.
910 /* Fallback to origin, mark LVDS always connected.
913 * get a reliable way for LVDS detect.
972 /* Our LVDS scaler can hit any size, so mark the EDID data a
1545 uint32_t lvds = INREG(LVDS); local
    [all...]
i830_debug.c 329 mode = "LVDS";
334 Bool is_lvds = (INREG(LVDS) & LVDS_PORT_EN) && (reg == DPLL_B);
337 mode = "LVDS";
340 if ((INREG(LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
657 DEFINEREG2(LVDS, i830_debug_lvds),
1051 mode = "LVDS";
1057 mode = "Non-LVDS";
1600 uint32_t lvds = INREG(LVDS); local
1601 if ((lvds & LVDS_PORT_EN) &
1671 uint32_t lvds = INREG(LVDS); local
    [all...]
i830_display.c 416 if ((INREG(LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP) {
417 /* LVDS with dual channel */
419 } else /* LVDS with single channel */
583 /* For LVDS, if the panel is on, just rely on its current settings for
587 if ((INREG(LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
643 /* For LVDS, if the panel is on, just rely on its current settings for
647 if ((INREG(LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
1759 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
1765 uint32_t lvds = INREG(LVDS); local
    [all...]

Completed in 35 milliseconds