summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/ttm
Commit message (Expand)AuthorAgeFilesLines
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-3/+3
* MFC r259612: ttm_bo_vm_lookup_rb: actually make use of the red-black treeavg2014-01-161-2/+5
* MFC r259684:dumbbell2013-12-222-0/+10
* Partially revert r254880. The bitmap operations actually use long type now.jkim2013-08-293-8/+5
* drm: Use the new drm_atomic.h, following the merge of projects/atomic64dumbbell2013-08-253-5/+8
* drm/ttm: Remove unused VM_ALLOC_DMA32 definedumbbell2013-08-251-2/+0
* drm/ttm: Fix a reversed condition and add missing locksdumbbell2013-08-251-5/+7
* drm/ttm: Fix style in ttm_bo_release_mmap()dumbbell2013-08-251-2/+1
* drm/ttm: Fix unmap of buffer objectdumbbell2013-08-252-6/+28
* ttm: "to_page->valid = VM_PAGE_BITS_ALL" before vm_page_dirty(to_page)dumbbell2013-08-251-1/+1
* drm/ttm: Improve comment in ttm_bo_vm_ctor() about lack of ref acquisitiondumbbell2013-08-251-2/+10
* drm/ttm: When removing a range of pages from a pool, remove all of themdumbbell2013-08-251-2/+5
* drm/ttm: Fix style errorsdumbbell2013-08-251-15/+15
* drm/ttm: Make ttm_bo_wait() call uninterruptible in page fault handlerdumbbell2013-08-251-1/+17
* drm/ttm: Import Linux commit ff7c60c580d9722f820d85c9c58ca55ecc1ee7c4dumbbell2013-08-251-8/+11
* drm/ttm: Import Linux commit 014b34409fb2015f63663b6cafdf557fdf289628dumbbell2013-08-251-0/+1
* drm/ttm: Import Linux commit 630541863b29f88c7ab34e647758344e4cd1eafddumbbell2013-08-251-2/+9
* drm/ttm: Import Linux commit cc4c0c4de3c775be22072ec3251f2e581b63d9a0dumbbell2013-08-252-13/+1
* drm/ttm: Import Linux commit f2d476a110bc24fde008698ae9018c99e803e25cdumbbell2013-08-251-2/+20
* drm/ttm: Import Linux commit 5e45d7dfd74100d622f9cdc70bfd1f9fae1671dedumbbell2013-08-252-0/+80
* drm/ttm: Import Linux commit 7a1863084c9d90ce4b67d645bf9b0f1612e68f62dumbbell2013-08-252-31/+19
* drm/ttm: Import Linux commit 63d0a4195560362e2e00a3ad38fc331d34e1da9bdumbbell2013-08-253-33/+42
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-2/+2
* Different consumers of the struct vm_page abuse pageq member to keepkib2013-08-101-15/+15
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-091-3/+11
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-092-8/+9
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-3/+2
* MFgem r251960: re-check the mgt device object for the requested pagekib2013-07-271-2/+9
* Remove unneeded page lock around vm_page_insert().kib2013-07-061-2/+0
* Don't busy the page unless we are likely to release the object lock.alc2013-06-061-3/+4
* Do not call malloc(M_WAITOK) while bodev->fence_lock mutex iskib2013-03-231-7/+8
* drm/ttm: Fix a typo: s/pTTM]/[TTM]/dumbbell2013-03-231-1/+1
* drm/ttm: Explain why we don't need to acquire a ref in ttm_bo_vm_ctor()dumbbell2013-03-231-0/+5
* drm/ttm: Fix TTM buffer object refcountdumbbell2013-03-231-5/+1
* MFCattilio2013-03-092-3/+0
* MFCattilio2013-03-082-9/+9
* Fix build with gcc, do not use unnamed union.kib2013-03-051-8/+14
* Fix build with gcc, remove redundand declarations.kib2013-03-051-21/+0
* Import the preliminary port of the TTM.kib2013-03-0521-0/+9935
OpenPOWER on IntegriCloud