summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-12AtomBIOS: Check all lists if a register has already been saved.atombios_supportEgbert Eich2-17/+100
2008-08-11AtomBIOS: Temporary fix for CRTC Restore with AtomBIOS.Egbert Eich2-2/+1
2008-08-11AtomBIOS: Dump Save/Restore values.Egbert Eich1-12/+12
2008-08-09AtomBIOS: Dump parameter space in verbose mode.Egbert Eich3-1/+39
2008-08-01AtomBIOS: Fix DisplayPath table parser.Egbert Eich1-1/+7
2008-07-29AtomBIOS: Fix build when built with different build options.Egbert Eich10-27/+49
2008-07-28AtomBIOS: Fix up Imakefile for the AtomBIOS modesetting support.Egbert Eich1-1/+10
2008-07-28AtomBIOS: Add call to transmitter SETUP.Egbert Eich1-1/+10
2008-07-28PLL: Fix segfault which can happen under certain (rare) conditions.Egbert Eich1-2/+2
2008-07-25AtomBIOS/Output: Initialize some variables properly.Egbert Eich2-12/+15
2008-07-25AtomBIOS: Dont bail out of TransmitterControl for PCIEPHY.Egbert Eich1-3/+5
2008-07-25AtomBIOS/Crtc: Don't NULL FMT callbacks.Egbert Eich1-7/+0
2008-07-24AtomBIOS/Output: Release the pointer to the save collection bucket.Egbert Eich1-1/+2
2008-07-24AtomBIOS: Add missing PCIPHY to connector translation.Egbert Eich1-2/+3
2008-07-24AtomBIOS: Implement AtomBIOS usage policy.Egbert Eich8-52/+132
2008-07-23AtomBIOS: Better log register writes.Egbert Eich1-11/+12
2008-07-23CRTC/AtomBIOS: remove duplicate code.Egbert Eich1-35/+0
2008-07-23BIOSScratch: Hook up call to set accelerator mode.Egbert Eich4-18/+32
2008-07-23BIOSScratch/PM: Set PM bits in the BIOS scratch registers.Egbert Eich3-5/+80
2008-07-23BIOSScratch: Add support to switch the GPU and individual devices to accelera...Egbert Eich2-2/+82
2008-07-23BIOSScratch: Move BIOSScratch save/restore from the output layer to the main ...Egbert Eich3-7/+5
2008-07-20RandR: Fix merge fallout.Egbert Eich1-4/+1
2008-07-18MC: Make sure MC engine is all idle before setting up the MC.Egbert Eich6-128/+69
2008-07-18AtomBIOS/Output: Fix backlight control handling for panels.Egbert Eich2-8/+12
2008-07-17I2C: Get rid of some build warnings when buidling on 32bit.Egbert Eich1-2/+2
2008-07-17I2C: Fix typo that caused one DDC line to not work properly.Egbert Eich1-1/+1
2008-07-17AtomBIOS/Output/BIOSScratch: Move DACSense() to the biosscratch subsystem.Egbert Eich5-120/+116
2008-07-17AtomBIOS/Output: Create wrapper for Output Power/Mode instead of calling rhdB...Egbert Eich13-130/+126
2008-07-17Output/BIOSScratch: Move rhdAtomSetDeviceForOutput() to rhd_biosscratch.c.Egbert Eich3-58/+57
2008-07-17Connector: Move DriverOutputPrivate initialization from rhd_connector.c to th...Egbert Eich2-16/+19
2008-07-17AtomBIOS: Cleanup: removed unneeded code.Egbert Eich3-61/+2
2008-07-17Crtc: Call CRTC Save/Restore wrapper directly.Egbert Eich3-65/+61
2008-07-17AtomBIOS: Reworked BIOS scratch register setting.Egbert Eich15-330/+595
2008-07-15Fix hangs when setting up the MCAlex Deucher1-1/+90
2008-07-14Add proper MCIdle() bits for r6xx/r7xxAlex Deucher2-14/+4
2008-07-14Add support for UpdateCRTC_DoubleBufferRegistersAlex Deucher3-1/+68
2008-07-12Foo.Egbert Eich1-1/+13
2008-07-12conntest: Add support for RV770 to rhd_conntest.Egbert Eich1-25/+77
2008-07-12I2C: Add DDC read out support for DDC3/4.Egbert Eich1-47/+30
2008-07-12AtomBIOS/CRTC: get rid of type casts.Egbert Eich2-17/+17
2008-07-12AtomBIOS/Output: Add support for ENCODER_CONFIG_LINK_AB/BA to rhd_atomout.c.Egbert Eich1-3/+10
2008-07-12DIG: Add support for ATOM_TRANSMITTER_CONFIG_LINKA_B/B_A.Egbert Eich3-6/+29
2008-07-12I2C: Read SDA/SCL mapping for RV620 and up from AtomBIOS GPIO Info block.Egbert Eich4-25/+151
2008-07-12I2C: Check for more error conditions when testing the I2C status.Egbert Eich1-2/+13
2008-07-09CRTC: Cleanup in Crtc code.Egbert Eich3-649/+757
2008-07-08AtomBIOS: Some fixes for PANEL support.Egbert Eich1-11/+15
2008-07-08AtomBIOS: Add missing rhd_atomcrtc.c file.Egbert Eich1-0/+426
2008-07-08Outputs/AtomBIOS: Some cleanup.Egbert Eich10-8/+33
2008-07-08Outputs/AtomBIOS: Add function to set up AtomBIOS based BL control for non-st...Egbert Eich1-0/+15
2008-07-08AtomBIOS/Outputs: Add property control for Outputs.Egbert Eich6-44/+239