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
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