summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-11[mach64] Revert to multiple mappings per BAR.pci-reworkGeorge Sapountzis
libpciaccess added subrange mappings and mtrr handling. compile-tested only.
2007-08-28[mach64] Convert to pci-rework, keeping source-code compatibility.George Sapountzis
It still uses the old probe method though, this is due to the ati wrapper.
2007-08-28Merge branch 'master' into pci-reworkGeorge Sapountzis
Conflicts: src/ati.c
2007-08-28RADEON: Update tv attributes immediatelyAlex Deucher
2007-08-28RADEON: remove the "default" tv_standard optionAlex Deucher
2007-08-27RADEON: enable load detection for tvdac if output count for tvdac < 2Alex Deucher
2007-08-27RADEON: make load detection an output attribute for analog outputsAlex Deucher
Since TV/VGA/DVI-I can share the TV DAC, we often get false detection of all inputs that share that DAC. Make load detection an output attribute. Enabled by default on primary dac and on cards where tv dac is (usually) dedicated to tv (non-IGP mobilities).
2007-08-27RADEON: make tmds pll an output attributeAlex Deucher
sometimes the bios tmds plls are busted for certain monitors. sometimes the dirver tables are. Let the user pick at run time.
2007-08-26Bump for new releasexf86-video-ati-6.7.192Alex Deucher
2007-08-26RADEON: Fix rotation. works nowAlex Deucher
2007-08-26RADEON: minor tweak to tv outAlex Deucher
2007-08-26RADEON: fix depth 16 palette for real this timeAlex Deucher
2007-08-26RADEON: Only update pixclks_cntl when updating tv routingAlex Deucher
No need to re-set all of the pll2 stuff
2007-08-25RADEON: fix crtc clipping for XvAlex Deucher
2007-08-25RADEON: remove fbdev optionAlex Deucher
FBDev support is currently broken, and it not really compatible with randr
2007-08-24RADEON: add extra green data in depth 16Alex Deucher
Apparently some radeons need this?
2007-08-24Require xorg-server >= 1.3 for RandR 1.2.Michel Dänzer
2007-08-2464 bit warning fixes.Michel Dänzer
For printf vs. CARD32, use %u or %x and and a cast to unsigned.
2007-08-24radeon: don't disable dac if either tv or vga is using itDave 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-23RADEON: NONE to None to match other port infoAlex Deucher
2007-08-23RADEON: set (hopefully) reasonable default max desktop sizesAlex Deucher
Based on the amount of vram. We really need ttm...
2007-08-23RADEON: clean up the logic in crtc_mode_set()Alex Deucher
2007-08-23RADEON: Always assume LVDS is connectedAlex Deucher
Not all bioses seem to set the right scratch bits. If we have LVDS (via bios table or otherwise) assume it's connected.
2007-08-23radeon: Remove unnecessary #include <time.h>.Michel Dänzer
2007-08-23radeon: Warning fixes.Michel Dänzer
2007-08-23radeon: Sane handling of timeouts in WaitForVerticalSync(2).Alon Ziv
RADEONWaitForVerticalSync() and RADEONWaitForVerticalSync2() need to wait for a timeout specified in milliseconds; looping around usleep() causes the timeout to be unnecessarily long, as the OS may sleep longer than requested (on Linux the minimum actual sleep value may be several ms). The new logic uses gettimeofday() in the loop to see when the (absolute) timeout has arrived. Signed-off-by: Alon Ziv <alonz@nolaviz.org>
2007-08-23radeon: Round down RMX stretch ratios.Sascha Sommer
Fixes issues with RMX scaling, see https://bugs.freedesktop.org/show_bug.cgi?id=8983 .
2007-08-23radeon: Sync pages when enabling page flipping with EXA as well.Michel Dänzer
Exclude the DRI window(s) though to avoid scribbling over 3D rendering.
2007-08-23radeon: Don't synchronize DRI windows between pages when possible.Michel Dänzer
2007-08-23radeon: Restore memmap registers even if only AGP location changed.Michel Dänzer
2007-08-23radeon: Change a test to info->IsIGP from several IGP families.Michel Dänzer
2007-08-23radeon: Wait for pending overlay flip to finish before emitting new one.Michel Dänzer
2007-08-23radeon: Don't call RADEONDRIRefreshArea when the damaged region is empty.Michel Dänzer
2007-08-23radeon: bug 11899 + debian 435040 - test for usefbdev before calling int10Dave Airlie
(cherry picked from commit 3334c247540b113f9c4a5ce1879d8648a45a959a)
2007-08-23radeon: bug 11860 fix some mem leaksRoland Bär
2007-08-23radeon: bug 11861 - dead code removal in radeon_video.cRoland Bär
(cherry picked from commit 8e3a6f83016cd8c4cfd43ceee4cbf0a8dc018b2a)
2007-08-23radeon: cleanup some warningsxf86-video-ati-6.7.191Dave Airlie
2007-08-23updated release numbering for randr 1.2Dave Airlie
2007-08-23Merge remote branch 'origin/randr-1.2'Dave Airlie
2007-08-23Merge branch 'master' into randr-mergeDave 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-21RADEON: Fix color problem on pre-R3xx chips tv-outrandr-1.2Alex Deucher
2007-08-21RADEON: more tv out fixes and clean upAlex Deucher
2007-08-21RADEON: fix tv-out on R3xxAlex Deucher
R3xx apparently needs the tv clock forced on.
2007-08-20RADEON: Add DefaultConnectorTable optionAlex Deucher
This option skips the parsing the BIOS connector table and falls back to chip specific defaults. Also remove man page section for the now gone bioshotkeys option.
2007-08-20Fix crash with no valid mode in xorg.conf's modelist and empty VirtualiLisa Wu
If the resolution defined in xorg.conf failed to find a matching mode in the supported modelist, and no virtual desktop dimensions are defined the xorg.conf either, virtual X and Y dimension will be set to 0 which will cause Xserver crash. (Novell bugzilla #296856, closed)
2007-08-19RADEON: turn off TVCLK when blanking tv encoderAlex Deucher
2007-08-16RADEON: fix Xv clipping and overlay sourcingAlex Deucher
- Basically just copied from the intel driver. I'm planning to push this to the server soon, but add it now to get things working and to provide compat for older servers. - Overlay crtc source control attribute now called XV_CRTC The old attribute XV_SWITCHCRT has been removed. If anyone cares, we can add it back as an alias to XV_CRTC XV_CRTC: -1 auto, 0 crtc0, 1 crtc1
2007-08-15RADEON: Remove RADEONRestoreMode()Alex Deucher
Since we no longer use it to write modes all it did was restore some of the regs for a console restore. Just move the relevant bits into RADEONRestore() and remove it.
2007-08-15RADEON: fix console restore on r3xx and r4xxLisa Wu
When restoring the console we need to: 1) we need to restore DAC registers after all other registers are restored and CRTCs are enabled. 2) we need to enable CRTC2 registers before CRTC1 registers
2007-08-15RADEON: make sure crtc routing is correct in r300_detect_tv()Alex Deucher
Also remove some unused variable