summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/drmP.h
Commit message (Expand)AuthorAgeFilesLines
* remove vm obect tracker that slipped in from prior work.rnoland2010-04-241-1/+0
* Address some WITNESS panics that occur when using the via driver.rnoland2010-04-231-1/+1
* re-write scatter gather memory allocation yet again...rnoland2010-04-221-5/+8
* Rework how drm maps are handled.rnoland2010-04-221-19/+23
* Welcome drm support for VIA unichrome chips.rnoland2010-01-311-0/+4
* Import simple drm memory manager.rnoland2010-01-311-1/+8
* Use system specified memory barriers rather than rolling our own.rnoland2009-10-301-17/+3
* Add a read only sysctl tracking the hw.drm.msi tunable.rnoland2009-08-231-0/+2
* Clean up the handling of device minorsrnoland2009-08-231-1/+0
* Using signals for vblank events is prone to issues. There have neverrnoland2009-06-231-11/+0
* The GART allocations are a propery of the gart, not of scatter-gatherrnoland2009-03-251-2/+1
* We can have more than 3 pci resourcesrnoland2009-03-171-1/+1
* Cast register maps and offsets to vm_offset_trnoland2009-03-171-6/+12
* Consistently use kdev for the kernel device.rnoland2009-03-091-3/+3
* Initialize the vblank structures at load time. Previously we did thisrnoland2009-02-281-0/+1
* Fix up some ioctl permissions issues long overlooked.rnoland2009-02-271-2/+2
* Turn on MSI if the card supports it. There is a blacklist for chipsrnoland2009-02-251-0/+6
* This was part of a sync to the code that Intel is shipping in linux.rnoland2009-02-251-0/+1
* 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