| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 9 | -49/+49 |
* | MFC r259902: | dim | 2013-12-30 | 1 | -48/+0 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -2/+2 |
* | Fix white spaces. | jkim | 2013-04-23 | 1 | -2/+2 |
* | Remove always-true conditions from if statement. | eadler | 2013-04-23 | 1 | -2/+2 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | Cast VIA_READ to (void) where the result is unused. | rdivacky | 2012-11-09 | 2 | -3/+3 |
* | Make sure to define __BIG_ENDIAN and __LITTLE_ENDIAN with the appropriate | nwhitehorn | 2012-10-26 | 1 | -0/+5 |
* | Streamline use of cdevpriv and correct some corner cases. | hselasky | 2012-08-15 | 1 | -8/+6 |
* | In sys/dev/drm/radeon_state.c, use the correct printf length modifiers | dim | 2011-12-30 | 1 | -1/+1 |
* | Fix format string Z --> z, since the former is a deprecated and (in FreeBSD) | se | 2011-12-16 | 1 | -2/+2 |
* | Do not define bool/true/false if the symbols already exist. | mdf | 2011-12-12 | 1 | -1/+1 |
* | Fix display of the drm sysctls. | kib | 2011-04-23 | 1 | -1/+1 |
* | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | jhb | 2011-03-23 | 1 | -1/+1 |
* | - Remove no longer in use | miwi | 2011-02-22 | 2 | -87/+0 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 2 | -2/+2 |
* | Introduce and use a new VM interface for temporarily pinning pages. This | alc | 2010-12-25 | 1 | -25/+14 |
* | fix atomic_set_xxx misuse in drm | avg | 2010-12-11 | 1 | -1/+1 |
* | Make drm(4) build, if not work reliably, on PowerPC. | nwhitehorn | 2010-11-16 | 6 | -11/+13 |
* | Fix typos. | brucec | 2010-11-09 | 1 | -6/+6 |
* | Add support for ATI Radeon HD 4250. | olli | 2010-08-03 | 1 | -0/+1 |
* | Push down the acquisition of the page queues lock into vm_page_unwire(). | alc | 2010-05-05 | 1 | -2/+0 |
* | Add page locking to the vm_page_cow* functions. | alc | 2010-05-04 | 1 | -2/+0 |
* | Acquire the page lock around vm_page_unwire(). For consistency, extend the | alc | 2010-05-03 | 1 | -0/+2 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -0/+2 |
* | fx->lock is used as an index, correct test case. | rnoland | 2010-04-28 | 1 | -1/+1 |
* | remove vm obect tracker that slipped in from prior work. | rnoland | 2010-04-24 | 1 | -1/+0 |
* | Address some WITNESS panics that occur when using the via driver. | rnoland | 2010-04-23 | 4 | -8/+10 |
* | Now that we properly set write-combining on the pages that back the GART, | rnoland | 2010-04-22 | 2 | -5/+8 |
* | re-write scatter gather memory allocation yet again... | rnoland | 2010-04-22 | 6 | -113/+62 |
* | Rework how drm maps are handled. | rnoland | 2010-04-22 | 23 | -168/+201 |
* | Fix build after typo. | rnoland | 2010-03-13 | 1 | -1/+1 |
* | Add support for Intel Pineview chips, aka IGD | rnoland | 2010-03-13 | 3 | -3/+15 |
* | Welcome drm support for VIA unichrome chips. | rnoland | 2010-01-31 | 14 | -0/+5908 |
* | Import simple drm memory manager. | rnoland | 2010-01-31 | 11 | -5/+1296 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 1 | -2/+2 |
* | Fix botched git -> svn merge. | rnoland | 2009-10-30 | 1 | -1/+1 |
* | Cleanup in r600_blit | rnoland | 2009-10-30 | 1 | -29/+39 |
* | A bit of cleanup work on radeon_freelist_get() | rnoland | 2009-10-30 | 1 | -41/+4 |
* | Some general cleanup of scatter/gather memory allocation | rnoland | 2009-10-30 | 1 | -44/+25 |
* | Use system specified memory barriers rather than rolling our own. | rnoland | 2009-10-30 | 1 | -17/+3 |
* | Fix blitter support for RS880 chips | rnoland | 2009-10-30 | 1 | -3/+3 |
* | Check pointer for NULL before dereferencing it, not after. | brueffer | 2009-10-21 | 1 | -1/+2 |
* | Add support for Intel G41 chipset | rnoland | 2009-10-11 | 2 | -1/+4 |
* | Fix offset handling | rnoland | 2009-09-28 | 1 | -7/+7 |
* | radeon_family is an enum, so ordering can be important. | rnoland | 2009-09-28 | 1 | -2/+2 |
* | Fix blit pitch for 4 byte transfers on r600. | rnoland | 2009-09-28 | 1 | -1/+1 |
* | R600 doesn't support IRQs yet, so don't try to use them. | rnoland | 2009-09-28 | 2 | -1/+19 |
* | Add a couple of small fixes from the AMD folks. | rnoland | 2009-09-13 | 1 | -4/+8 |
* | Add missing pci id for Radeon 4850 X2 | rnoland | 2009-09-13 | 1 | -0/+1 |