Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-21 | RADEON: remove no longer used radeon_display.c | Alex Deucher | |
2007-12-21 | RADEON: re-org legacy crtc/output code into separate files | Alex Deucher | |
2007-12-21 | Merge remote branch 'origin/atombios-support' | Dave Airlie | |
Conflicts: src/radeon_display.c src/radeon_driver.c | |||
2007-12-18 | RADEON: driver cleanups, warning fixes | Arkadiusz Miskiewicz | |
2007-12-17 | Merge branch 'master' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support merge master and fix conflicts | |||
2007-12-17 | RADEON: typo from last commit | Alex Deucher | |
2007-12-17 | RADEON: add output enable masks | Alex Deucher | |
add output enable masks for outputs that drive more than one connector. Make sure we don't turn off an output that's driving another connector. | |||
2007-12-17 | RADEON: whitespace clean-ups | Alex Deucher | |
2007-12-16 | RADEON: Make sure LVDS_EN bit is set when enabling LVDS | Alex Deucher | |
2007-12-07 | radeon: bring back zaphod all is forgiven. | Dave Airlie | |
You've whined, you've cried, you've nagged, and you're guilt trippin has made me do it... It actually wasn't as hard as I thought it would be. Still not perfect, couple of things to fix yet | |||
2007-12-07 | radeon: move savedreg/modereg into entity instead of info | Dave Airlie | |
2007-10-02 | RADEON: fix RADEONInitDispBandwidth() on single crtc cards | Alex Deucher | |
Should fix bug 12490 | |||
2007-09-20 | RADEON: fix up dvo support (still no external chip init) | Alex Deucher | |
2007-09-19 | Revert "RADEON: initial pass at external TMDS support" | Alex Deucher | |
This reverts commit 4000a710c93dd2d82891e4082bc7fa922ba9c5f4. This needs to be reworked and needs more soak time. so revert for now. | |||
2007-09-17 | RADEON: initial pass at external TMDS support | Alex Deucher | |
- Based on Dave Airlie's initial work and the dvo support in the intel driver. - Only sil164 is supported at the moment. - Once we get some testing and such, we ought to move the dvo drivers out of the drivers so they can be shared among all drivers - Doesn't seem to work on my card (r4xx ATOM) card ATM - Legacy bios table programming sequence not implemented yet | |||
2007-08-28 | RADEON: Update tv attributes immediately | Alex Deucher | |
2007-08-25 | RADEON: remove fbdev option | Alex Deucher | |
FBDev support is currently broken, and it not really compatible with randr | |||
2007-08-24 | radeon: don't disable dac if either tv or vga is using it | Dave Airlie | |
On my rs480 I had to vt switch to get hotplug VGA working due to the tv-out code turning off the dac when the vga code was actually using it. | |||
2007-08-23 | Merge remote branch 'origin/randr-1.2' | Dave Airlie | |
2007-08-23 | Merge branch 'master' into randr-merge | Dave Airlie | |
Conflicts: src/radeon.h src/radeon_bios.c src/radeon_display.c src/radeon_dri.c src/radeon_driver.c src/radeon_modes.c src/radeon_probe.h src/radeon_video.c | |||
2007-08-19 | RADEON: turn off TVCLK when blanking tv encoder | Alex Deucher | |
2007-08-14 | RADEON: Turn off tv encoder in disableoutputs() | Alex Deucher | |
2007-08-04 | radeon: remove unused variables | Dave Airlie | |
2007-08-04 | radeon: cleanup some pieces of the dpms/blank register programming | Dave Airlie | |
2007-08-04 | Clean up PortInfo to CRTC mapping | Luc Verhaegen | |
Also sanitise blanking and DPMS functions Fixes from Novell Bug 264720, and fd.o 10772 | |||
2007-08-02 | RADEON: fix tv-out enable/disable | Alex Deucher | |
2007-08-02 | RADEON: move tv dac enable to enabledisplay() | Alex Deucher | |
2007-07-29 | RADEON: Initial pass at integrated tv out support | Alex Deucher | |
Based on the GATOS tv-out support by Federico Ulivi <fulivi@lycos.com> and information from ati with substantial rework by myself. Code is not actually hooked up yet. | |||
2007-06-18 | RADEON: only touch LVDS on mobility chips | Alex Deucher | |
2007-06-18 | RADEON: only touch LVDS on mobility chips | Alex Deucher | |
2007-06-12 | RADEON: additional LVDS off fix (missed in previous commit) | Alex Deucher | |
2007-06-12 | RADEON: additional LVDS off fix (missed in previous commit) | Alex Deucher | |
2007-06-12 | RADEON: make sure to clear RADEON_LVDS_ON when turning LVDS off | Alex Deucher | |
- fixes bug 3483 | |||
2007-06-12 | RADEON: make sure RADEON_LVDS_ON is cleared when turning LVDS off | Alex Deucher | |
- fixes bug 3483 | |||
2007-06-11 | radeon: Fix panel size detection from registers with stretched mode programmed. | Michel Dänzer | |
2007-06-11 | radeon: Don't loop indefinitely if no mode matches detected panel size. | Michel Dänzer | |
2007-05-30 | radeon: Lots of warning fixes. | Michel Dänzer | |
Move code where it's used, remove unused variables, etc. | |||
2007-05-30 | Merge branch 'origin' into randr-1.2-test | Dave Airlie | |
Conflicts: src/radeon_cursor.c src/radeon_display.c src/radeon_driver.c | |||
2007-05-23 | RADEON: clean up some logic | Alex Deucher | |
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 | 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-17 | Fix for infinite loop in RADEONGetLVDSInfo | Paul TBBle Hampson | |
2007-05-15 | RADEON: remove some debugging code | 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: 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: add new ConnectorTable option and re-add PanelSize option | 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() |