summaryrefslogtreecommitdiff
path: root/linux-core/drm_bufs.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-18Merging drm-ttm-0-2-branchThomas Hellstrom1-4/+7
2006-10-02Bug 6242: [mach64] Use private DMA buffers, part #3.George Sapountzis1-3/+7
2006-10-02Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom1-4/+5
2006-08-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-...Thomas Hellstrom1-10/+10
2006-08-28drm: lots of small cleanups and whitespace issues fixed upDave Airlie1-6/+6
2006-08-28add static function, and remove bad attributionsDave Airlie1-2/+2
2006-08-23Fix previous commit: Only fall back to hashed handlesThomas Hellstrom1-2/+2
2006-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-...Thomas Hellstrom1-6/+8
2006-08-23Allow multiple addMaps with the same 32-bit map offset.Thomas Hellstrom1-6/+8
2006-08-22Bring in stripped TTM functionality.Thomas Hellstrom1-0/+2
2006-08-14remove all TRUE/FALSE no need for this in the drm, use 0 or 1Dave Airlie1-1/+1
2006-07-24switch drm to use Linux mutexes instead of semaphore.Dave Airlie1-41/+41
2006-07-11Keep hashed user tokens, with the following changes:Thomas Hellstrom1-9/+34
2006-07-10Change drm Map handles to be arbitrary 32-bit hash tokens in the rangeThomas Hellstrom1-41/+14
2006-07-05Add missing semaphore release.Thomas Hellstrom1-1/+3
2006-05-19rip out unneeded back compat codeDave Airlie1-16/+0
2006-02-19experimental PCI DMA fixes use proper Linux interfacesDave Airlie1-9/+11
2006-02-18major realigment of DRM CVS with kernel code, makes integration much easierDave Airlie1-41/+35
2006-02-18Fixup test for memory at end of memory spaceDave Airlie1-1/+1
2005-11-07Fix bug #4908 for now. Alternative is highlighted in this bug report as theAlan Hourihane1-2/+12
2005-11-03Converts the remaining drm_agp_foo functions to be a drm_agp_foo andIan Romanick1-0/+6
2005-09-30fixup bens fix so it works..Dave Airlie1-3/+4
2005-09-30Add Bens fix for radeon maps on ppcDave Airlie1-42/+43
2005-09-03check is the map containing the lockDave Airlie1-1/+1
2005-08-20add x86_64 to the list as wellDave Airlie1-1/+1
2005-08-20add powerpc64 to the list of archs that this test doesn't make sense onDave Airlie1-1/+1
2005-08-17revert reversion of a part of a patch from Jon, that I did last night whileDave Airlie1-1/+2
2005-08-16add Egberts 32/64 bit patch (its in kernel already...)Dave Airlie1-22/+58
2005-08-07remove bus addressDave Airlie1-1/+0
2005-08-04Implement permanent sarea mapsJon Smirl1-1/+15
2005-08-04Tighten up AGP security. Verify that all uses of AGP are done insideJon Smirl1-8/+52
2005-06-29silence warningAlan Hourihane1-1/+4
2005-06-28- Remove drm_initmap and replace its usage with drm_addmap. This reducesEric Anholt1-158/+132
2005-06-28add compat code from Paul MackerrasDave Airlie1-0/+17
2005-06-14Adds support for PCI cards to MGA DRMIan Romanick1-26/+63
2005-06-04misc cleanup patch from Adrian BunkDave Airlie1-3/+3
2005-05-28Bugzilla #3217: Create a new __drm_pci_free which is used internally inEric Anholt1-1/+2
2005-05-20Refactor common, boilerplate ioctl code from drm_addbufs_* functions intoIan Romanick1-82/+49
2005-04-26Convert BSD code to mostly use bus_dma, the dma abstraction for dealingEric Anholt1-6/+11
2005-02-05- Implement drm_initmap, and extend it with the resource number to helpEric Anholt1-1/+13
2005-01-16The patch makes drmAddBufs/drmMapBufs can handle buffers in video memoryDave Airlie1-4/+176
2005-01-01Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It usesFelix Kuehling1-1/+18
2004-10-18Update Doxygen configuration & comments.Jose Fonseca1-1/+1
2004-10-12Breakout heads into their own data structures.Jon Smirl1-10/+10
2004-10-10Rename fn_tbl to driver. Core driver now uses pci_driver name whichJon Smirl1-7/+7
2004-10-06Revert back to drm_order() instead of using kernel get_order(). TheJon Smirl1-5/+30
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-507/+507
2004-09-30Move things around to reduce public symbols and even out files. Switch toJon Smirl1-29/+5
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-78/+79
2004-09-21Make DRM permanent maps match broken X behavior. X is mapping regions thatJon Smirl1-0/+1