Searched refs:tmds (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dlegacy_output.c124 RADEONGetTMDSInfoFromTable(ScrnInfoPtr pScrn, radeon_tmds_ptr tmds) argument
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) argument
141 tmds->tmds_pll[i].value = 0;
142 tmds->tmds_pll[i].freq = 0;
145 if (!RADEONGetTMDSInfoFromBIOS(pScrn, tmds))
146 RADEONGetTMDSInfoFromTable(pScrn, tmds);
1116 radeon_tmds_ptr tmds = NULL; local in function:RADEONInitFPRegisters
1123 tmds
[all...]
H A Dradeon_bios.c1220 Bool RADEONGetTMDSInfoFromBIOS (ScrnInfoPtr pScrn, radeon_tmds_ptr tmds) argument
1234 tmds->tmds_pll[i].freq = RADEON_BIOS16(tmp+i*6+6);
1236 tmds->tmds_pll[i].value = ((RADEON_BIOS8(tmp+i*6+8) & 0x3f) |
1242 (unsigned)tmds->tmds_pll[i].freq,
1243 (unsigned)tmds->tmds_pll[i].value);
1245 if (maxfreq == tmds->tmds_pll[i].freq) {
1246 tmds->tmds_pll[i].freq = 0xffffffff;
1262 tmds->tmds_pll[i].value = RADEON_BIOS32(tmp+i*10+0x08);
1263 tmds->tmds_pll[i].freq = RADEON_BIOS16(tmp+i*10+0x10);
1271 tmds
[all...]
H A Dradeon.h1093 extern void RADEONGetTMDSInfoFromTable(ScrnInfoPtr pScrn, radeon_tmds_ptr tmds);
1094 extern void RADEONGetTMDSInfo(ScrnInfoPtr pScrn, radeon_tmds_ptr tmds);
1147 extern Bool RADEONGetTMDSInfoFromBIOS(ScrnInfoPtr pScrn, radeon_tmds_ptr tmds);
H A Dradeon_output.c1740 radeon_tmds_ptr tmds = NULL; local in function:radeon_set_property
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
2726 * PowerBook5,[1-5]: external tmds, single-link
2727 * PowerBook5,[789]: external tmds, dual-link
2728 * PowerBook5,6: external tmds, singl
[all...]

Completed in 51 milliseconds