summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+2
* Update DRM from DRI CVS as of today. Notable changes include Radeonanholt2003-08-1935-683/+1061
* Do not define memset() to bzero(). We have a memset().phk2003-05-311-2/+0
* Merge from DRI CVS: Disable MTRRs on FreeBSD-stable to work around hangs withanholt2003-04-261-10/+17
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-2531-2552/+437
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-2/+2
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-2/+2
* Update Radeon PCI IDs and naming from pciids.sf.net.anholt2003-03-111-26/+28
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-0951-5821/+6113
* Don't initialize d_kqfilter to 0.phk2003-03-031-3/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+11
* Cleanup of the d_mmap_t interface.mux2003-02-251-6/+10
* Back out M_* changes, per decision of the TRB.imp2003-02-192-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-2/+2
* Remove an unused variable that snuck in the last commit.anholt2002-12-041-1/+1
* Fix witness warning in DRM memory info sysctl by making a temporary copy of theanholt2002-12-041-62/+17
* In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-031-1/+1
* Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd lockinganholt2002-09-013-167/+73
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-0/+4
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsdes2002-06-161-1/+0
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__anholt2002-05-3113-148/+148
* Include <sys/lockmgr.h> for definitions of deprecated locking interfaces --bde2002-05-061-0/+1
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-1/+1
OpenPOWER on IntegriCloud