6
I Use This!
Very Low Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 12 days ago.
Sep 11, 2024 — Sep 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Sync with 6.8.2 branch: Bug #591 (https://bugs.freedesktop.org/show_bug.cgi?id=591) attachment #308 (https://bugs.freedesktop.org/attachment.cgi?id=308): Fix video timing problems with Sony PCG-C1VN Vaio Picturebook notebook && co. Patch by Marc Aurele La France More... over 20 years ago
Sync with 6.8.2 branch: Bugzilla #1306 (https://bugs.freedesktop.org/show_bug.cgi?id=1306) attachment #1291 (https://bugs.freedesktop.org/attachment.cgi?id=1291): Fix SEGV in "radeon" driver. Patch by Kevin E. Martin <[email protected]> More... over 20 years ago
Fix for bugzilla https://bugs.freedesktop.org/show_bug.cgi?id=3414 (patch https://bugs.freedesktop.org/attachment.cgi?id=2782): Don't use RMX if we are Dell Server. More... over 20 years ago
Typo fix from bug #3163 commit
ajax
as Adam Jackson
More... over 20 years ago
Explicitely disable DPMS power states during close screen. Fix macro that takes a value and a mask of bits to modify to be behave evquvalently if the bits that should remain unchanged are set or unset in the value (Bugzilla #3369). More... over 20 years ago
Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the version number of the DRIInfoRec, disambiguating it from the XF86DRI protocol version number. Modify DRIQueryVersion to return the libdri version number, which all DDXes were requesting implicitly. Fix the DDXes to check for the DRIINFO version they were compiled against.
ajax
as Adam Jackson
More... over 20 years ago
programs/Xserver/hw/xfree86/drivers/ati/theatre.h Build fix for DoLoadableServer = NO systems. More... over 20 years ago
Fix includes right throughout the Xserver tree: change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. More... over 20 years ago
Added fifo_read and fifo_write in tge generic bus definition More... over 20 years ago
Added new options for the ATI driver: RageTheatreMicrocPath and RageTheatreMicrocType More... over 20 years ago
Addeded support for FI1216ME (PAL) version of the tuner, detection of UDA1380 sound processor More... over 20 years ago
Use the theatre_detect to determine the chip ID and then load the coresponding theatre module More... over 20 years ago
Added functions that access the FIFO on RT200 More... over 20 years ago
Added RT200 registers More... over 20 years ago
This is the theatre chip detection module More... over 20 years ago
Now the detection of the theatre chip is in other module called theatre_detect More... over 20 years ago
Added the RageTheatre200 video demodulator support More... over 20 years ago
Release SDA/SDL I2C lines from an asserted-low state after a DDC probe, which caused Apple Studio Display monitors to shut off after a second or so (Ben Herrenschmidt). More... over 20 years ago
- Add new Radeon pci ids (ATI devrel), bug 2827
agd5f
as Alex Deucher
More... over 20 years ago
Modified: programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c Patch from Antti Ajanki - provide VBI capture support for PAL and SECAM (You need GATOS km module to actually get at the data, the change merely configures the hardware to handle it correctly). More... over 20 years ago
bugzilla #2844 (https://bugs.freedesktop.org/show_bug.cgi?id=2844) attachment #2230 (http://bugs.freedesktop.org/attachment.cgi?id=2230) Wait for idle before uploading HW cursor data to the framebuffer to avoid lockups when moving the mouse on some machines. More... over 20 years ago
bugzilla #2840 (https://bugs.freedesktop.org/show_bug.cgi?id=2840) attachment #2227 (https://bugs.freedesktop.org/attachment.cgi?id=2227) Fix build problems introduced by previous Radeon PLL errata workarounds. More... over 20 years ago
bugzilla #2057 (https://bugs.freedesktop.org/show_bug.cgi?id=2057) attachment #1516 (https://bugs.freedesktop.org/attachment.cgi?id=1516) Add TVOUT Support for Mach64 (Leif Delgass, fixed up for Xorg by me). More... over 20 years ago
- radeon PLL access errata workarounds (Benjamin Herrenschmidt, acked by Hui Yu)
agd5f
as Alex Deucher
More... over 20 years ago
Add support for production version of ATI RN50/ES1000. (ATI Technologies Inc.) More... over 20 years ago
Modified: programs/Xserver/hw/xfree86/drivers/ati/radeon_mergedfb.c Back out RadeonWaitForIdleMMIO that I put in earlier. From discussion on dri-devel we do not need to be as careful with INREG() access on Radeons as we are on mach64 chips. The fix is backed out due to: it breaks DRI on SMP systems (due to absense of the lock in mouse handling functions) I am no longer able to reproduce the lockup I saw before More... over 20 years ago
Fix accidentally removed depth pitch adjustment if displayWidth is not a multiple of 32 pixels (bug #788) More... over 20 years ago
programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c Let through all chips R300 and above - presumably the filtering should take place at the DRM driver level. Correct cut'n'paste position misprint. Big thanks for Michel Danzer for pointing out both improvements. More... over 20 years ago
programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c Turns out Radeon R420 chips work fine with R300 microcode. Thanks go to Rune Petersen for careful investigation. More... over 20 years ago
Fix building radeon driver with BuildXF86DRI set to NO, the breakage was caused by the tiling support (bug #2481) More... over 20 years ago