Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-13 | Fixed Futex release bug. Bumped driver date and patchlevel. | Thomas Hellstrom | |
2005-01-27 | Fixed multiple devices DMA bug. Fixed PCI path FIRE command detection | Thomas Hellstrom | |
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 | |
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-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-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-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-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-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-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-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-08-24 | Merged drmfntbl-0-0-2 | Dave Airlie | |
2004-08-17 | Merged drmfntbl-0-0-1 | Dave Airlie | |
2004-08-14 | Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in an | Eric Anholt | |
upcoming commit for the SiS driver. | |||
2004-04-21 | centralise pci ids into one place and use scripts to generate files for | Dave Airlie | |
kernel | |||
2004-04-12 | 1. Added a PCI ID. | Thomas Hellstrom | |
2. Big change to the XvMC part of the SAREA. OpenGL clients will not suffer from this, and via XvMC is still alpha. Needed to make future additions to XvMC (More decoders and overlays) possible. 3. Bumped version number to 1.3.0. | |||
2004-03-31 | VIA module fixes: | Thomas Hellstrom | |
1. Fixed up PCI-id's. 2. Fixed 2.6 warning in kernel Makefile. | |||
2004-03-23 | Merged via-1-2-0 | Thomas Hellstrom | |