summaryrefslogtreecommitdiff
path: root/linux-core/drm_scatter.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-05drm: Fix for non-coherent DMA PowerPCBenjamin Herrenschmidt1-1/+10
2008-01-03drm: cleanup DRM_DEBUG() parametersMárton Németh1-5/+5
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-1/+1
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-29/+8
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-7/+6
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-3/+3
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-8/+8
2007-07-11Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ...Arthur Huillet1-18/+31
2006-10-14remove config.h from build no longer exists kbuild does itDave Airlie1-1/+0
2005-11-11realign whitespace with kernelDave Airlie1-2/+1
2005-08-16add Egberts 32/64 bit patch (its in kernel already...)Dave Airlie1-2/+9
2004-10-18Update Doxygen configuration & comments.Jose Fonseca1-1/+1
2004-10-12Breakout heads into their own data structures.Jon Smirl1-2/+2
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-95/+87
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-18/+18
2004-09-20another fix after the macro stuffDave Airlie1-1/+1
2004-09-16Fix drm_scatter to properly report it's availabilityJon Smirl1-1/+1
2004-09-05merge back bunch of whitespace and misc changes from kernelDave Airlie1-2/+2
2004-08-30implement drm_core_check_feature and use it .. looks lots nicerDave Airlie1-2/+2
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-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-0/+6
2004-07-20first set of __user annotations from kernel (Al Viro)Dave Airlie1-7/+4
2003-06-19Revert the janitorial - that works is now on the new branchJose Fonseca1-0/+229
2003-06-03Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.hJose Fonseca1-229/+0
2003-05-27Merged DRM documentation.Jose Fonseca1-4/+8
2002-05-16Allow drm to build under 2.4 and 2.5(.14)Keith Whitwell1-17/+3
2002-02-14First pass of mesa-4-0 branch merge into trunk.trunk-20020221mesa-4-0-20020214-mergeDavid Dawes1-0/+2
2001-09-25merge with 2.4.10 kernelAlan Hourihane1-6/+0
2001-08-19No one's maintaining 2.2.x support - so remove all the cruft.X_4_1_99_1-20010822-preimportAlan Hourihane1-3/+3
2001-08-13Sync with Linus 2.4.9-pre2 + make all nopage routines more alikeJeff Hartmann1-2/+2
2001-08-10Commit Keith Owens kernel Makefile changes, merge and commit alpha patchJeff Hartmann1-9/+33
2001-08-07Lots of DRM fixes: added new pieces of template code so the ffb driver canJeff Hartmann1-0/+1
2001-04-05Merged ati-pcigart-1-0-0ati-pcigart-1-0-0-20010405-mergeKevin E Martin1-0/+218