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
/
linux-core
/
via_dmablit.c
Age
Commit message (
Expand
)
Author
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-18
Fix via dmablit when blit queue is full.
Thomas Hellstrom
2007-07-16
drm: remove drmP.h internal typedefs
Dave Airlie
2007-01-01
make build against 2.6.20 hopefully
Dave Airlie
2006-12-20
Some via PCI posting flushes.
Thomas Hellstrom
2006-12-19
use spin_lock_init in via dmablit
Dave Airlie
2006-08-28
drm: lots of small cleanups and whitespace issues fixed up
Dave Airlie
2006-02-18
major realigment of DRM CVS with kernel code, makes integration much easier
Dave Airlie
2006-01-12
via: direction bug in get_user_pages call in via_dmablit.c fixed. Bumped
Thomas Hellstrom
2006-01-06
via: Combine PCI DMA transfers with stride==width (Idea from Luc
Thomas Hellstrom
2006-01-02
Realign via driver with changes in Linux kernel (mainly whitespace)
Dave Airlie
2005-11-15
Loosen via dmablit alignment checks somewhat. Adapt stride check to maximum
Thomas Hellstrom
2005-10-20
via: PCI DMA bugfixes and DOS due to too many mapped pages checks.
Thomas Hellstrom
2005-09-25
via: fix stray error printout message.
Thomas Hellstrom
2005-09-25
Add the via PCI DMA blit code.
Thomas Hellstrom