summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Fix memory space allocation v2Thomas Hellstrom2015-09-151-12/+16
* Merge tag 'v4.2-rc7' into drm-nextDave Airlie2015-08-171-1/+2
|\
| * drm/ttm: recognize ARM64 arch in ioprot handlerAlexandre Courbot2015-07-241-1/+2
* | drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-061-2/+2
|/
* drm/ttm: improve uncached page deallocation.Jérôme Glisse2015-07-171-6/+6
* drm/ttm: fix uncached page deallocation to properly fill page pool v3.Jérôme Glisse2015-07-171-1/+0Star
* drm/ttm: dma: Don't crash on memory in the vmalloc rangeAlexandre Courbot2015-06-021-3/+6
* dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-211-2/+7
* drm/ttm: device address space != CPU address spaceAlex Deucher2015-03-051-1/+1
* drm/ttm: optionally move duplicates to a separate listChristian König2014-12-041-1/+9
* drm/ttm: Avoid memory allocation from shrinker functions.Tetsuo Handa2014-11-202-21/+30
* drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer2014-11-121-1/+1
* drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer2014-11-121-3/+5
* drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer2014-10-171-3/+17
* drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compatMichel Dänzer2014-10-171-4/+4
* drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst2014-09-301-6/+18
* drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt2014-09-232-16/+9Star
* drm/ttm: make sure format string cannot leak inKees Cook2014-09-171-1/+2
* drm/ttm: allow fence to be added as sharedChristian König2014-09-111-3/+15
* drm/ttm: use rcu in core ttmMaarten Lankhorst2014-09-021-63/+13Star
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-023-78/+126
* drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst2014-09-011-92/+50Star
* drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst2014-09-011-9/+13
* drm/ttm: kill fence_lockMaarten Lankhorst2014-09-014-67/+18Star
* drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst2014-09-011-13/+12Star
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-272-59/+43Star
* Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6Linus Torvalds2014-08-102-5/+10
|\
| * drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot2014-08-092-5/+10
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-086-41/+51
|\|
| * drm/ttm: Pass GFP flags in order to avoid deadlock.Tetsuo Handa2014-08-052-19/+19
| * drm/ttm: Fix possible stack overflow by recursive shrinker calls.Tetsuo Handa2014-08-051-3/+7
| * drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions.Tetsuo Handa2014-08-051-2/+4
| * drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan().Tetsuo Handa2014-08-051-3/+3
| * drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan().Tetsuo Handa2014-08-051-0/+3
| * drm/ttm: make device_released staticDave Airlie2014-07-221-1/+1
| * drm/ttm: use gfp_t instead of int for flags.Dave Airlie2014-07-221-1/+1
| * ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.Martin Kepplinger2014-07-081-7/+7
| * drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König2014-07-082-4/+5
| * drm/ttm: recognize ARM arch in ioprot handlerLucas Stach2014-07-081-1/+1
* | dma-buf: use reservation objectsMaarten Lankhorst2014-07-081-1/+1
|/
* Merge tag 'ttm-next-2014-04-04' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2014-04-052-17/+17
|\
| * drm/ttm: Hide the implementation details of reservationThomas Hellstrom2014-04-042-17/+17
* | drm: Add support for two-ended allocation, v3Lauri Kasanen2014-04-041-3/+8
|/
* drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom2014-03-281-0/+46
* Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-03-181-1/+2
|\
| * drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-161-1/+2
* | drm/ttm: don't oops if no invalidate_caches()Rob Clark2014-03-121-3/+5
* | drm/ttm: Work around performance regression with VM_PFNMAPThomas Hellstrom2014-03-121-5/+7
|/
* drm/ttm: Fix memory leak in ttm_agp_backend.cMasanari Iida2014-02-181-0/+1
* drm/ttm: Don't clear page metadata of imported sg pagesThomas Hellstrom2014-02-051-0/+3