Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-14 | PLL adjustments | Alex Deucher | |
Seems higher dotclocks prefer a higher FB div. Someone with a lot of should try and find out where the div sweet spots are for various dotclock ranges. fixes bug 17125 | |||
2008-07-28 | radeon: don't call ioctl unless DRI is initialised | Owain Gordon Ainsworth | |
2008-07-21 | Clear display priority bits before resetting them | Alex Deucher | |
2008-07-21 | Clean up legacy display watermark setup | Alex Deucher | |
- makes crtc1 and crtc2 watermark setup independant. - fixes the case where only crtc2 is active | |||
2008-06-24 | RADEON: warning fix | Alex Deucher | |
2008-06-23 | RADEON: PLL tweaks | Jiří Paleček | |
Patch from Jiří Paleček (see debian bug 465864) with some tweaks by me. - abort rather than programming bad dividers if no pll dividers can be found - improve the pll selection algorithm - in general, prefer lower ref dividers I've tested this patch on a wide variety of chips (r1xx-r6xx) and clocks. | |||
2008-06-20 | legacy: use entity MMIO for dpms as this can crossover between zaphod infos | Dave Airlie | |
2008-06-03 | Call DRM_IOCTL_MODESET_CTL ioctl to avoid problems with DRM post vblank-rework. | Michel Dänzer | |
2008-05-13 | RS4xx: Split out RS400 and RS480 as separate families | Alex Deucher | |
RS400 (intel based IGP) and RS480 (AMD based IGP) have different MC setups and need to be handled differently | |||
2008-05-12 | Replace CARD{8,16,32} with uint{8,16,32}_t | Matt Turner | |
As has been done with xf86-video-intel, replace all CARD* datatypes with uint*_t datatypes available from stdint.h. | |||
2008-04-03 | Revert "RADEON: memmap rework 1" | Alex Deucher | |
This reverts commit dd8ee1b444f4b973a1e0fadca5f943f2162b5e94. Conflicts: src/radeon.h src/radeon_driver.c This rework seems to have caused more trouble than it was worth. | |||
2008-03-23 | RS4xx: Revert back to previous fifo settings for now | Alex Deucher | |
Setup of these registers needs more investigation. | |||
2008-03-22 | RS4xx: more work on disp/disp2 fifo setup | Alex Deucher | |
2008-03-22 | RS4xx: missed this on the last commit. | Alex Deucher | |
2008-03-21 | RS4xx: attempt to set up disp/disp2 fifos correctly | Alex Deucher | |
If you have an XPRESS chip, please test!!! | |||
2008-03-21 | RS4xx: attempt to fix TMDS/DVO support | Alex Deucher | |
XPRESS chips added a second set of FP control registers. I don't have the hw to test however. | |||
2008-03-07 | RADEON: Fix crash in last commit | Alex Deucher | |
2008-03-06 | RADEON: fix tiling/interlaced interaction with randr 1.2 | Dave Airlie | |
2008-03-01 | RADEON: memmap rework 1 | Alex Deucher | |
Don't restore memmap regs on every mode switch. Just do memmap save/restore/setup on server start and VT switch. | |||
2008-02-10 | RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for COM bios | Alex Deucher | |
Tested on my M10-based laptop. | |||
2008-02-01 | RADEON: Implement "center" mode for RMX on legacy radeons | Alex Deucher | |
2007-12-21 | RADEON: more re-org | Alex Deucher | |
move save/restore routines into legacy_crtc/output | |||
2007-12-21 | RADEON: re-org legacy crtc/output code into separate files | Alex Deucher | |