summaryrefslogtreecommitdiff
path: root/bsd/drm_bufs.h
AgeCommit message (Expand)AuthorFilesLines
2005-08-16Remove the long-stale BSD non-core bits.Eric Anholt1-961/+0
2004-08-17Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie1-17/+6
2004-05-09Warning fixes.Eric Anholt1-1/+1
2004-01-06Fix some misuse of NULL where 0 is intended.Eric Anholt1-1/+1
2003-12-16Don't ioremap the framebuffer area. The ioremapped area wasn't used byEric Anholt1-22/+17
2003-11-12Fix a locking nit, and add asserts in some things that should be callednewmesa-0-0-1-20031209Eric Anholt1-1/+1
2003-11-06Return EBUSY when attempting to addmap a DRM_SHM area with a lock in it ifEric Anholt1-0/+10
2003-10-20Clean up BSD MTRR handling. The NetBSD code is untested, but it's my bestEric Anholt1-42/+11
2003-10-19- SMPng lock the DRM. This is only partial -- there are a few code pathsEric Anholt1-103/+58
2003-10-03Some code cleanups done while working on locking. Reduces always-trueEric Anholt1-82/+63
2003-10-03Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have sideEric Anholt1-24/+24
2003-10-02Mostly whitespace cleanups and style(9) fixes focused on "if(" -> "if ("Eric Anholt1-56/+49
2003-08-19Fix the debug build.Eric Anholt1-1/+1
2003-08-19- Remove $FreeBSD$ tags as they weren't too useful and merges are now beingEric Anholt1-1/+1
2003-05-16Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer1-1/+1
2003-04-26Add PCI DMA memory functions and make addbufs_pci and associated code useEric Anholt1-56/+97
2003-04-25Merge from FreeBSD-current.FreeBSD-20030424Eric Anholt1-1/+1
2003-04-25Clean up the DRM_COPY_TO_USER()ing of DRM(infobufs), making it moreEric Anholt1-15/+9
2003-04-24Remove more gamma DMA infrastructure. Most of this code was copied straightEric Anholt1-34/+2
2003-04-24Move some common code from addbufs_<type> to addbufs. Make buf_alloc beEric Anholt1-113/+57
2003-04-24Remove DRM_DMA_HISTOGRAM and associated code.Eric Anholt1-19/+0
2003-03-29Add DRMFILE definitions and supply filp for BSD in theEric Anholt1-9/+9
2003-03-11Merge back from FreeBSD-current, adding FreeBSD ID tags to aid futureX_4_3_0-20020324-preimportEric Anholt1-0/+1
2003-02-21Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt1-27/+31
2002-09-29Remove some noise being spit to the console.Eric Anholt1-2/+0
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane1-171/+217
2002-01-27Initial revisionDavid Dawes1-0/+1092