Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-13 | Fixed Futex release bug. Bumped driver date and patchlevel. | Thomas Hellstrom | |
2005-02-10 | add support for texture micro tiling for radeon/r200. Add support for cube | Roland Scheidegger | |
maps for r100. (Stephane Marchesin's port of the core version). | |||
2005-02-10 | Stephane's port of Eric's race fix | Keith Whitwell | |
2005-02-08 | fix incorrect PCI id for ATI radeon | Roland Scheidegger | |
2005-02-07 | Cast user data to correct type in radeon_surface_free's copyin. | Roland Scheidegger | |
2005-01-27 | Fixed multiple devices DMA bug. Fixed PCI path FIRE command detection | Thomas Hellstrom | |
2005-01-26 | (Stephane Marchesin,me) Add radeon framebuffer tiling support to radeon | Roland Scheidegger | |
drm. Add new ioctls to manage surfaces which cover the tiled areas | |||
2005-01-26 | replace magic number with macro constant RADEON_ZBLOCK16 | Roland Scheidegger | |
2005-01-20 | Removed one bogus Savage3D PCI ID. Corrected another one. Restored | Felix Kuehling | |
numerical ordering. | |||
2005-01-20 | Add a Savage3D PCI ID | Adam Jackson | |
2005-01-16 | The patch makes drmAddBufs/drmMapBufs can handle buffers in video memory | Dave Airlie | |
The attached patch adds a new buffer type DRM_FB_BUFFER. It works like AGP memory but uses video memory. From: austinyuan@viatech.com.cn (fd.o bug 1668) Signed-off-by: Dave Airlie <airlied@linux.ie> | |||
2005-01-13 | due to backways compat crap for IRQ_HANDLED etc.. this wouldn't build on | Dave Airlie | |
2.4 | |||
2005-01-11 | Import Thomas' changes upto 2.4.3 to shared. Small tweak to install target. | Keith Whitwell | |
2005-01-11 | import Thomas' shared-core via changes up to 2.4.1 | Keith Whitwell | |
2005-01-06 | Add i915GM support Add resume functionality (must be used with later DDX) | Alan Hourihane | |
Bump to 1.2 | |||
2004-12-31 | VIA DRM: verifier: Added verbose palette error reporting, and support for | Thomas Hellstrom | |
stipple palettes together with rudimentary checks for texture palette sizes. other: Bumped version patchlevel and driver date. | |||
2004-12-31 | VIA DRM: Stability enhancements and cleanups in via_dma.c Added explicit | Thomas Hellstrom | |
licence notice in via_dma.c | |||
2004-12-21 | via DRM: Tightened the security for some functions of the | Thomas Hellstrom | |
DRM_IOCTL_VIA_DMA_INIT IOCTL. Bumped patchlevel and driver date. XFree86 bug: 2119 | |||
2004-12-20 | Copy HC_ParaType_Auto change to shared-core. Bump version numbers and | Keith Whitwell | |
dates. | |||
2004-12-19 | via changes: Fixed typecasting bug in via_dma.c, and possible short-circuit | Thomas Hellstrom | |
bug in the cmdbuf_size ioctl. Modified ring-buffer jump code AGAIN, due to new oddities discovered on the Unichrome Pro with faster processors. Bumped patchlevel and driver date. | |||
2004-12-17 | Add the 'Auto' pageflipping command to the verifier. I don't think any | Keith Whitwell | |
verification is required for the arguments of this packet from a security point of view. | |||
2004-12-13 | VIA drm updates: | Thomas Hellstrom | |
1. Improved security check of AGP texture adresses. 2. Hopefully last fix of ring-buffer jump oddities. 3. Added ioctl to check available space and command regulator lag in ring-buffer. This is needed for 3D application responsiveness. | |||
2004-12-08 | (Stephane Marchesin, me) add hyperz support to radeon drm. Only fast z | Roland Scheidegger | |
clear and z buffer compression are working correctly, hierarchical-z is not. | |||
2004-12-06 | Security and optimization fixes for the via drm: | Thomas Hellstrom | |
1. The command verifier was never initialized in the non-core source tree. 2. Check added that the AGP ring buffer has been initialized before accepting command buffer. 3. Free space check in the AGP buffer is moved to after command verification, which is more optimal in most cases. | |||
2004-12-03 | Added 3D functionality to the via command verifier. Modified the via | Thomas Hellstrom | |
ring-buffer code somewhat to workaround hardware problems. Bumped via minor version number. | |||
2004-12-03 | Make 1-bit fields be unsigned (no sign bit :). sparse complains about them: | Dave Airlie | |
drivers/char/drm/sis_ds.h:88:12: warning: dubious one-bit signed bitfield drivers/char/drm/sis_ds.h:89:16: warning: dubious one-bit signed bitfield Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Dave Airlie <airlied@linux.ie> | |||
2004-11-27 | Reworked PCI MMIO command buffer parser, and imported code from the Mesa | Thomas Hellstrom | |
driver. It can now handle the 3D OpenGL commands from the Mesa unichrome driver. Added vsync frequency detection support. This will be used in the future for XvMC and better frame timing. Bumped minor version number and driver date. | |||
2004-11-09 | add missing CHIP_RV350 to radeon_enums | Roland Scheidegger | |
2004-11-07 | add some more r300 pci ids | Dave Airlie | |
2004-11-06 | Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but | Eric Anholt | |
doesn't run yet. Moves the ioctl definitions for these two drivers back to the shared code -- they aren't OS-specific. | |||
2004-11-03 | Fixed bug in via_dma.c. The code didn't check that the lock was held by the | Thomas Hellstrom | |
caller. Just that it was held. | |||
2004-11-01 | Reworked the jump-code in via_dma.c. The command regulator now seems to | Thomas Hellstrom | |
pause correctly after a jump. Removed the debug message from within the interrupt handler of via_irq.c | |||
2004-11-01 | correct historic mis-attribution of copyright | Keith Whitwell | |
2004-10-30 | Some stabilizing work to the DMA ring-buffer code. Temporarily replaced the | Thomas Hellstrom | |
rewind jump with a reinitialization. This makes the code stable on CLE266 and KM400. | |||
2004-10-23 | Apply radeon r300 microcode patch to non-core | Dave Airlie | |
2004-10-16 | Fixed off by one errors in clipping. | Ville Syrjala | |
2004-10-12 | Via updates. Fixed unlikely but possible uint32_t overflow in ring-buffer | Thomas Hellstrom | |
code. bumped patchlevel. | |||
2004-10-09 | cleanup VIA driver to look a bit like others before kernel merge | Dave Airlie | |
2004-10-09 | Lindent the via stuff so I can include it in kernel | Dave Airlie | |
2004-10-08 | Changed unsigned to uint32_t in some ioctl parameters. Introduced first | Thomas Hellstrom | |
rudimentary command verifier for dma buffers. Changed the decoder futex ioctl parameters. Bumped the via major version number. | |||
2004-09-27 | Fix the shared directory I accidentally stomped on | Jon Smirl | |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl | |
2004-09-24 | Create new linux-2.6 build. Move all gpl files into the 2.6 build. If you | Jon Smirl | |
edit files for 2.6 be sure and break the link to the 2.4 directory and copy the cvs history. | |||
2004-09-23 | 1) switches from class_sysfs to drm sysfs implementation to allow | Jon Smirl | |
customization 2) compiles again on 2.4, but doesn't work | |||
2004-09-22 | Create permanent maps of framebuffer, aperture and MMIO registers. Added | Felix Kuehling | |
chipset-type information in driver data field of Savage PCI-IDs. Added missing PCI-ID 0x8d03 (ProSavageDDR on Pentium boards). Don't require AGP. | |||
2004-09-22 | Remove hotplug reset support from DRM driver. This will be handled by the | Jon Smirl | |
VGA driver when it gets written. | |||
2004-09-20 | Remove size restriction on permanent addmap | Jon Smirl | |
2004-09-20 | remove HAVE_COUNTERS | Dave Airlie | |
2004-09-17 | Add linux sysfs i2c support to radeon driver. This patch adds GPL licensed | Jon Smirl | |
files to the linux build but not to the BSD directories. | |||
2004-09-16 | Let's try adding the dyn-minor patch again. This patch will reuse minor | Jon Smirl | |
numbers if a card is hotplugged in/out instead of just having them increase. |