aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* Update __FreeBSD_version check for pci_find_extcap() now that it isJohn Baldwin2006-12-281-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-0/+7
* Merge from DRM upstream:Eric Anholt2006-09-0712-62/+268
* Update to current DRM CVS, bringing in a fix for a NULL pointer chase whenEric Anholt2006-05-174-5/+7
* Merge from DRM CVS:Eric Anholt2006-05-171-0/+1
* Reorder the DRM_*_AGP enums to match linux and what our code expects, fixingEric Anholt2006-04-181-2/+2
* Re-apply changes to make this compile with -Wundef:Ruslan Ermilov2006-04-131-1/+1
* Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedEric Anholt2006-04-0921-769/+1265
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asJohn Baldwin2005-12-2010-3/+59
* Use compile-time detection of 64-bit addressing.Ruslan Ermilov2005-12-041-3/+3
* Fix -Wundef warnings and properly check the size of long, FWIW.Ruslan Ermilov2005-12-041-3/+3
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,Eric Anholt2005-12-033-5/+11
* Make cleaner diffs by munging the $FreeBSD$s from the FreeBSD CVS sources backEric Anholt2005-12-031-1/+15
* Restore the enabling of debugging by default by the DRM_DEBUG kernel option.Eric Anholt2005-12-021-0/+4
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-2873-1722/+3486
* Fix a buffer aging problem in new r300 code that could lead to hangs with someEric Anholt2005-08-011-3/+1
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedEric Anholt2005-07-2011-43/+2454
* Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improperEric Anholt2005-06-281-0/+6
* Mark the permanent map for radeon registers read-only. Failure to set this flagEric Anholt2005-06-241-1/+2
* Fix a panic on X startup for drivers that don't init maps themselves by storingEric Anholt2005-04-241-1/+1
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-1676-16792/+25843
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-011-5/+1
* move ptr deref's to after null checksSam Leffler2005-02-261-3/+6
* Neuter DRM(mapbufs) until somebody finds time to try to fix it.Poul-Henning Kamp2005-02-221-0/+4
* Fix typo from previous commit.Scott Long2005-01-071-0/+1
* Unbreak the tinderbox, make this compile.Maxim Konovalov2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0655-103/+103
* Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid().Suleiman Souhlal2004-12-151-1/+1
* Specifically use the 32-bit version of fuword/suword since that's whatDavid E. O'Brien2004-12-021-7/+6
* Fixed the module name (macros don't work here).Ruslan Ermilov2004-08-291-1/+1
* Now that mem(4) is a kernel module, we need to add a dependency onMaxime Henrion2004-08-051-0/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-165-11/+11
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newEric Anholt2004-06-1121-249/+609
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Prefer uintptr_t to intptr_t.David E. O'Brien2004-03-032-6/+6
* Use a long as the opaque type so that it matches the size of a pointerDavid E. O'Brien2004-03-031-1/+1
* Use a long as the opaque type so that it matches the size of a pointerDavid E. O'Brien2004-03-032-5/+5
* Add memory barrier routines for AMD64.David E. O'Brien2004-03-031-1/+7
* Cast thru intptr_t on the way to void* for success on 64-bit platforms.David E. O'Brien2004-03-032-6/+6
* Limit the amount of memory userspace processes can cause the kernel toRobert Watson2004-02-231-0/+17
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-212-2/+0
* This is not a D_TTY driver.Poul-Henning Kamp2004-02-141-1/+1
* Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,Eric Anholt2004-01-0612-66/+77
* Fix a few more places where NULL was used instead of 0.Stefan Eßer2003-12-232-3/+3
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes forEric Anholt2003-11-1215-314/+833
* Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It'sEric Anholt2003-11-032-2/+2
* Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL)Eric Anholt2003-10-241-2/+1
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpngEric Anholt2003-10-2436-1217/+1320
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andEric Anholt2003-09-0917-71/+1261