summaryrefslogtreecommitdiff
path: root/src/radeon_display.c
AgeCommit message (Collapse)Author
2007-01-12always create a second CRTC I think this should solve any problemsDave Airlie
2006-12-07Fix radeon compile warnings.Michel Dänzer
2006-12-03move monitor detection into single functionDave Airlie
2006-12-03move crtc to connector mapping to a connector to crtc mapping.Dave Airlie
Still not allowing any clone modes, but heading in the correct direction I hope... there is a chance this will regress something from superpatch..
2006-12-03radeon: dynamically allocate connectorsDave Airlie
2006-12-02make CRTCs malloc'ed rather than part of EntDave Airlie
This is leading towards randr-1.2 believe me :-)
2006-12-02move HasCRTC2 to pRADEONEnt from infoDave Airlie
2006-11-19Fix compile warnings.Michel Dänzer
2006-11-13fix up issue with bindings and mergedfbDavid Airlie
2006-11-12radeon: abstract init display bandwidth from mergedfbDave Airlie
2006-11-12add initial controller binding, remove uses of mergedfb testDave Airlie
2006-11-12radeon: separate static controller setup from non-staticDave Airlie
2006-10-15clean up magic numberAlex Deucher
2006-10-15Disable all ouputs on initial mode set. The ones we want will getAlex Deucher
enabled by RADEONEnableDisplay().
2006-10-06always turn on DAC for scanning the CRT connect.Dave Airlie
Ubuntu 63994 - myself and BenH discussed this as a good idea on irc
2006-10-01fix LVDS plus internal TMDSAlex Deucher
2006-09-30radeon: Fix function name typo which could probably lead to an unresolved ↵Michel Dänzer
symbol. Also remove declaration of an unused variable.
2006-09-29tvdac handling was reversed between r200 and other chipsAlex Deucher
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-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: 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-18radeon: cleanup DPMS set on/off code to use new controller structureDave Airlie
2006-09-18radeon: cleanup DacPowerSetDave Airlie
2006-09-18radeon: add tv dac adj lookupDave 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: restructure files along lines of Alex's superpatchAlex Deucher