Age | Commit message (Expand) | Author |
2008-03-16 | Avoid unnecessary waits for command regulator pause. | Thomas Hellstrom |
2008-03-16 | [via] Remove some leftover vars. | Thomas Hellstrom |
2008-03-16 | [via] The millionth fixup for the millionth-1 attempt to stabilize the AGP | Thomas Hellstrom |
2008-01-03 | drm: cleanup DRM_DEBUG() parameters | Márton Németh |
2007-11-22 | drm: major whitespace/coding style realignment with kernel | Dave Airlie |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt |
2007-07-20 | Remove DRM_ERR OS macro. | Eric Anholt |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie |
2007-05-26 | whitespace fixups from kernel | Dave Airlie |
2007-04-17 | via: Make sure we flush write-combining using a follow-up read. | Thomas Hellstrom |
2007-02-16 | Simple fence object sample driver for via, based on idling the GPU. | Thomas Hellstrom |
2007-02-02 | via: Try to improve command-buffer chaining. | Thomas Hellstrom |
2007-02-02 | Disable AGP DMA for chips with the new 3D engine. | Thomas Hellstrom |
2006-12-20 | Some via PCI posting flushes. | Thomas Hellstrom |
2006-08-28 | drm: lots of small cleanups and whitespace issues fixed up | Dave Airlie |
2006-03-19 | make some functions static in via driver | Dave Airlie |
2006-01-02 | Realign via driver with changes in Linux kernel (mainly whitespace) | Dave Airlie |
2005-09-25 | Add the via PCI DMA blit code. | Thomas Hellstrom |
2005-09-03 | convert ioctl flags to use flags instead of separate ints | Dave Airlie |
2005-08-15 | Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by | Eric Anholt |
2005-07-15 | VIA: Fix sparse warnings (Alexey Dobriyan) | Thomas Hellstrom |
2005-05-08 | VIA: Fix for oops when AGP ring-buffer initialization is called and there | Thomas Hellstrom |
2005-04-18 | VIA: | Thomas Hellstrom |
2005-03-28 | Via updates: | Thomas Hellstrom |
2005-02-01 | cleanup patch from Adrian Bunk <bunk@stusta.de> | Dave Airlie |
2005-01-27 | Fixed multiple devices DMA bug. Fixed PCI path FIRE command detection | Thomas Hellstrom |
2005-01-07 | via updates: moved the verifier state struct to dev_priv. Implemented AGP | Thomas Hellstrom |
2005-01-05 | VIA update: | Thomas Hellstrom |
2004-12-31 | VIA DRM: Stability enhancements and cleanups in via_dma.c Added explicit | Thomas Hellstrom |
2004-12-21 | via DRM: Tightened the security for some functions of the | Thomas Hellstrom |
2004-12-19 | via changes: Fixed typecasting bug in via_dma.c, and possible short-circuit | Thomas Hellstrom |
2004-12-13 | VIA drm updates: | Thomas Hellstrom |
2004-12-06 | Security and optimization fixes for the via drm: | Thomas Hellstrom |
2004-12-03 | Added 3D functionality to the via command verifier. Modified the via | Thomas Hellstrom |
2004-11-27 | Reworked PCI MMIO command buffer parser, and imported code from the Mesa | Thomas Hellstrom |
2004-11-03 | Fixed bug in via_dma.c. The code didn't check that the lock was held by the | Thomas Hellstrom |
2004-11-01 | Reworked the jump-code in via_dma.c. The command regulator now seems to | Thomas Hellstrom |
2004-10-30 | Some stabilizing work to the DMA ring-buffer code. Temporarily replaced the | Thomas Hellstrom |
2004-10-12 | Via updates. Fixed unlikely but possible uint32_t overflow in ring-buffer | Thomas Hellstrom |
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 |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl |
2004-09-12 | Fix DRM to compile cleanly with recent kernel changes in PCI IO and | Jon Smirl |
2004-09-07 | Added IOCTL for writing 2D DMA command buffers over PCI. Bumped minor | Thomas Hellstrom |
2004-08-30 | Fix copy_from_user return value ignored warning at via_dma.c:168. | Erdi Chen |
2004-08-27 | __NO_VERSION__ hasn't been needed since 2.3 days ditch it... | Dave Airlie |
2004-08-26 | Rearrange things so that via_dma.c will compile with inline via_check_dma | Jon Smirl |