index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-core
/
via_dma.c
Age
Commit message (
Expand
)
Author
2006-08-19
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
2004-08-24
This patch adds three new ioctl's to the VIA Unichrome/Pro DRM driver:
Erdi Chen