Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-02 | Merge branch 'master' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati | |||
2008-01-02 | RADEON: preliminary support for ATOM RMX | Alex Deucher | |
not functional yet. | |||
2008-01-02 | RADEON: add support for ATOM component video table | Alex Deucher | |
Component output is still not working. | |||
2008-01-02 | RADEON: Make sure all old IGP chips have HasSingleDac set | Alex Deucher | |
fix the csv file and re-gen the headers. | |||
2008-01-02 | PLL/r600: tweak pll to pick first one found instead of keeping going | Dave Airlie | |
2008-01-02 | r600: fix tv-out output naming | Dave Airlie | |
2007-12-31 | atombios: initial rs690 patches | Maciej Cencora | |
2007-12-30 | atombios: enable TV-out detection code - tv out works for me with this | Dave Airlie | |
2007-12-30 | atombios: enable support for using tv timings | Dave Airlie | |
enable support for the atombios tv timings selection by programming the crtc with the tv timings if a tv is detected on the output | |||
2007-12-30 | atombios: add support for reading tv standard from atombios | Dave Airlie | |
fix typo in atombios header file | |||
2007-12-26 | RADEON: fix typo that broke tv load detection | Alex Deucher | |
2007-12-26 | [RADEON]: Add missing break in SCLK calculation. | David Miller | |
2007-12-26 | [RADEON]: Like powerpc, don't use VGA by default on sparc. | David Miller | |
2007-12-26 | RADEON: fix PAL tv-out | Alex Deucher | |
Many thanks to Andrew Randrianasulu for providing me with pll reg dumps | |||
2007-12-24 | RADEON: default "IgnoreLidStatus" to TRUE | Alex Deucher | |
Seems there are lots of busted ACPI lid status and people starting X with the lid closed. | |||
2007-12-24 | RADEON: restore crtc regs before VGA regs. | Alex Deucher | |
It seems some radeons don't restore text console properly if the crtc regs are restored after the VGA regs. Thanks to Sverre Froyen for helping me track this down | |||
2007-12-23 | RADEON: Add "IgnoreLidStatus" option | Alex Deucher | |
Generally, users that start X with the laptop lid closed want to use one or more external monitors rather than the internal panel and do not want the internal panel to be on by default. Others, it seems, want to always have the internal panel on, regardless of the lid. I can't win. Enable this option to force the latter. | |||
2007-12-23 | RADEON: fix pll input setup on mac cards | Alex Deucher | |
the function was exiting before the complete setup was finished. | |||
2007-12-21 | RADEON: various cleanups | Arkadiusz Miskiewicz | |
2007-12-21 | RADEON: clean up prototypes | Alex Deucher | |
2007-12-21 | RADEON: more re-org | Alex Deucher | |
move save/restore routines into legacy_crtc/output | |||
2007-12-21 | RADEON: more re-org. move XAA Mem init to radeon_accel.c | Alex Deucher | |
2007-12-21 | RADEON: fix rn50 reversion from last merge | Alex Deucher | |
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 | set ddc line correctly post-merge | Dave Airlie | |
2007-12-21 | Merge remote branch 'origin/atombios-support' | Dave Airlie | |
Conflicts: src/radeon_display.c src/radeon_driver.c | |||
2007-12-20 | RADEON: check for xf86_crtc_clip_video_helper() in configure.ac | Alex Deucher | |
use xf86_crtc_clip_video_helper() from the server if available. | |||
2007-12-19 | Fix RN50 mode filtering. | Adam Jackson | |
The old code would attempt to limit the maximum pixel size of the screen by limiting the maximum PLL frequency. This ends up confusing the PLL computation code since sometimes your maximum freq can be lower than your minimum freq. More to the point it's just wrong, maximum PLL frequency isn't the same thing as maximum pixel clock, and even that isn't the same thing as maximum scanout pixels per second. The correct thing to do is filter by the mode's effective memory bandwidth. | |||
2007-12-19 | Merge branch 'master' of ↵ | Alex Deucher | |
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati | |||
2007-12-19 | RADEON: skip empty connectors when creating outputs | Alex Deucher | |
2007-12-19 | RADEON: add support for legacy radeons with DVI and no connector table | Alex Deucher | |
2007-12-19 | more endian related fixage | Dave Airlie | |
2007-12-19 | fix big endian build since zaphod fixups | Dave Airlie | |
2007-12-18 | RADEON: fix fd leak in lid detect code | Arkadiusz Miskiewicz | |
2007-12-18 | RADEON: more cleanups and warning fixes | Arkadiusz Miskiewicz | |
2007-12-18 | RADEON: driver cleanups, warning fixes | Arkadiusz Miskiewicz | |
2007-12-18 | RADEON: fix another merge error | Alex Deucher | |
this broken legacy radeons | |||
2007-12-18 | RADEON: more PLL tweaks | Alex Deucher | |
2007-12-17 | RADEON: post div tweaks for legacy radeon | Alex Deucher | |
2007-12-17 | RADEON: fix typo from merge | Alex Deucher | |
2007-12-17 | Merge branch 'atombios-support' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support | |||
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-18 | fixup shadow setup on !r600 | Dave Airlie | |
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-17 | RADEON: more PLL fixes | Alex Deucher | |
- reduce the calculation accuracy - certain LVDS panels seem to only like certain ref_divs - add pll flags to handle special cases - adjust the pll limits on legacy cards | |||
2007-12-17 | r600: add shadow support to r600 driver to at least make 2d useable | Dave Airlie | |
2007-12-17 | radeon: cleanup pitch calculation and make r600 work again | Dave Airlie | |