summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/drmP.h
Commit message (Expand)AuthorAgeFilesLines
* The i915 driver was the only consumer of locked task support.rnoland2009-02-251-7/+0
* Remove the PZERO priority from mtx_sleep.rnoland2009-02-251-2/+2
* Convert DRM_[DEBUG,ERROR,INFO] macros to c99 __VA_ARGS__.rnoland2008-12-211-5/+5
* Garbage collect entries from pcireg.h since we now include it.rnoland2008-12-181-9/+0
* We only want drm to ever attach to the primary pci device.rnoland2008-12-181-0/+1
* rework drm_scatter.c which allocates scatter / gather pages for use byrnoland2008-12-181-5/+7
* Rework memory allocation to allocate memory with different type names. Thisrnoland2008-10-131-28/+44
* resync to git masterrnoland2008-10-031-193/+64
* Update drm kernel drivers.rnoland2008-08-231-186/+278
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasjhb2007-11-121-0/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-0/+7
* Merge from DRM upstream:anholt2006-09-071-1/+5
* Reorder the DRM_*_AGP enums to match linux and what our code expects, fixinganholt2006-04-181-2/+2
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-281-65/+135
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedanholt2005-07-201-2/+12
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-161-244/+616
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newanholt2004-06-111-5/+0
* Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,anholt2004-01-061-2/+2
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes foranholt2003-11-121-4/+16
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpnganholt2003-10-241-51/+43
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andanholt2003-09-091-0/+1
* Update DRM from DRI CVS as of today. Notable changes include Radeonanholt2003-08-191-8/+13
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-251-193/+91
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-091-173/+87
* More diff reduction: Shuffle around some header code as was done inanholt2002-04-291-30/+65
* Add the code for the DRM, based on the code from the drm-kmod port.anholt2002-04-271-0/+723
OpenPOWER on IntegriCloud