summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorLines
2014-08-09Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6Linus Torvalds-5/+10
2014-08-10drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot-5/+10
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-41/+51
2014-08-05drm/ttm: Pass GFP flags in order to avoid deadlock.Tetsuo Handa-19/+19
2014-08-05drm/ttm: Fix possible stack overflow by recursive shrinker calls.Tetsuo Handa-3/+7
2014-08-05drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions.Tetsuo Handa-2/+4
2014-08-05drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan().Tetsuo Handa-3/+3
2014-08-05drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan().Tetsuo Handa-0/+3
2014-07-22drm/ttm: make device_released staticDave Airlie-1/+1
2014-07-22drm/ttm: use gfp_t instead of int for flags.Dave Airlie-1/+1
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst-1/+1
2014-07-08ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.Martin Kepplinger-7/+7
2014-07-08drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König-4/+5
2014-07-08drm/ttm: recognize ARM arch in ioprot handlerLucas Stach-1/+1
2014-04-05Merge tag 'ttm-next-2014-04-04' of git://people.freedesktop.org/~thomash/linu...Dave Airlie-17/+17
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom-17/+17
2014-04-04drm: Add support for two-ended allocation, v3Lauri Kasanen-3/+8
2014-03-28drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom-0/+46
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie-1/+2
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann-1/+2
2014-03-12drm/ttm: don't oops if no invalidate_caches()Rob Clark-3/+5
2014-03-12drm/ttm: Work around performance regression with VM_PFNMAPThomas Hellstrom-5/+7
2014-02-18drm/ttm: Fix memory leak in ttm_agp_backend.cMasanari Iida-0/+1
2014-02-05drm/ttm: Don't clear page metadata of imported sg pagesThomas Hellstrom-0/+3
2014-02-05drm/ttm: Fix TTM object open regressionThomas Hellstrom-1/+1
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie-4/+5
2014-01-14Merge tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/l...Dave Airlie-36/+54
2014-01-08drivers: gpu: Remove unused function in ttm_lock.cRashika Kheria-8/+0
2014-01-08drivers: gpu: Mark function as static in ttm_bo_util.cRashika Kheria-2/+2
2014-01-08drivers: gpu: Mark function as static in ttm_bo.cRashika Kheria-1/+1
2014-01-08drm/ttm: ttm object security fixes for render nodesThomas Hellstrom-36/+54
2014-01-08drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom-4/+28
2014-01-08drm/ttm: Refuse to fault (prime-) imported pagesThomas Hellstrom-0/+9
2014-01-08drm/ttm: Use VM_PFNMAP for shared bo mapsThomas Hellstrom-3/+15
2013-12-23drm/ttm: Fix swapin regressionThomas Hellstrom-1/+2
2013-12-18drm: Kill DRM_SUSERDaniel Vetter-1/+1
2013-12-16drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom-3/+3
2013-11-21Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie-9/+59
2013-11-20drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom-7/+54
2013-11-20drm/ttm: Don't move non-existing dataThomas Hellstrom-2/+5
2013-11-18drm/ttm: Add a minimal prime implementation for ttm base objectsThomas Hellstrom-6/+248
2013-11-18drm/ttm: Allow execbuf util reserves without ticketThomas Hellstrom-13/+19
2013-11-14Merge branch 'ttm-next-3.13' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie-17/+13
2013-11-12drm/ttm: Fix vma page_prot bit manipulationThomas Hellstrom-17/+13
2013-11-07Merge branch 'ttm-next-3.13' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie-36/+102
2013-11-06drm/ttm: Fix memory type compatibility checkThomas Hellstrom-12/+20
2013-11-06drm/ttm: Fix ttm_bo_move_memcpyThomas Hellstrom-11/+17
2013-11-06drm/ttm: Handle in-memory region copiesJakob Bornecrantz-1/+3
2013-11-06drm/ttm: Make NO_EVICT bos available to shrinkers pending destructionThomas Hellstrom-1/+13
2013-11-06drm/ttm: Allow vm fault retriesThomas Hellstrom-12/+50