aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix dev->agp->base initialization on BSD, and fix addmap range check on Linux.Eric Anholt2007-08-151-1/+11
* BSD: Replace brief description in each file's first line with doxygen later on.Eric Anholt2007-08-151-3/+4
* Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt2007-07-201-88/+59
* Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt2007-07-201-4/+4
* Remove DRM_ERR OS macro.Eric Anholt2007-07-201-42/+42
* Core build fix for BSD.Michel Dänzer2006-12-011-0/+3
* Correct another LOR issue with resource allocation. This leaves theEric Anholt2005-11-081-1/+6
* Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. AddsEric Anholt2005-11-081-1/+1
* Correct a LOR related to the PCI resource allocations by simply moving theEric Anholt2005-11-081-1/+1
* Correct a recursion on non-recursive mutex in drm_addmap from radeon'sEric Anholt2005-11-071-5/+6
* - Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code.Eric Anholt2005-08-261-26/+47
* Previously, drm_get_resource_start() and drm_get_resource_len() wouldEric Anholt2005-08-261-27/+28
* [1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire theEric Anholt2005-08-251-7/+51
* Rename the driver hooks in the DRM to something a little moreEric Anholt2005-08-041-5/+5
* Get the BSD DRM compiling again after MGA and mapping changes. Note thatEric Anholt2005-06-281-103/+136
* Add a few more bits of Tonnerre's NetBSD port (Still need to deal with theEric Anholt2005-06-061-1/+2
* Convert BSD code to mostly use bus_dma, the dma abstraction for dealingEric Anholt2005-04-261-27/+18
* Fix a panic on startup with non-initmapping drivers by assigning theEric Anholt2005-04-241-1/+1
* Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSDEric Anholt2005-04-151-1/+2
* Fix build on FreeBSD-current, thanks to jhb@.Eric Anholt2005-04-121-0/+5
* Restore a debugging message to DRM_DEBUG instead of DRM_ERROR.Eric Anholt2005-02-061-1/+1
* - Implement drm_initmap, and extend it with the resource number to helpEric Anholt2005-02-051-61/+193
* Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stopEric Anholt2004-11-061-87/+57
* Commit first pieces of port to OpenBSD, done by Martin Lexa (martin atEric Anholt2004-11-061-7/+6
* Commit WIP of BSD conversion to core model. Compiles for r128, radeon, butEric Anholt2004-11-051-114/+79
* Merged drmfntbl-0-0-1Dave Airlie2004-08-171-17/+6
* Warning fixes.Eric Anholt2004-05-091-1/+1
* Fix some misuse of NULL where 0 is intended.Eric Anholt2004-01-051-1/+1
* Don't ioremap the framebuffer area. The ioremapped area wasn't used byEric Anholt2003-12-161-22/+17
* Fix a locking nit, and add asserts in some things that should be calledEric Anholt2003-11-121-1/+1
* Return EBUSY when attempting to addmap a DRM_SHM area with a lock in it ifEric Anholt2003-11-051-0/+10
* Clean up BSD MTRR handling. The NetBSD code is untested, but it's my bestEric Anholt2003-10-191-42/+11
* - SMPng lock the DRM. This is only partial -- there are a few code pathsEric Anholt2003-10-191-103/+58
* Some code cleanups done while working on locking. Reduces always-trueEric Anholt2003-10-031-82/+63
* Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have sideEric Anholt2003-10-031-24/+24
* Mostly whitespace cleanups and style(9) fixes focused on "if(" -> "if ("Eric Anholt2003-10-011-56/+49
* Fix the debug build.Eric Anholt2003-08-181-1/+1
* - Remove $FreeBSD$ tags as they weren't too useful and merges are now beingEric Anholt2003-08-181-1/+1
* Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer2003-05-161-1/+1
* Add PCI DMA memory functions and make addbufs_pci and associated code useEric Anholt2003-04-261-56/+97
* Merge from FreeBSD-current.Eric Anholt2003-04-241-1/+1
* Clean up the DRM_COPY_TO_USER()ing of DRM(infobufs), making it moreEric Anholt2003-04-241-15/+9
* Remove more gamma DMA infrastructure. Most of this code was copied straightEric Anholt2003-04-241-34/+2
* Move some common code from addbufs_<type> to addbufs. Make buf_alloc beEric Anholt2003-04-241-113/+57
* Remove DRM_DMA_HISTOGRAM and associated code.Eric Anholt2003-04-231-19/+0
* Add DRMFILE definitions and supply filp for BSD in theEric Anholt2003-03-281-9/+9
* Merge back from FreeBSD-current, adding FreeBSD ID tags to aid futureEric Anholt2003-03-111-0/+1
* Merge from bsd-4-0-0-branch.Eric Anholt2003-02-211-27/+31
* Remove some noise being spit to the console.Eric Anholt2002-09-291-2/+0
* merged bsd-3-0-0-branchAlan Hourihane2002-07-051-171/+217