aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-12drm/ttm: don't oops if no invalidate_caches()Rob Clark1-3/+5
2014-03-12drm/ttm: Work around performance regression with VM_PFNMAPThomas Hellstrom1-5/+7
2014-02-18drm/ttm: Fix memory leak in ttm_agp_backend.cMasanari Iida1-0/+1
2014-02-05drm/ttm: Don't clear page metadata of imported sg pagesThomas Hellstrom1-0/+3
2014-02-05drm/ttm: Fix TTM object open regressionThomas Hellstrom1-1/+1
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie2-4/+5
2014-01-14Merge tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-36/+54
2014-01-08drivers: gpu: Remove unused function in ttm_lock.cRashika Kheria1-8/+0
2014-01-08drivers: gpu: Mark function as static in ttm_bo_util.cRashika Kheria1-2/+2
2014-01-08drivers: gpu: Mark function as static in ttm_bo.cRashika Kheria1-1/+1
2014-01-08drm/ttm: ttm object security fixes for render nodesThomas Hellstrom1-36/+54
2014-01-08drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom2-4/+28
2014-01-08drm/ttm: Refuse to fault (prime-) imported pagesThomas Hellstrom1-0/+9
2014-01-08drm/ttm: Use VM_PFNMAP for shared bo mapsThomas Hellstrom1-3/+15
2013-12-23drm/ttm: Fix swapin regressionThomas Hellstrom1-1/+2
2013-12-18drm: Kill DRM_SUSERDaniel Vetter1-1/+1
2013-12-16drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom1-3/+3
2013-11-21Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-fixesDave Airlie3-9/+59
2013-11-20drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom2-7/+54
2013-11-20drm/ttm: Don't move non-existing dataThomas Hellstrom1-2/+5
2013-11-18drm/ttm: Add a minimal prime implementation for ttm base objectsThomas Hellstrom1-6/+248
2013-11-18drm/ttm: Allow execbuf util reserves without ticketThomas Hellstrom1-13/+19
2013-11-14Merge branch 'ttm-next-3.13' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-17/+13
2013-11-12drm/ttm: Fix vma page_prot bit manipulationThomas Hellstrom1-17/+13
2013-11-07Merge branch 'ttm-next-3.13' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie3-36/+102
2013-11-06drm/ttm: Fix memory type compatibility checkThomas Hellstrom1-12/+20
2013-11-06drm/ttm: Fix ttm_bo_move_memcpyThomas Hellstrom1-11/+17
2013-11-06drm/ttm: Handle in-memory region copiesJakob Bornecrantz1-1/+3
2013-11-06drm/ttm: Make NO_EVICT bos available to shrinkers pending destructionThomas Hellstrom1-1/+13
2013-11-06drm/ttm: Allow vm fault retriesThomas Hellstrom1-12/+50
2013-11-06drm/ttm: Enable the dma page pool also for intel IOMMUsThomas Hellstrom2-5/+4
2013-09-18Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-2/+2
2013-09-19drm, ttm Fix uninitialized warningPrarit Bhargava1-1/+1
2013-09-19drm/ttm: fix the tt_populated check in ttm_tt_destroy()Ben Skeggs1-1/+1
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner2-35/+60
2013-08-19drm/ttm: kill unused functionsMaarten Lankhorst1-154/+0
2013-08-07drm/ttm: inline drm_bo_setup_vm()David Herrmann1-20/+2
2013-08-07drm/ttm: replace drm_mm_pre_get() by direct allocDavid Herrmann1-22/+20
2013-08-07drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann1-1/+2
2013-07-25drm/vma: provide drm_vma_node_unmap() helperDavid Herrmann1-10/+1
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann3-125/+48
2013-07-02drm: make drm_mm_init() return voidDavid Herrmann2-12/+2
2013-06-28drm/ttm: get rid of ttm_bo_is_reserved usageMaarten Lankhorst1-4/+4
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst2-102/+12
2013-06-28drm/ttm: convert to the reservation apiMaarten Lankhorst3-167/+72
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2-46/+62
2013-04-16drm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-2/+2
2013-04-12ttm: export functions to allow qxl do its own iomappingDave Airlie1-4/+9
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-55/+126