| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | Make sure to define __BIG_ENDIAN and __LITTLE_ENDIAN with the appropriate | nwhitehorn | 2012-10-26 | 1 | -0/+5 |
* | Make drm(4) build, if not work reliably, on PowerPC. | nwhitehorn | 2010-11-16 | 1 | -6/+8 |
* | remove vm obect tracker that slipped in from prior work. | rnoland | 2010-04-24 | 1 | -1/+0 |
* | Address some WITNESS panics that occur when using the via driver. | rnoland | 2010-04-23 | 1 | -1/+1 |
* | re-write scatter gather memory allocation yet again... | rnoland | 2010-04-22 | 1 | -5/+8 |
* | Rework how drm maps are handled. | rnoland | 2010-04-22 | 1 | -19/+23 |
* | Welcome drm support for VIA unichrome chips. | rnoland | 2010-01-31 | 1 | -0/+4 |
* | Import simple drm memory manager. | rnoland | 2010-01-31 | 1 | -1/+8 |
* | Use system specified memory barriers rather than rolling our own. | rnoland | 2009-10-30 | 1 | -17/+3 |
* | Add a read only sysctl tracking the hw.drm.msi tunable. | rnoland | 2009-08-23 | 1 | -0/+2 |
* | Clean up the handling of device minors | rnoland | 2009-08-23 | 1 | -1/+0 |
* | Using signals for vblank events is prone to issues. There have never | rnoland | 2009-06-23 | 1 | -11/+0 |
* | The GART allocations are a propery of the gart, not of scatter-gather | rnoland | 2009-03-25 | 1 | -2/+1 |
* | We can have more than 3 pci resources | rnoland | 2009-03-17 | 1 | -1/+1 |
* | Cast register maps and offsets to vm_offset_t | rnoland | 2009-03-17 | 1 | -6/+12 |
* | Consistently use kdev for the kernel device. | rnoland | 2009-03-09 | 1 | -3/+3 |
* | Initialize the vblank structures at load time. Previously we did this | rnoland | 2009-02-28 | 1 | -0/+1 |
* | Fix up some ioctl permissions issues long overlooked. | rnoland | 2009-02-27 | 1 | -2/+2 |
* | Turn on MSI if the card supports it. There is a blacklist for chips | rnoland | 2009-02-25 | 1 | -0/+6 |
* | This was part of a sync to the code that Intel is shipping in linux. | rnoland | 2009-02-25 | 1 | -0/+1 |
* | The i915 driver was the only consumer of locked task support. | rnoland | 2009-02-25 | 1 | -7/+0 |
* | Remove the PZERO priority from mtx_sleep. | rnoland | 2009-02-25 | 1 | -2/+2 |
* | Convert DRM_[DEBUG,ERROR,INFO] macros to c99 __VA_ARGS__. | rnoland | 2008-12-21 | 1 | -5/+5 |
* | Garbage collect entries from pcireg.h since we now include it. | rnoland | 2008-12-18 | 1 | -9/+0 |
* | We only want drm to ever attach to the primary pci device. | rnoland | 2008-12-18 | 1 | -0/+1 |
* | rework drm_scatter.c which allocates scatter / gather pages for use by | rnoland | 2008-12-18 | 1 | -5/+7 |
* | Rework memory allocation to allocate memory with different type names. This | rnoland | 2008-10-13 | 1 | -28/+44 |
* | resync to git master | rnoland | 2008-10-03 | 1 | -193/+64 |
* | Update drm kernel drivers. | rnoland | 2008-08-23 | 1 | -186/+278 |
* | Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was | jhb | 2007-11-12 | 1 | -0/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -0/+7 |
* | Merge from DRM upstream: | anholt | 2006-09-07 | 1 | -1/+5 |
* | Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing | anholt | 2006-04-18 | 1 | -2/+2 |
* | Update DRM to CVS snapshot as of 2005-11-28. Notable changes: | anholt | 2005-11-28 | 1 | -65/+135 |
* | Add the latest r300 code from r300.sf.net. This is based on the patch supplied | anholt | 2005-07-20 | 1 | -2/+12 |
* | Update to DRM CVS as of 2005-04-12, bringing many changes: | anholt | 2005-04-16 | 1 | -244/+616 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -2/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a new | anholt | 2004-06-11 | 1 | -5/+0 |
* | Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128, | anholt | 2004-01-06 | 1 | -2/+2 |
* | Update from DRI CVS. Includes locking fixes (including PR 59202), changes for | anholt | 2003-11-12 | 1 | -4/+16 |
* | Update to latest from DRI CVS. Primary new feature is mostly-complete smpng | anholt | 2003-10-24 | 1 | -51/+43 |
* | Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver and | anholt | 2003-09-09 | 1 | -0/+1 |
* | Update DRM from DRI CVS as of today. Notable changes include Radeon | anholt | 2003-08-19 | 1 | -8/+13 |
* | Update the DRM to the latest from DRI CVS. Includes some bugfixes and removal | anholt | 2003-04-25 | 1 | -193/+91 |
* | Update the DRM to latest from DRI CVS. This is approximately the version | anholt | 2003-03-09 | 1 | -173/+87 |
* | More diff reduction: Shuffle around some header code as was done in | anholt | 2002-04-29 | 1 | -30/+65 |
* | Add the code for the DRM, based on the code from the drm-kmod port. | anholt | 2002-04-27 | 1 | -0/+723 |