aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Make drm(4) build, if not work reliably, on PowerPC.Nathan Whitehorn2010-11-161-1/+1
* Rework how drm maps are handled.Robert Noland2010-04-221-0/+7
* Add a read only sysctl tracking the hw.drm.msi tunable.Robert Noland2009-08-231-0/+3
* Clean up the handling of device minorsRobert Noland2009-08-231-5/+3
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-8/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+8
* Only release irq resources if we were actually using them.Robert Noland2009-06-231-4/+7
* Don't try to setup interrupts for drivers that don't support them.Robert Noland2009-04-191-19/+22
* Add support for matching solely on vendor id.Robert Noland2009-03-171-2/+6
* Get rid of any remaining PZERO flags in mtx_sleep()Robert Noland2009-03-161-1/+1
* Consistently use kdev for the kernel device.Robert Noland2009-03-091-18/+18
* Initialize the vblank structures at load time. Previously we did thisRobert Noland2009-02-281-0/+2
* Add a tuneable to allow disabling msi on drm at runtime.Robert Noland2009-02-271-1/+5
* Fix up some ioctl permissions issues long overlooked.Robert Noland2009-02-271-4/+4
* Remove D_NEEDGIANT.Robert Noland2009-02-251-1/+1
* Turn on MSI if the card supports it. There is a blacklist for chipsRobert Noland2009-02-251-18/+71
* The i915 driver was the only consumer of locked task support.Robert Noland2009-02-251-4/+0
* There is no reason to hold the lock here.Robert Noland2009-02-251-2/+0
* We only want drm to ever attach to the primary pci device.Robert Noland2008-12-181-0/+4
* Replace calls to minor() with dev2unit(). Ed already fixed this once,Robert Noland2008-10-231-1/+1
* Rework memory allocation to allocate memory with different type names. ThisRobert Noland2008-10-131-5/+5
* resync to git masterRobert Noland2008-10-031-317/+86
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* We need to lock around driver unload now.Robert Noland2008-08-301-1/+4
* Free the device lock around the call to drm_drawable_free_all()Robert Noland2008-08-301-0/+2
* Update drm kernel drivers.Robert Noland2008-08-231-146/+193
* Dont accidentally remove a filesocket which is still in use. This givesRemko Lodder2008-01-161-6/+9
* Merge from DRM upstream:Eric Anholt2006-09-071-0/+3
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asJohn Baldwin2005-12-201-1/+9
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,Eric Anholt2005-12-031-4/+9
* 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-281-183/+204
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-161-0/+916