| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to current DRM CVS, bringing in a fix for a NULL pointer chase when | anholt | 2006-05-17 | 4 | -5/+7 |
* | Merge from DRM CVS: | anholt | 2006-05-17 | 1 | -0/+1 |
* | Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing | anholt | 2006-04-18 | 1 | -2/+2 |
* | Re-apply changes to make this compile with -Wundef: | ru | 2006-04-13 | 1 | -1/+1 |
* | Update to DRM CVS as of 2006-04-09. The most notable new feature is the updated | anholt | 2006-04-09 | 21 | -769/+1265 |
* | - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well as | jhb | 2005-12-20 | 10 | -3/+59 |
* | Use compile-time detection of 64-bit addressing. | ru | 2005-12-04 | 1 | -3/+3 |
* | Fix -Wundef warnings and properly check the size of long, FWIW. | ru | 2005-12-04 | 1 | -3/+3 |
* | Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov, | anholt | 2005-12-03 | 3 | -5/+11 |
* | Make cleaner diffs by munging the $FreeBSD$s from the FreeBSD CVS sources back | anholt | 2005-12-03 | 1 | -1/+15 |
* | Restore the enabling of debugging by default by the DRM_DEBUG kernel option. | anholt | 2005-12-02 | 1 | -0/+4 |
* | Update DRM to CVS snapshot as of 2005-11-28. Notable changes: | anholt | 2005-11-28 | 73 | -1722/+3486 |
* | Fix a buffer aging problem in new r300 code that could lead to hangs with some | anholt | 2005-08-01 | 1 | -3/+1 |
* | Add the latest r300 code from r300.sf.net. This is based on the patch supplied | anholt | 2005-07-20 | 11 | -43/+2454 |
* | Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improper | anholt | 2005-06-28 | 1 | -0/+6 |
* | Mark the permanent map for radeon registers read-only. Failure to set this flag | anholt | 2005-06-24 | 1 | -1/+2 |
* | Fix a panic on X startup for drivers that don't init maps themselves by storing | anholt | 2005-04-24 | 1 | -1/+1 |
* | Update to DRM CVS as of 2005-04-12, bringing many changes: | anholt | 2005-04-16 | 76 | -16792/+25843 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 1 | -5/+1 |
* | move ptr deref's to after null checks | sam | 2005-02-26 | 1 | -3/+6 |
* | Neuter DRM(mapbufs) until somebody finds time to try to fix it. | phk | 2005-02-22 | 1 | -0/+4 |
* | Fix typo from previous commit. | scottl | 2005-01-07 | 1 | -0/+1 |
* | Unbreak the tinderbox, make this compile. | maxim | 2005-01-06 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 55 | -103/+103 |
* | Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid(). | ssouhlal | 2004-12-15 | 1 | -1/+1 |
* | Specifically use the 32-bit version of fuword/suword since that's what | obrien | 2004-12-02 | 1 | -7/+6 |
* | Fixed the module name (macros don't work here). | ru | 2004-08-29 | 1 | -1/+1 |
* | Now that mem(4) is a kernel module, we need to add a dependency on | mux | 2004-08-05 | 1 | -0/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 5 | -11/+11 |
* | Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a new | anholt | 2004-06-11 | 21 | -249/+609 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | Prefer uintptr_t to intptr_t. | obrien | 2004-03-03 | 2 | -6/+6 |
* | Use a long as the opaque type so that it matches the size of a pointer | obrien | 2004-03-03 | 1 | -1/+1 |
* | Use a long as the opaque type so that it matches the size of a pointer | obrien | 2004-03-03 | 2 | -5/+5 |
* | Add memory barrier routines for AMD64. | obrien | 2004-03-03 | 1 | -1/+7 |
* | Cast thru intptr_t on the way to void* for success on 64-bit platforms. | obrien | 2004-03-03 | 2 | -6/+6 |
* | Limit the amount of memory userspace processes can cause the kernel to | rwatson | 2004-02-23 | 1 | -0/+17 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -1/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 2 | -2/+0 |
* | This is not a D_TTY driver. | phk | 2004-02-14 | 1 | -1/+1 |
* | Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128, | anholt | 2004-01-06 | 12 | -66/+77 |
* | Fix a few more places where NULL was used instead of 0. | se | 2003-12-23 | 2 | -3/+3 |
* | Update from DRI CVS. Includes locking fixes (including PR 59202), changes for | anholt | 2003-11-12 | 15 | -314/+833 |
* | Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It's | anholt | 2003-11-03 | 2 | -2/+2 |
* | Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL) | anholt | 2003-10-24 | 1 | -2/+1 |
* | Update to latest from DRI CVS. Primary new feature is mostly-complete smpng | anholt | 2003-10-24 | 36 | -1217/+1320 |
* | Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver and | anholt | 2003-09-09 | 17 | -71/+1261 |
* | Comment out a couple of __inline__s until we can get inlines to be actually | anholt | 2003-08-24 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 2 | -2/+6 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -1/+2 |