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
/
drm_dma.c
Age
Commit message (
Expand
)
Author
2004-10-18
Update Doxygen configuration & comments.
Jose Fonseca
2004-10-12
Breakout heads into their own data structures.
Jon Smirl
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-05
merge back bunch of whitespace and misc changes from kernel
Dave Airlie
2004-08-30
implement drm_core_check_feature and use it .. looks lots nicer
Dave Airlie
2004-08-29
Drop GAMMA DRM from a great height ...
Dave Airlie
2004-08-27
__NO_VERSION__ hasn't been needed since 2.3 days ditch it...
Dave Airlie
2004-08-24
Merged drmfntbl-0-0-2
Dave Airlie
2004-08-17
Merged drmfntbl-0-0-1
Dave Airlie
2004-07-20
first set of __user annotations from kernel (Al Viro)
Dave Airlie
2004-07-05
fixes from kernel for 0 vs NULL - mika
Dave Airlie
2003-10-17
- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them
Eric Anholt
2003-08-15
Merge from 2.6 kernel (Linus Torvalds)
Michel Daenzer
2003-05-27
Merged DRM documentation.
Jose Fonseca
2003-04-26
Ensure driver has been initialized (dev_private != NULL) before installing
Leif Delgass
2003-04-25
Fix potential oops and memory leaks when allocations fail in
Leif Delgass
2003-04-22
Move a chunk of gamma-specific code out of drm_dma.h. Remove unused
Keith Whitwell
2003-04-22
remove unused dma histogram code
Keith Whitwell
2003-04-17
Fix DRM module build on 2.5.41 and later kernels (tqueue -> workqueue).
David Dawes
2003-04-08
Use list_entry() to get container struct from struct list_head pointers.
Leif Delgass
2003-03-31
Warning fix (use %p format for filp)
Leif Delgass
2003-03-28
merged drm-filp-0-1-branch
Keith Whitwell
2003-03-26
Add 2nd arg for DRM_FREE
Keith Whitwell
2003-03-25
linux merge for drm
Alan Hourihane
2003-03-04
DRM_FREE/2 patch from Philip Brown
Keith Whitwell
2003-02-02
don't inflate relative vblank sequence numbers on repeated calls (e.g. when
Michel Daenzer
2003-01-11
limit number of pending vblank signals to 100 to prevent DoS, and minor
Michel Daenzer
2002-12-04
further vertical blank interrupt cleanups: remove unused variable,
Michel Daenzer
2002-12-03
vertical blank interrupt cleanups: use spinlock instead of semaphore, send
Michel Daenzer
2002-11-30
vertical blank ioctl can send signal instead of blocking
Michel Daenzer
2002-09-26
DRM(vblank_wait) is driver specific
Michel Daenzer
2002-09-25
common ioctl to wait for vertical blank IRQs
Michel Daenzer
2002-02-14
First pass of mesa-4-0 branch merge into trunk.
David Dawes
2001-06-18
Enable shared IRQs in DMA template, use in i810 driver.
Gareth Hughes
2001-02-16
- Clean up the way customization of the templates is done.
Gareth Hughes
2001-02-15
Merge mga-1-0-0-branch into trunk.
Gareth Hughes