summaryrefslogtreecommitdiff
path: root/bsd-core/drm_scatter.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-190/+0
2009-03-08FreeBSD: Fix up the flags to bus_dmamem_*Robert Noland1-2/+3
2009-03-05FreeBSD: rework drm_scatter.c which allocates scatter / gather pages for use byRobert Noland1-26/+84
2008-10-10[FreeBSD] Rework all of the memory allocationsRobert Noland1-6/+6
2008-09-06Style white space cleanup part 2.vehemens1-1/+1
2008-09-05Style white space cleanup.vehemens1-8/+8
2008-08-29[FreeBSD] Replace typedefs on bsd.vehemens1-3/+3
2008-05-27[FreeBSD] Convert from drm_device_t to struct drm_device for consistency.Eric Anholt1-3/+4
2007-08-15BSD: Replace brief description in each file's first line with doxygen later on.Eric Anholt1-2/+7
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-22/+7
2007-07-18Add dry-coded DRM drawable private information storage for FreeBSD.Eric Anholt1-0/+1
2007-07-16Fix FreeBSD build.Eric Anholt1-1/+2
2007-07-11Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ...Arthur Huillet1-15/+24
2006-05-17Set entry->virtual for sg maps, fixing ATI PCI/PCIE GART support.Eric Anholt1-0/+1
2005-04-26Convert BSD code to mostly use bus_dma, the dma abstraction for dealingEric Anholt1-6/+9
2005-04-16Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSDEric Anholt1-2/+2
2004-11-07Refine the locking of the DRM. Most significant is covering the driverEric Anholt1-9/+13
2004-11-07Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stopEric Anholt1-18/+9
2004-11-06Commit WIP of BSD conversion to core model. Compiles for r128, radeon, butEric Anholt1-37/+16
2003-08-19- Remove $FreeBSD$ tags as they weren't too useful and merges are now beingEric Anholt1-1/+1
2003-03-11Merge back from FreeBSD-current, adding FreeBSD ID tags to aid futureX_4_3_0-20020324-preimportEric Anholt1-0/+2
2003-02-21Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt1-57/+0
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane1-74/+41
2002-03-06first pass at merging mesa 4.0 kernel drivers into new bsd-3-0-0 branch.Alan Hourihane1-0/+2
2002-01-27Initial revisionDavid Dawes1-0/+237