summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
...
* Rework how drm maps are handled.rnoland2010-04-2223-168/+201
* Fix build after typo.rnoland2010-03-131-1/+1
* Add support for Intel Pineview chips, aka IGDrnoland2010-03-133-3/+15
* Welcome drm support for VIA unichrome chips.rnoland2010-01-3114-0/+5908
* Import simple drm memory manager.rnoland2010-01-3111-5/+1296
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-2/+2
* Fix botched git -> svn merge.rnoland2009-10-301-1/+1
* Cleanup in r600_blitrnoland2009-10-301-29/+39
* A bit of cleanup work on radeon_freelist_get()rnoland2009-10-301-41/+4
* Some general cleanup of scatter/gather memory allocationrnoland2009-10-301-44/+25
* Use system specified memory barriers rather than rolling our own.rnoland2009-10-301-17/+3
* Fix blitter support for RS880 chipsrnoland2009-10-301-3/+3
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-211-1/+2
* Add support for Intel G41 chipsetrnoland2009-10-112-1/+4
* Fix offset handlingrnoland2009-09-281-7/+7
* radeon_family is an enum, so ordering can be important.rnoland2009-09-281-2/+2
* Fix blit pitch for 4 byte transfers on r600.rnoland2009-09-281-1/+1
* R600 doesn't support IRQs yet, so don't try to use them.rnoland2009-09-282-1/+19
* Add a couple of small fixes from the AMD folks.rnoland2009-09-131-4/+8
* Add missing pci id for Radeon 4850 X2rnoland2009-09-131-0/+1
* Add GET_PARAM support for Z pipes.rnoland2009-08-234-1/+19
* Add kernel support for Radeon R6/7xx 3D.rnoland2009-08-237-19/+3125
* Add a read only sysctl tracking the hw.drm.msi tunable.rnoland2009-08-232-0/+5
* Clean up the handling of device minorsrnoland2009-08-234-12/+8
* Clean up the locking in drm_alloc_resource()rnoland2009-08-231-7/+15
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-8/+0
* Add support for radeon RS880 IGP chips to drm.rnoland2009-08-123-5/+19
* Add some additional radeon pci ids to drm.rnoland2009-08-121-0/+5
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+8
* Add support for Radeon HD 4770 (RV740) chips.rnoland2009-07-093-1/+40
* We shouldn't need to drop and reaquire the lock here.rnoland2009-06-251-7/+5
* Some more cleanups for vblank code on Intel.rnoland2009-06-252-27/+18
* Initialize max_vblank_count earlier.rnoland2009-06-252-8/+12
* Keep track of the hardware counter more aggressively while interruptsrnoland2009-06-251-0/+4
* Fix one use of atomic for refcount missed in last commit.rnoland2009-06-251-1/+1
* Additional vblank cleanups.rnoland2009-06-251-26/+29
* Ensure that we always hold the lock when calling vblank_disable_fn()rnoland2009-06-251-0/+5
* Add some sysctl info so that we can see what is going on with vblanks.rnoland2009-06-231-0/+24
* Only release irq resources if we were actually using them.rnoland2009-06-231-4/+7
* Using signals for vblank events is prone to issues. There have neverrnoland2009-06-232-59/+1
* Given that vblanks generally occur 60 times a second, waiting 3 secondsrnoland2009-06-231-1/+1
* vblank[crtc].last represents the hardware counter while request.sequencernoland2009-06-231-1/+0
* Hold the lock while we save/restore register for suspend/resume.rnoland2009-06-231-0/+6
* The G45 docs indicate that all G4X chips use the new framecount register.rnoland2009-06-203-7/+8
* realloc() behaves identically to malloc when passed a NULL object pointerrnoland2009-06-201-26/+15
* Don't panic if drm_rmmap is called with a NULL map pointer.rnoland2009-06-201-0/+3
* Don't try to setup interrupts for drivers that don't support them.rnoland2009-04-191-19/+22
* check offsets for R300_ZB_ZPASS_ADDRrnoland2009-04-071-2/+5
* Add regs required for occlusion queries supportrnoland2009-04-074-2/+11
* Add support for RV790 (HD 4890) asicsrnoland2009-04-031-0/+2
OpenPOWER on IntegriCloud