Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-26 | RADEON: first pass at rotation (not working yet) | Alex Deucher | |
- based heavily on intel | |||
2007-05-26 | RADEON: clean up and add comment regarding clones | Alex Deucher | |
2007-05-26 | RADEON: Switch SetOutputType() to use names rather than numbers | Alex Deucher | |
2007-05-26 | RADEON: make sure we have the lock when SYNCing | Alex Deucher | |
2007-05-26 | RADEON: Make sure LVDS and FP2 routing info gets written | Alex Deucher | |
2007-05-26 | RADEON: fix handling of DRI lock | Alex Deucher | |
2007-05-26 | RADEON: implement backlight control for LVDS | Alex Deucher | |
This code is currently disabled as I'm not sure which laptops actually use this method for backlight control. My laptop seems to use another method as adjusting the backlight level doesn't seem to touch LVDS_GEN_CNTL. Maybe just macs? | |||
2007-05-25 | RADEON: implement auto/analog/digital output property for DVI-I (untested) | Alex Deucher | |
2007-05-25 | RADEON: more clean of last commits | Alex Deucher | |
2007-05-25 | RADEON: fixup last commit and add support for ext TMDS detect | Alex Deucher | |
2007-05-25 | RADEON: clean up non-DDC probe, add detect for DVI | Alex Deucher | |
2007-05-23 | RADEON: clean up some logic | Alex Deucher | |
2007-05-23 | RADEON: add output properties (not functional yet) | Alex Deucher | |
2007-05-22 | radeon: Provide new DRI texOffsetStart hook when available with EXA. | Michel Dänzer | |
2007-05-22 | RADEON: Only add valid connectors | Alex Deucher | |
2007-05-21 | radeon: HW cursor cleanup. | Michel Dänzer | |
Don't needlessly turn the HW cursor on/off in RADEONLoadCursor*(). Besides cleaning up the code, this semms to avoid some HW cursor related 3D lockups, see https://bugs.freedesktop.org/show_bug.cgi?id=10815 . My best guess is that this is because the engine is now always idled before touching the CRTC registers. | |||
2007-05-21 | radeon: Suppress debugging output by default. | Michel Dänzer | |
It can be enabled at runtime by increasing the log verbosity level. Also change the prefix from (**) to (II) to make grepping the log file for defaults overridden by xorg.conf more useful again. Turn some MC related debugging output into normal informational output as it's useful for recognizing corner cases that can cause stability issues. | |||
2007-05-20 | RADEON: fix crtc1 (un)blanking code after last commit | Alex Deucher | |
- crtc1 MC control is on CRTC_GEN_CNTL - fix indenting | |||
2007-05-20 | RADEON: several updates | Alex Deucher | |
- move output init from InitCrtc() functions to the output mode_set() - take the crtc off the MC when blanking - move EnableDisplay() to output commit() - clean up some dead code - don't enable dacs in initcrtc() functions, this is taken care of in EnableDisplay() | |||
2007-05-20 | update to 6.6.192 for rc releaseati-6.6.192 | Alex Deucher | |
2007-05-20 | Fix regular/"xinerama"/zaphod dualhead mode | Alex Deucher | |
- logic in RADEONUnblank() was wrong - Calling RADEONSetupConnectors() on second instance screwed up the port info - still seem to be HW cursor issues with zaphod mode | |||
2007-05-18 | RADEON: if connector is VGA set TMDS to none | Alex Deucher | |
2007-05-18 | RADEON: Change default LVDS i2c line for powerpc | Alex Deucher | |
2007-05-18 | RADEON: cleanup | Alex Deucher | |
2007-05-18 | RADEON: more cleanup | Alex Deucher | |
2007-05-17 | RADEON: turn off all outputs in screeninit(). We'll turn on the ones we ↵ | Alex Deucher | |
want later | |||
2007-05-17 | RADEON: More cleanup | Alex Deucher | |
2007-05-17 | Fix for infinite loop in RADEONGetLVDSInfo | Paul TBBle Hampson | |
2007-05-15 | RADEON: remove some debugging code | Alex Deucher | |
2007-05-15 | RADEON: Move DAC regs to their own Save() function | Alex Deucher | |
2007-05-15 | RADEON: Lots of small fixes | Alex Deucher | |
- remove extra crtc2_base set - remove some debugging code - clean up RestoreMode() - make sure a DDC reg gets assigned for LCD_DDC - make sure we adjust the right frame in AdjustFrame() - rename RADEONMapControllers() to RADEONPrintPortMap() to reflect what it actually does now - make i2c bus name match the DDC port - remove or comment out un-needed code | |||
2007-05-13 | RADEON: Further cleanup | Alex Deucher | |
2007-05-13 | RADEON: remove remnants of "old" multi-head support | Alex Deucher | |
The old screen based multi-head code is broken at this point and I have no intention of fixing it, so to clean things up I've removed it. | |||
2007-05-13 | RADEON: additional cleanups | Alex Deucher | |
2007-05-13 | RADEON: add new ConnectorTable option and re-add PanelSize option | Alex Deucher | |
2007-05-13 | RADEON: remove mergedfb, etc. cruft from man page | Alex Deucher | |
2007-05-13 | RADEON: remove old mergedfb and dualhead options that are no longer used | Alex Deucher | |
2007-05-13 | RADEON: remove more dead code | Alex Deucher | |
2007-05-13 | RADEON: re-org randr code | Alex Deucher | |
- move crtc stuff to radeon_crtc.c - move output stuff to radeon_output.c | |||
2007-05-13 | RADEON: Remove dead code | Alex Deucher | |
2007-05-13 | RADEON: several fixes | Alex Deucher | |
- give better DDC names - disable DAC if connector is DVI-D - fix indentation in ProbeDDCModes() | |||
2007-05-13 | RADEON: fix VT switch | Alex Deucher | |
2007-05-13 | RADEON: move crtc offset handling into init/save/restore functions | Alex Deucher | |
2007-05-13 | RADEON: fix up DDCConnected() | Alex Deucher | |
2007-05-13 | RADEON: don't need to pass pScrn to EnableDisplay() | Alex Deucher | |
2007-05-13 | RADEON: remove hardcoded output limit and PortInfo stuff | Alex Deucher | |
2007-05-11 | RADEON: Fix RMX after the last commit | Alex Deucher | |
2007-05-11 | RADEON: Move LVDS, TMDS, DAC properties to the output rec | Alex Deucher | |
2007-05-11 | RADEON: switch output dpms to use RADEONEnableDisplay() | Alex Deucher | |
2007-05-11 | RADEON: re-arrange output mode setting | Alex Deucher | |