summaryrefslogtreecommitdiff
path: root/sys/dev/drm/i915_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Hold the lock while we save/restore register for suspend/resume.Robert Noland2009-06-231-0/+6
* Remove the DRM_ERROR to fix build. It didn't make any sense anyway.Robert Noland2009-03-201-2/+0
* Don't deref dev->dev_private before checking that it exists.Robert Noland2009-03-201-2/+1
* Consistently use kdev for the kernel device.Robert Noland2009-03-091-14/+14
* The GM45 handles vblank differently. Pull the changes from Intel in.Robert Noland2009-02-251-1/+0
* This was part of a sync to the code that Intel is shipping in linux.Robert Noland2009-02-251-1/+0
* Rework memory allocation to allocate memory with different type names. ThisRobert Noland2008-10-131-2/+2
* Don't explicitly bzer driver softcRobert Noland2008-10-041-2/+0
* Use M_WAITOK when allocating driver memoryRobert Noland2008-10-041-1/+3
* resync to git masterRobert Noland2008-10-031-34/+42
* Update drm kernel drivers.Robert Noland2008-08-231-8/+41
* Update to current DRM CVS, bringing in a fix for a NULL pointer chase whenEric Anholt2006-05-171-0/+2
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asJohn Baldwin2005-12-201-0/+8
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,Eric Anholt2005-12-031-1/+1
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-281-28/+29
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-161-0/+111