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

  /xsrc/external/mit/xf86-video-ati/dist/src/
legacy_output.c 124 RADEONGetTMDSInfoFromTable(ScrnInfoPtr pScrn, radeon_tmds_ptr tmds)
130 tmds->tmds_pll[i].value = default_tmds_pll[info->ChipFamily][i].value;
131 tmds->tmds_pll[i].freq = default_tmds_pll[info->ChipFamily][i].freq;
136 RADEONGetTMDSInfo(ScrnInfoPtr pScrn, radeon_tmds_ptr tmds)
141 tmds->tmds_pll[i].value = 0;
142 tmds->tmds_pll[i].freq = 0;
145 if (!RADEONGetTMDSInfoFromBIOS(pScrn, tmds))
146 RADEONGetTMDSInfoFromTable(pScrn, tmds);
283 /* Write TMDS registers */
1116 radeon_tmds_ptr tmds = NULL local
    [all...]
radeon_output.c 1740 radeon_tmds_ptr tmds = NULL; local
1744 tmds = (radeon_tmds_ptr)info->encoders[ATOM_DEVICE_DFP1_INDEX]->dev_priv;
1752 if (!RADEONGetTMDSInfoFromBIOS(output->scrn, tmds))
1753 RADEONGetTMDSInfoFromTable(output->scrn, tmds);
1755 RADEONGetTMDSInfoFromTable(output->scrn, tmds);
2720 /* Some macs (minis and powerbooks) use internal tmds, others use external tmds
2721 * and not just for dual-link TMDS, it shows up with single-link as well.
2726 * PowerBook5,[1-5]: external tmds, single-link
2727 * PowerBook5,[789]: external tmds, dual-lin
    [all...]

Completed in 6 milliseconds