summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-30Remove some dead code.Michel Dänzer
Fix two compile warnings.
2006-09-29Undo unintended configure.ac change.Adam Jackson
Dammit, git, grow a sensible UI already.
2006-09-29Hook up DFP power to DPMS events.Ronald Wahl
2006-09-29tvdac handling was reversed between r200 and other chipsAlex Deucher
2006-09-27radeon: check DDC info for both connectors not just the pScrn one.Dave Airlie
Otherwise we disable DDC before we've checked the CRT if LVDS is in use
2006-09-27radeon: don't move connectors around if LVDS connector is connector 1Dave Airlie
On my laptop this allow me to plug or not plug a monitor without affecting my lvds
2006-09-25radeon: cleanup some bits from superpatchDave Airlie
2006-09-25Merge branch 'radeon-sp'Dave Airlie
2006-09-25radeon : add back tv-dac register writeDave Airlie
2006-09-25remove all CVS annotations from the ATI driver filesDave Airlie
2006-09-25radeon: put back in reverseddc codeDave Airlie
BenH claims it is needed, agd5f can fix it up later if it isn't.
2006-09-23radeon: add some missing bits of superpatch for crtc registersDave Airlie
2006-09-23radeon: finish radeon_driver.c import for register changesDave Airlie
2006-09-23radeon: re-organise FP and CRTC register setting routinesAlex Deucher
2006-09-23radeon: initial CRTC register setting alignmentDave Airlie
2006-09-23radeon: setup the radeon init function to use secondaryDave Airlie
2006-09-23radeon: bring over final set of changes for radeon_display.c from susperpatchDave Airlie
This brings over Alex's final set of changes... i'm unsure about the disappearance of reverseddc - alex to review
2006-09-23radeon: align tabs and make display detection like superpatchDave Airlie
2006-09-23radeon: align some output with superpatchDave Airlie
2006-09-23radeon: change function name to Displays rather than MonitorsDave Airlie
2006-09-23radeon: make GetConnectedMonitors a static voidDave Airlie
2006-09-23radeon: some minor alignments and cleanups for info->Dave Airlie
2006-09-23radeon: add reverse display option to switch displays on non-mobility cardsAlex Deucher
2006-09-22radeon: flesh out mapcontrollersDave Airlie
2006-09-22radeon: add some info to the map controllersDave Airlie
2006-09-22radeon: add simple map controllers callDave Airlie
2006-09-22radeon: move commentDave Airlie
2006-09-22radeon: refactor blank/unblankDave Airlie
2006-09-22radeon: make DVI_I default connectorAlex Deucher
2006-09-22radeon: add enable display functionDave Airlie
2006-09-22Merge branch 'master' into radeon-spm1Dave Airlie
Conflicts: src/radeon_driver.c
2006-09-19Provide all resolutions (instead only the largest one) in MergedFB cloneAlex Deucher
mode without config file (Henry Zhao)
2006-09-19fix large negative refresh rates with mergedfb (Henry Zhao)Alex Deucher
fixes bug 6966
2006-09-18radeon: fix rn50 memmapDave Airlie
This should fixup the rn50/m6/m7 memory map problem that has been reported since BenH's memory mapping changes
2006-09-18radeon; put back old TV DAC code for nowDave Airlie
2006-09-18radeon: move code around in InitCrtcRegistersDave Airlie
2006-09-18radeon: cleanup DPMS set on/off code to use new controller structureDave Airlie
2006-09-18radeon: cleanup DacPowerSetDave Airlie
2006-09-18radeon: fixup InitFPRegisters function call to not pass infoDave Airlie
2006-09-18radeon: copy of overupdated bios hotkeys code from AlexDave Airlie
2006-09-18radeon: minor cleanup of masking for crtc registersDave Airlie
2006-09-18radeon: initialise controller structuresDave Airlie
2006-09-18radeon: move InitFPRegisters up to align with superpatchDave Airlie
2006-09-18radeon: add tv dac adj lookupDave Airlie
2006-09-18radeon: re-add ATI patch for rn50 modesDave Airlie
2006-09-18radeon: re-add DAC power on/off code around detectDave Airlie
2006-09-18radeon: restore secondary head behaviourDave Airlie
2006-09-18radeon: move to using Alex's controller structureAlex Deucher
2006-09-18radeon: add save/restore of some new registersAlex Deucher
move some registers about
2006-09-18radeon: add pre init controller functionAlex Deucher