summaryrefslogtreecommitdiff
path: root/src/rhd_pll.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-07Improve test for disabled differential clock driver.Egbert Eich1-2/+6
2009-07-22Consolidate prefixes for ATOM_*.Matthias Hopf1-4/+4
2009-06-09PLL: RV620 PLL shutdowning fix (sometimes we need unused PLL running)Rafał Miłecki1-2/+10
2009-03-02Byebye novell.Luc Verhaegen1-1/+1
2008-08-12PLL: Fix segfault which can happen under certain (rare) conditions.Egbert Eich1-2/+2
2008-08-12AtomBIOS: Implement AtomBIOS usage policy.Egbert Eich1-1/+6
2008-08-12AtomBIOS: Various fixes for AtomBIOS based programming of DCE3 PLLs and Outputs.Egbert Eich1-1/+1
2008-08-12PLL: Make internal function static.Egbert Eich1-1/+1
2008-08-12Add AtomBIOS SetPixelClock support.Egbert Eich1-25/+41
2008-07-29PLL: Always keep pixel clock PLL spread spectrum disabled on vt restore.Egbert Eich1-1/+2
2008-05-27PLL: On M54 do not re-enable Spread Spectrum.Luc Verhaegen1-4/+8
2008-05-22PLLs: Better fix for PLL ownership.Luc Verhaegen1-20/+64
2008-05-15PLL: Fix pll to crtc mapping.Luc Verhaegen1-0/+60
2008-04-30RV620+: Fix PLL restore.Luc Verhaegen1-3/+30
2008-04-17Remove debugging code that was accidentally committed.Egbert Eich1-8/+0
2008-04-16Remove call to alloca().Egbert Eich1-1/+10
2008-04-07Add support for the full RS690 family including RS740.Egbert Eich1-0/+1
2008-03-19RHDPLLsInit: PLL2: Add missing " else " in "if () {}{}"... Duh.Luc Verhaegen1-1/+1
2008-03-12RV620: Add Pixelclock support.Luc Verhaegen1-164/+578
2008-03-12Add stubs for the PLL subsystem.Egbert Eich1-8/+100
2008-01-29Add support for R680 (HD3870 X2).Joachim Deguara1-0/+1
2008-01-02PLLControlTableRetrieve(): Fix test in for loop.Egbert Eich1-1/+1
2007-12-20Rv670: Add PLL control values.Luc Verhaegen1-7/+49
2007-12-19Make the driver build with the latest ustream git server sources again.Egbert Eich1-1/+5
2007-12-06RS600: add initial support.Luc Verhaegen1-2/+3
2007-11-23PLL: Add r6xx mobilities to PLLElectrical.Luc Verhaegen1-0/+3
2007-10-31Properly fix 1650Pro PLL gain control.Luc Verhaegen1-2/+2
2007-10-26Move restoring of PLL spread spectrum until after PLL Set.Luc Verhaegen1-4/+4
2007-10-24Fix signed/unsigned comparisons.Matthias Hopf1-1/+1
2007-10-22Fix PLL for R5xx mobilities and Rv6xx.Luc Verhaegen1-48/+31
2007-10-20Unify and sanitize AtomBIOS layer variable, function and type names.Egbert Eich1-6/+6
2007-10-20Let AtomBIOS layer convert variables to correct unit.Egbert Eich1-5/+5
2007-10-17Don't use rhdPtr->PciInfo->chipType as this doesn't exist with pciaccess.Egbert Eich1-1/+1
2007-10-17Add support for libpciaccess.Egbert Eich1-1/+1
2007-10-17Use lookup table to find function and message information to AtomBIOS query.Egbert Eich1-2/+2
2007-10-15PLL: Add PPLL_CONTROL value for x1650.Luc Verhaegen1-1/+6
2007-10-07Approach reference divider from top (EXPERIMENTAL).Egbert Eich1-0/+1
2007-10-07Getting PLL limits from AtomBIOS.Egbert Eich1-36/+115
2007-10-07Alternative approach to PLL calculation.Dongxu Li1-8/+5
2007-10-04Use new RHDPTRI macro for accessing RHDRec by scrnIndex. Less typing.Matthias Hopf1-2/+2
2007-10-01Fix PLL on rv6x0 and X1300.Luc Verhaegen1-71/+197
2007-09-18Adding AMD Copyright. Fix build to build with atombios.h but without parser.Egbert Eich1-0/+1
2007-09-12Beautification... rename struct rhd_* to struct rhd*Luc Verhaegen1-21/+21
2007-09-12Invert PLL calculation and fix EDID bandwidth bug.Luc Verhaegen1-3/+3
2007-09-12Added a scanbus option to scan all i2c buses on all lines.Egbert Eich1-1/+1
2007-09-11Made AtomBIOS code optional, restructured Fb allocation.Egbert Eich1-1/+2
2007-09-07Use atombios's FirmwareInfo PLL info for our PPLL calculations.Luc Verhaegen1-11/+45
2007-09-03Fix my email address.Luc Verhaegen1-1/+1
2007-09-02Add mode validation.Luc Verhaegen1-2/+19
2007-08-31Rework OutputsSelect to rhdModelayoutSelect.Luc Verhaegen1-1/+1