summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/i915_dma.c
Commit message (Expand)AuthorAgeFilesLines
* Rework how drm maps are handled.rnoland2010-04-221-7/+7
* We shouldn't need to drop and reaquire the lock here.rnoland2009-06-251-7/+5
* The G45 docs indicate that all G4X chips use the new framecount register.rnoland2009-06-201-3/+6
* Intel handled the management of the breadcrumb counter inconsistently.rnoland2009-03-251-3/+5
* Sync up the rest of the code that we use with what Intel is shippingrnoland2009-03-191-7/+12
* Initialize the vblank structures at load time. Previously we did thisrnoland2009-02-281-0/+7
* The GM45 handles vblank differently. Pull the changes from Intel in.rnoland2009-02-251-0/+6
* This was part of a sync to the code that Intel is shipping in linux.rnoland2009-02-251-468/+211
* The vblank_swap ioctl was fundamentally race prone. Get rid of it.rnoland2009-02-251-2/+0
* Don't report GEM capability until we actually have GEM support.rnoland2008-10-271-1/+2
* drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)rnoland2008-10-251-1/+1
* resync to git masterrnoland2008-10-031-148/+215
* We should never call drm_pci_alloc() while holding locks, due the thernoland2008-09-091-6/+12
* Update drm kernel drivers.rnoland2008-08-231-278/+657
* Add the i915 GME device to DRM.remko2008-03-211-1/+2
* Properly initialize the dev_priv before calling the i915_dma_cleanup().kib2007-08-211-3/+2
* bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with akib2007-07-121-9/+15
* Merge from DRM upstream:anholt2006-09-071-13/+37
* Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedanholt2006-04-091-15/+34
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-281-30/+80
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-161-0/+728
OpenPOWER on IntegriCloud