summaryrefslogtreecommitdiff
path: root/linux-core/drm_dma.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-179/+0
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-2/+0
2008-08-14radeon: FEDORA: add old DMA buffers on top of GEMDave Airlie1-0/+2
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie1-3/+3
2007-11-05drm: fix the the typoDave Airlie1-1/+1
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-5/+6
2007-07-16drm: remove drm_buf_tDave Airlie1-1/+1
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-6/+6
2006-02-19experimental PCI DMA fixes use proper Linux interfacesDave Airlie1-3/+1
2004-10-31Allow drivers to override reclaim_buffers in an OS-independent way byFelix Kuehling1-3/+1
2004-10-18Update Doxygen configuration & comments.Jose Fonseca1-1/+1
2004-10-12Breakout heads into their own data structures.Jon Smirl1-1/+1
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-45/+45
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-13/+14
2004-09-05merge back bunch of whitespace and misc changes from kernelDave Airlie1-3/+1
2004-08-30implement drm_core_check_feature and use it .. looks lots nicerDave Airlie1-1/+1
2004-08-29Drop GAMMA DRM from a great height ...Dave Airlie1-9/+0
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie1-1/+0
2004-08-24Merged drmfntbl-0-0-2Dave Airlie1-37/+2
2004-08-17Merged drmfntbl-0-0-1Dave Airlie1-13/+10
2004-07-20first set of __user annotations from kernel (Al Viro)Dave Airlie1-1/+1
2004-07-05fixes from kernel for 0 vs NULL - mikaDave Airlie1-1/+1
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt1-305/+5
2003-08-15Merge from 2.6 kernel (Linus Torvalds)Michel Daenzer1-1/+1
2003-05-27Merged DRM documentation.Jose Fonseca1-6/+96
2003-04-26Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass1-0/+7
2003-04-25Fix potential oops and memory leaks when allocations fail inLeif Delgass1-10/+12
2003-04-22Move a chunk of gamma-specific code out of drm_dma.h. Remove unusedKeith Whitwell1-270/+0
2003-04-22remove unused dma histogram codeKeith Whitwell1-58/+0
2003-04-17Fix DRM module build on 2.5.41 and later kernels (tqueue -> workqueue).David Dawes1-0/+4
2003-04-08Use list_entry() to get container struct from struct list_head pointers.Leif Delgass1-4/+5
2003-03-31Warning fix (use %p format for filp)Leif Delgass1-1/+1
2003-03-28merged drm-filp-0-1-branchKeith Whitwell1-15/+21
2003-03-26Add 2nd arg for DRM_FREEKeith Whitwell1-1/+1
2003-03-25linux merge for drmAlan Hourihane1-1/+1
2003-03-04DRM_FREE/2 patch from Philip BrownKeith Whitwell1-1/+1
2003-02-02don't inflate relative vblank sequence numbers on repeated calls (e.g. whenMichel Daenzer1-0/+1
2003-01-11limit number of pending vblank signals to 100 to prevent DoS, and minorMichel Daenzer1-14/+40
2002-12-04further vertical blank interrupt cleanups: remove unused variable,Michel Daenzer1-7/+4
2002-12-03vertical blank interrupt cleanups: use spinlock instead of semaphore, sendMichel Daenzer1-14/+11
2002-11-30vertical blank ioctl can send signal instead of blockingMichel Daenzer1-7/+75
2002-09-26DRM(vblank_wait) is driver specificMichel Daenzer1-38/+0
2002-09-25common ioctl to wait for vertical blank IRQsMichel Daenzer1-3/+79
2002-02-14First pass of mesa-4-0 branch merge into trunk.David Dawes1-0/+19
2001-06-18Enable shared IRQs in DMA template, use in i810 driver.Gareth Hughes1-1/+10
2001-02-16- Clean up the way customization of the templates is done.Gareth Hughes1-82/+100
2001-02-15Merge mga-1-0-0-branch into trunk.Gareth Hughes1-0/+576