summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge from DRM upstream:anholt2006-09-0712-62/+268
* Update to current DRM CVS, bringing in a fix for a NULL pointer chase whenanholt2006-05-174-5/+7
* Merge from DRM CVS:anholt2006-05-171-0/+1
* Reorder the DRM_*_AGP enums to match linux and what our code expects, fixinganholt2006-04-181-2/+2
* Re-apply changes to make this compile with -Wundef:ru2006-04-131-1/+1
* Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedanholt2006-04-0921-769/+1265
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asjhb2005-12-2010-3/+59
* Use compile-time detection of 64-bit addressing.ru2005-12-041-3/+3
* Fix -Wundef warnings and properly check the size of long, FWIW.ru2005-12-041-3/+3
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,anholt2005-12-033-5/+11
* Make cleaner diffs by munging the $FreeBSD$s from the FreeBSD CVS sources backanholt2005-12-031-1/+15
* Restore the enabling of debugging by default by the DRM_DEBUG kernel option.anholt2005-12-021-0/+4
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-2873-1722/+3486
* Fix a buffer aging problem in new r300 code that could lead to hangs with someanholt2005-08-011-3/+1
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedanholt2005-07-2011-43/+2454
* Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improperanholt2005-06-281-0/+6
* Mark the permanent map for radeon registers read-only. Failure to set this flaganholt2005-06-241-1/+2
* Fix a panic on X startup for drivers that don't init maps themselves by storinganholt2005-04-241-1/+1
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-1676-16792/+25843
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-5/+1
* move ptr deref's to after null checkssam2005-02-261-3/+6
* Neuter DRM(mapbufs) until somebody finds time to try to fix it.phk2005-02-221-0/+4
* Fix typo from previous commit.scottl2005-01-071-0/+1
* Unbreak the tinderbox, make this compile.maxim2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0655-103/+103
* Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid().ssouhlal2004-12-151-1/+1
* Specifically use the 32-bit version of fuword/suword since that's whatobrien2004-12-021-7/+6
* Fixed the module name (macros don't work here).ru2004-08-291-1/+1
* Now that mem(4) is a kernel module, we need to add a dependency onmux2004-08-051-0/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-165-11/+11
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newanholt2004-06-1121-249/+609
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Prefer uintptr_t to intptr_t.obrien2004-03-032-6/+6
* Use a long as the opaque type so that it matches the size of a pointerobrien2004-03-031-1/+1
* Use a long as the opaque type so that it matches the size of a pointerobrien2004-03-032-5/+5
* Add memory barrier routines for AMD64.obrien2004-03-031-1/+7
* Cast thru intptr_t on the way to void* for success on 64-bit platforms.obrien2004-03-032-6/+6
* Limit the amount of memory userspace processes can cause the kernel torwatson2004-02-231-0/+17
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-212-2/+0
* This is not a D_TTY driver.phk2004-02-141-1/+1
* Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,anholt2004-01-0612-66/+77
* Fix a few more places where NULL was used instead of 0.se2003-12-232-3/+3
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes foranholt2003-11-1215-314/+833
* Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It'sanholt2003-11-032-2/+2
* Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL)anholt2003-10-241-2/+1
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpnganholt2003-10-2436-1217/+1320
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andanholt2003-09-0917-71/+1261
* Comment out a couple of __inline__s until we can get inlines to be actuallyanholt2003-08-241-2/+2
* Use __FBSDID().obrien2003-08-242-2/+6
OpenPOWER on IntegriCloud