summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/drm_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for matching solely on vendor id.rnoland2009-03-171-2/+6
* Get rid of any remaining PZERO flags in mtx_sleep()rnoland2009-03-161-1/+1
* Consistently use kdev for the kernel device.rnoland2009-03-091-18/+18
* Initialize the vblank structures at load time. Previously we did thisrnoland2009-02-281-0/+2
* Add a tuneable to allow disabling msi on drm at runtime.rnoland2009-02-271-1/+5
* Fix up some ioctl permissions issues long overlooked.rnoland2009-02-271-4/+4
* Remove D_NEEDGIANT.rnoland2009-02-251-1/+1
* Turn on MSI if the card supports it. There is a blacklist for chipsrnoland2009-02-251-18/+71
* The i915 driver was the only consumer of locked task support.rnoland2009-02-251-4/+0
* There is no reason to hold the lock here.rnoland2009-02-251-2/+0
* We only want drm to ever attach to the primary pci device.rnoland2008-12-181-0/+4
* Replace calls to minor() with dev2unit(). Ed already fixed this once,rnoland2008-10-231-1/+1
* Rework memory allocation to allocate memory with different type names. Thisrnoland2008-10-131-5/+5
* resync to git masterrnoland2008-10-031-317/+86
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* We need to lock around driver unload now.rnoland2008-08-301-1/+4
* Free the device lock around the call to drm_drawable_free_all()rnoland2008-08-301-0/+2
* Update drm kernel drivers.rnoland2008-08-231-146/+193
* Dont accidentally remove a filesocket which is still in use. This givesremko2008-01-161-6/+9
* Merge from DRM upstream:anholt2006-09-071-0/+3
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asjhb2005-12-201-1/+9
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,anholt2005-12-031-4/+9
* 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-281-183/+204
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-161-0/+916
OpenPOWER on IntegriCloud