summaryrefslogtreecommitdiff
path: root/sys/dev/drm/drmP.h
Commit message (Expand)AuthorAgeFilesLines
* MFC 198692Robert Noland2009-11-021-17/+3
* MFC r196466Robert Noland2009-10-301-0/+2
* MFC r196465Robert Noland2009-10-301-1/+0
* Using signals for vblank events is prone to issues. There have neverRobert Noland2009-06-231-11/+0
* The GART allocations are a propery of the gart, not of scatter-gatherRobert Noland2009-03-251-2/+1
* We can have more than 3 pci resourcesRobert Noland2009-03-171-1/+1
* Cast register maps and offsets to vm_offset_tRobert Noland2009-03-171-6/+12
* Consistently use kdev for the kernel device.Robert Noland2009-03-091-3/+3
* Initialize the vblank structures at load time. Previously we did thisRobert Noland2009-02-281-0/+1
* Fix up some ioctl permissions issues long overlooked.Robert Noland2009-02-271-2/+2
* Turn on MSI if the card supports it. There is a blacklist for chipsRobert Noland2009-02-251-0/+6
* This was part of a sync to the code that Intel is shipping in linux.Robert Noland2009-02-251-0/+1
* The i915 driver was the only consumer of locked task support.Robert Noland2009-02-251-7/+0
* Remove the PZERO priority from mtx_sleep.Robert Noland2009-02-251-2/+2
* Convert DRM_[DEBUG,ERROR,INFO] macros to c99 __VA_ARGS__.Robert Noland2008-12-211-5/+5
* Garbage collect entries from pcireg.h since we now include it.Robert Noland2008-12-181-9/+0
* We only want drm to ever attach to the primary pci device.Robert Noland2008-12-181-0/+1
* rework drm_scatter.c which allocates scatter / gather pages for use byRobert Noland2008-12-181-5/+7
* Rework memory allocation to allocate memory with different type names. ThisRobert Noland2008-10-131-28/+44
* resync to git masterRobert Noland2008-10-031-193/+64
* Update drm kernel drivers.Robert Noland2008-08-231-186/+278
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-121-0/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-0/+7
* Merge from DRM upstream:Eric Anholt2006-09-071-1/+5
* Reorder the DRM_*_AGP enums to match linux and what our code expects, fixingEric Anholt2006-04-181-2/+2
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-281-62/+132
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedEric Anholt2005-07-201-2/+12
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-161-227/+599
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newEric Anholt2004-06-111-5/+0
* Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,Eric Anholt2004-01-061-2/+2
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes forEric Anholt2003-11-121-4/+16
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpngEric Anholt2003-10-241-51/+43
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andEric Anholt2003-09-091-0/+1
* Update DRM from DRI CVS as of today. Notable changes include RadeonEric Anholt2003-08-191-8/+13
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalEric Anholt2003-04-251-193/+91
* Update the DRM to latest from DRI CVS. This is approximately the versionEric Anholt2003-03-091-173/+87
* More diff reduction: Shuffle around some header code as was done inEric Anholt2002-04-291-30/+65
* Add the code for the DRM, based on the code from the drm-kmod port.Eric Anholt2002-04-271-0/+723