aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_6_1'.cvs2svn2006-04-302-86/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-04-101-0/+36
* MFC DRM. Notable changes:Eric Anholt2005-12-1471-1699/+3397
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-12-021-0/+50
* MFC: r300 DRM support. Supports all current non-PCIE Radeons, as far as theEric Anholt2005-08-049-43/+233
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-08-011-0/+803
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-07-201-0/+1416
* Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improperEric Anholt2005-06-281-0/+6
* Mark the permanent map for radeon registers read-only. Failure to set this flagEric Anholt2005-06-241-1/+2
* Fix a panic on X startup for drivers that don't init maps themselves by storingEric Anholt2005-04-241-1/+1
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-1676-16726/+25777
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-011-5/+1
* move ptr deref's to after null checksSam Leffler2005-02-261-3/+6
* Neuter DRM(mapbufs) until somebody finds time to try to fix it.Poul-Henning Kamp2005-02-221-0/+4
* Fix typo from previous commit.Scott Long2005-01-071-0/+1
* Unbreak the tinderbox, make this compile.Maxim Konovalov2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0655-103/+103
* Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid().Suleiman Souhlal2004-12-151-1/+1
* Specifically use the 32-bit version of fuword/suword since that's whatDavid E. O'Brien2004-12-021-7/+6
* Fixed the module name (macros don't work here).Ruslan Ermilov2004-08-291-1/+1
* Now that mem(4) is a kernel module, we need to add a dependency onMaxime Henrion2004-08-051-0/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-165-11/+11
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newEric Anholt2004-06-1121-249/+609
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Prefer uintptr_t to intptr_t.David E. O'Brien2004-03-032-6/+6
* Use a long as the opaque type so that it matches the size of a pointerDavid E. O'Brien2004-03-031-1/+1
* Use a long as the opaque type so that it matches the size of a pointerDavid E. O'Brien2004-03-032-5/+5
* Add memory barrier routines for AMD64.David E. O'Brien2004-03-031-1/+7
* Cast thru intptr_t on the way to void* for success on 64-bit platforms.David E. O'Brien2004-03-032-6/+6
* Limit the amount of memory userspace processes can cause the kernel toRobert Watson2004-02-231-0/+17
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-212-2/+0
* This is not a D_TTY driver.Poul-Henning Kamp2004-02-141-1/+1
* Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,Eric Anholt2004-01-0612-66/+77
* Fix a few more places where NULL was used instead of 0.Stefan Eßer2003-12-232-3/+3
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes forEric Anholt2003-11-1215-313/+832
* Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It'sEric Anholt2003-11-032-2/+2
* Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL)Eric Anholt2003-10-241-2/+1
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpngEric Anholt2003-10-2436-1214/+1317
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andEric Anholt2003-09-0917-71/+1261
* Comment out a couple of __inline__s until we can get inlines to be actuallyEric Anholt2003-08-241-2/+2
* Use __FBSDID().David E. O'Brien2003-08-242-2/+6
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+2
* Update DRM from DRI CVS as of today. Notable changes include RadeonEric Anholt2003-08-1935-682/+1060
* Do not define memset() to bzero(). We have a memset().Poul-Henning Kamp2003-05-311-2/+0
* Merge from DRI CVS: Disable MTRRs on FreeBSD-stable to work around hangs withEric Anholt2003-04-261-10/+17
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalEric Anholt2003-04-2531-2551/+436
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-2/+2
* Use td->td_ucred instead of td->td_proc->p_ucred.John Baldwin2003-03-201-2/+2
* Update Radeon PCI IDs and naming from pciids.sf.net.Eric Anholt2003-03-111-26/+28