Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-15 | Remove Bioshotkeys option. Leave the bios as configured at boot. | Alex Deucher | |
Most distros enable this option by defalt anyway, and with xrandr++ it won't be an issue anyway. | |||
2006-10-15 | radeon: Use xf86XVFillKeyHelperDrawable() when available. | Michel Dänzer | |
2006-10-15 | radeon: Track screen damage all the time for page flipping. | Michel Dänzer | |
This way we don't ever have to forcedly synchronize the pages so we hopefully never clobber one page's contents when we shouldn't. | |||
2006-10-14 | radeon: Don't try to synchronize pages when the CP isn't running. | Michel Dänzer | |
Also move the DamageEmpty() call into RADEONDRIRefreshArea(). | |||
2006-10-06 | always 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-04 | update version number to 6.6.99 in preparation for a 6.7 branch at some stage | Dave Airlie | |
2006-10-03 | FP timing regs required for both internal and external TMDS | Alex Deucher | |
2006-10-03 | remove bogus registers | Alex Deucher | |
2006-10-03 | [mach64] Fix build for !defined(USE_EXA). | George Sapountzis | |
2006-10-02 | Bug 6242: [mach64] Use private DMA buffers. | George Sapountzis | |
Map the DMA buffers read-only. This eliminates a security problem where a client can alter the contents of the DMA buffer after submission to the DRM. | |||
2006-10-01 | fix LVDS plus internal TMDS | Alex Deucher | |
2006-10-01 | Fix radeon vs fbdev pitch calculation. | David Woodhouse | |
Fetch the correct displayWidth from fbdevhw after setting the mode. | |||
2006-09-30 | radeon: Add support for page flipping with EXA. | Michel Dänzer | |
Also use the damage layer directly instead of via shadowfb and blit dirty rectangles to the second page in LeaveServer in order to try and improve the tradeoff between performance and correctness. | |||
2006-09-30 | radeon: Fix function name typo which could probably lead to an unresolved ↵ | Michel Dänzer | |
symbol. Also remove declaration of an unused variable. | |||
2006-09-30 | radeon: Always call RADEONGetAccessibleVRAM(). | Michel Dänzer | |
This fixes issues with Option "UseFBDev" and the new memmap code. OTOH, there is potential for this to break IGPs, but that's what Bugzilla and git-bisect are for... | |||
2006-09-30 | radeon: Check ROM more thoroughly before treating it as an x86 BIOS. | Roland Scheidegger | |
This prevents the ROMs on some Mac cards getting treated as x86 BIOSen, resulting in garbage values. | |||
2006-09-30 | Remove some dead code. | Michel Dänzer | |
Fix two compile warnings. | |||
2006-09-29 | Undo unintended configure.ac change. | Adam Jackson | |
Dammit, git, grow a sensible UI already. | |||
2006-09-29 | Hook up DFP power to DPMS events. | Ronald Wahl | |
2006-09-29 | tvdac handling was reversed between r200 and other chips | Alex Deucher | |
2006-09-27 | radeon: check DDC info for both connectors not just the pScrn one. | Dave Airlie | |
Otherwise we disable DDC before we've checked the CRT if LVDS is in use | |||
2006-09-27 | radeon: don't move connectors around if LVDS connector is connector 1 | Dave Airlie | |
On my laptop this allow me to plug or not plug a monitor without affecting my lvds | |||
2006-09-25 | radeon: cleanup some bits from superpatch | Dave Airlie | |
2006-09-25 | Merge branch 'radeon-sp' | Dave Airlie | |
2006-09-25 | radeon : add back tv-dac register write | Dave Airlie | |
2006-09-25 | remove all CVS annotations from the ATI driver files | Dave Airlie | |
2006-09-25 | radeon: put back in reverseddc code | Dave Airlie | |
BenH claims it is needed, agd5f can fix it up later if it isn't. | |||
2006-09-23 | radeon: add some missing bits of superpatch for crtc registers | Dave Airlie | |
2006-09-23 | radeon: finish radeon_driver.c import for register changes | Dave Airlie | |
2006-09-23 | radeon: re-organise FP and CRTC register setting routines | Alex Deucher | |
2006-09-23 | radeon: initial CRTC register setting alignment | Dave Airlie | |
2006-09-23 | radeon: setup the radeon init function to use secondary | Dave Airlie | |
2006-09-23 | radeon: bring over final set of changes for radeon_display.c from susperpatch | Dave Airlie | |
This brings over Alex's final set of changes... i'm unsure about the disappearance of reverseddc - alex to review | |||
2006-09-23 | radeon: align tabs and make display detection like superpatch | Dave Airlie | |
2006-09-23 | radeon: align some output with superpatch | Dave Airlie | |
2006-09-23 | radeon: change function name to Displays rather than Monitors | Dave Airlie | |
2006-09-23 | radeon: make GetConnectedMonitors a static void | Dave Airlie | |
2006-09-23 | radeon: some minor alignments and cleanups for info-> | Dave Airlie | |
2006-09-23 | radeon: add reverse display option to switch displays on non-mobility cards | Alex Deucher | |
2006-09-22 | radeon: flesh out mapcontrollers | Dave Airlie | |
2006-09-22 | radeon: add some info to the map controllers | Dave Airlie | |
2006-09-22 | radeon: add simple map controllers call | Dave Airlie | |
2006-09-22 | radeon: move comment | Dave Airlie | |
2006-09-22 | radeon: refactor blank/unblank | Dave Airlie | |
2006-09-22 | radeon: make DVI_I default connector | Alex Deucher | |
2006-09-22 | radeon: add enable display function | Dave Airlie | |
2006-09-22 | Merge branch 'master' into radeon-spm1 | Dave Airlie | |
Conflicts: src/radeon_driver.c | |||
2006-09-19 | Provide all resolutions (instead only the largest one) in MergedFB clone | Alex Deucher | |
mode without config file (Henry Zhao) | |||
2006-09-19 | fix large negative refresh rates with mergedfb (Henry Zhao) | Alex Deucher | |
fixes bug 6966 | |||
2006-09-18 | radeon: fix rn50 memmap | Dave Airlie | |
This should fixup the rn50/m6/m7 memory map problem that has been reported since BenH's memory mapping changes |