summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-23radeon: align some output with superpatchDave Airlie
2006-09-23radeon: change function name to Displays rather than MonitorsDave Airlie
2006-09-23radeon: make GetConnectedMonitors a static voidDave Airlie
2006-09-23radeon: some minor alignments and cleanups for info->Dave Airlie
2006-09-23radeon: add reverse display option to switch displays on non-mobility cardsAlex Deucher
2006-09-22radeon: flesh out mapcontrollersDave Airlie
2006-09-22radeon: add some info to the map controllersDave Airlie
2006-09-22radeon: add simple map controllers callDave Airlie
2006-09-22radeon: move commentDave Airlie
2006-09-22radeon: refactor blank/unblankDave Airlie
2006-09-22radeon: make DVI_I default connectorAlex Deucher
2006-09-22radeon: add enable display functionDave Airlie
2006-09-22Merge branch 'master' into radeon-spm1Dave Airlie
Conflicts: src/radeon_driver.c
2006-09-19Provide all resolutions (instead only the largest one) in MergedFB cloneAlex Deucher
mode without config file (Henry Zhao)
2006-09-19fix large negative refresh rates with mergedfb (Henry Zhao)Alex Deucher
fixes bug 6966
2006-09-18radeon: fix rn50 memmapDave Airlie
This should fixup the rn50/m6/m7 memory map problem that has been reported since BenH's memory mapping changes
2006-09-18radeon; put back old TV DAC code for nowDave Airlie
2006-09-18radeon: move code around in InitCrtcRegistersDave Airlie
2006-09-18radeon: cleanup DPMS set on/off code to use new controller structureDave Airlie
2006-09-18radeon: cleanup DacPowerSetDave Airlie
2006-09-18radeon: fixup InitFPRegisters function call to not pass infoDave Airlie
2006-09-18radeon: copy of overupdated bios hotkeys code from AlexDave Airlie
2006-09-18radeon: minor cleanup of masking for crtc registersDave Airlie
2006-09-18radeon: initialise controller structuresDave Airlie
2006-09-18radeon: move InitFPRegisters up to align with superpatchDave Airlie
2006-09-18radeon: add tv dac adj lookupDave Airlie
2006-09-18radeon: re-add ATI patch for rn50 modesDave Airlie
2006-09-18radeon: re-add DAC power on/off code around detectDave Airlie
2006-09-18radeon: restore secondary head behaviourDave Airlie
2006-09-18radeon: move to using Alex's controller structureAlex Deucher
2006-09-18radeon: add save/restore of some new registersAlex Deucher
move some registers about
2006-09-18radeon: add pre init controller functionAlex Deucher
2006-09-18radeon: add missing tv-out registers to register listAlex Deucher
2006-09-18radeon: restructure files along lines of Alex's superpatchAlex Deucher
2006-09-18Power up DAC around check for CRT connectednessHenry Zhao
2006-09-18Bump up clock rate for ES1000 to allow higher resolutionsHenry Zhao
2006-09-12radeon: this stops mergedfb working on my ATI M7 development boardDave Airlie
I've no idea what this is for, it came from an ATI codedrop and it may fix some laptop or production system, but it looks to me more like a dirty hack than a true fix, as I have an M7 which I need to specify CRT for the second head and it breaks mergedfb for me.
2006-09-10Revert "* [ Bug 6966 ] large negative refresh rates reported"Michel Dänzer
This reverts caaed927a07ffbac68b08246185ef93c1e7bb98c commit. See https://bugs.freedesktop.org/show_bug.cgi?id=8137 .
2006-09-03Removed the warning re. the r300 DRI driver status.Tilman Sauerbeck
2006-08-31* [ Bug 6966 ] large negative refresh rates reportedHenry Zhao
* [ Bug 6309 ] radeon/r128 fails to read hsync/vsync rates when rang * descriptor is missing * [ Bug 5473 ] Blank screen with Radeon Mobility X700 (Acer Ferrari 4005) * Reboot should not be needed for external CRT to function when connected later on Ferrari 4000 * Modes need to be sorted, and sorted correctly * Provide all resolutions (instead only the largest one) in MergedFB clone mode without config file * Bump up clock rate for ES1000 to allow higher resolution
2006-08-25and of course it takes two commits to do a simple commitati-6_6_2Dave Airlie
2006-08-25add changelog hook from nv driverDave Airlie
2006-08-24Enable CPIO in the atimisc driver on ia64 platforms.Adam Jackson
This fixes many mach64s, but potentially breaks mach32. Mach64 is widespread on ia64 machines but PCI mach32's are quite rare on any platform.
2006-08-24Disable DRI on xpress 200{,m} since we know it's broken.Adam Jackson
2006-08-24Disable DRI on RN50 in a more pleasant way.Adam Jackson
Rather than publish a non-existant driver name for RN50, just don't bother initializing it in the first place.
2006-08-25update version numbers for releaseDave Airlie
2006-08-25make colortiling default to on all cardsDave Airlie
2006-08-12[mach64] RENDER support: drop caching DP_WRITE_MASK.George Sapountzis
Caching DP_WRITE_MASK causes artifacts, e.g. with evas_xrender_x11_test.
2006-08-12[mach64] RENDER support: save/restore, cache texture registers.George Sapountzis
2006-08-12[mach64] RENDER support (bug #6877).George Sapountzis
RENDER accleration is disabled by default. It is strongly recommended that the patch from bug #6772 and the 'exa-damagetrack branch' are merged in the xserver before enabling RENDER acceleration. To enable RENDER acceleration, add the following in xorg.conf: Section "Device" [...] Option "AccelMethod" "exa" Option "RenderAccel" "true" EndSection