| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 198692 | Robert Noland | 2009-11-02 | 1 | -17/+3 |
| * | MFC r196466 | Robert Noland | 2009-10-30 | 1 | -0/+2 |
| * | MFC r196465 | Robert Noland | 2009-10-30 | 1 | -1/+0 |
| * | Using signals for vblank events is prone to issues. There have never | Robert Noland | 2009-06-23 | 1 | -11/+0 |
| * | The GART allocations are a propery of the gart, not of scatter-gather | Robert Noland | 2009-03-25 | 1 | -2/+1 |
| * | We can have more than 3 pci resources | Robert Noland | 2009-03-17 | 1 | -1/+1 |
| * | Cast register maps and offsets to vm_offset_t | Robert Noland | 2009-03-17 | 1 | -6/+12 |
| * | Consistently use kdev for the kernel device. | Robert Noland | 2009-03-09 | 1 | -3/+3 |
| * | Initialize the vblank structures at load time. Previously we did this | Robert Noland | 2009-02-28 | 1 | -0/+1 |
| * | Fix up some ioctl permissions issues long overlooked. | Robert Noland | 2009-02-27 | 1 | -2/+2 |
| * | Turn on MSI if the card supports it. There is a blacklist for chips | Robert Noland | 2009-02-25 | 1 | -0/+6 |
| * | This was part of a sync to the code that Intel is shipping in linux. | Robert Noland | 2009-02-25 | 1 | -0/+1 |
| * | The i915 driver was the only consumer of locked task support. | Robert Noland | 2009-02-25 | 1 | -7/+0 |
| * | Remove the PZERO priority from mtx_sleep. | Robert Noland | 2009-02-25 | 1 | -2/+2 |
| * | Convert DRM_[DEBUG,ERROR,INFO] macros to c99 __VA_ARGS__. | Robert Noland | 2008-12-21 | 1 | -5/+5 |
| * | Garbage collect entries from pcireg.h since we now include it. | Robert Noland | 2008-12-18 | 1 | -9/+0 |
| * | We only want drm to ever attach to the primary pci device. | Robert Noland | 2008-12-18 | 1 | -0/+1 |
| * | rework drm_scatter.c which allocates scatter / gather pages for use by | Robert Noland | 2008-12-18 | 1 | -5/+7 |
| * | Rework memory allocation to allocate memory with different type names. This | Robert Noland | 2008-10-13 | 1 | -28/+44 |
| * | resync to git master | Robert Noland | 2008-10-03 | 1 | -193/+64 |
| * | Update drm kernel drivers. | Robert Noland | 2008-08-23 | 1 | -186/+278 |
| * | Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was | John Baldwin | 2007-11-12 | 1 | -0/+4 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -0/+7 |
| * | Merge from DRM upstream: | Eric Anholt | 2006-09-07 | 1 | -1/+5 |
| * | Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing | Eric Anholt | 2006-04-18 | 1 | -2/+2 |
| * | Update DRM to CVS snapshot as of 2005-11-28. Notable changes: | Eric Anholt | 2005-11-28 | 1 | -62/+132 |
| * | Add the latest r300 code from r300.sf.net. This is based on the patch supplied | Eric Anholt | 2005-07-20 | 1 | -2/+12 |
| * | Update to DRM CVS as of 2005-04-12, bringing many changes: | Eric Anholt | 2005-04-16 | 1 | -227/+599 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -2/+2 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 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 | Eric Anholt | 2004-06-11 | 1 | -5/+0 |
| * | Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128, | Eric Anholt | 2004-01-06 | 1 | -2/+2 |
| * | Update from DRI CVS. Includes locking fixes (including PR 59202), changes for | Eric Anholt | 2003-11-12 | 1 | -4/+16 |
| * | Update to latest from DRI CVS. Primary new feature is mostly-complete smpng | Eric Anholt | 2003-10-24 | 1 | -51/+43 |
| * | Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver and | Eric Anholt | 2003-09-09 | 1 | -0/+1 |
| * | Update DRM from DRI CVS as of today. Notable changes include Radeon | Eric Anholt | 2003-08-19 | 1 | -8/+13 |
| * | Update the DRM to the latest from DRI CVS. Includes some bugfixes and removal | Eric Anholt | 2003-04-25 | 1 | -193/+91 |
| * | Update the DRM to latest from DRI CVS. This is approximately the version | Eric Anholt | 2003-03-09 | 1 | -173/+87 |
| * | More diff reduction: Shuffle around some header code as was done in | Eric Anholt | 2002-04-29 | 1 | -30/+65 |
| * | Add the code for the DRM, based on the code from the drm-kmod port. | Eric Anholt | 2002-04-27 | 1 | -0/+723 |