aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König
2014-11-20drm/ttm: Avoid memory allocation from shrinker functions.Tetsuo Handa
2014-11-12drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer
2014-11-12drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer
2014-10-16drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer
2014-10-16drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compatMichel Dänzer
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst
2014-09-23drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt
2014-09-17drm/ttm: make sure format string cannot leak inKees Cook
2014-09-11drm/ttm: allow fence to be added as sharedChristian König
2014-09-02drm/ttm: use rcu in core ttmMaarten Lankhorst
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst
2014-09-01drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst
2014-09-01drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König
2014-08-09Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6Linus Torvalds
2014-08-10drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-08-05drm/ttm: Pass GFP flags in order to avoid deadlock.Tetsuo Handa
2014-08-05drm/ttm: Fix possible stack overflow by recursive shrinker calls.Tetsuo Handa
2014-08-05drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions.Tetsuo Handa
2014-08-05drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan().Tetsuo Handa
2014-08-05drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan().Tetsuo Handa
2014-07-22drm/ttm: make device_released staticDave Airlie
2014-07-22drm/ttm: use gfp_t instead of int for flags.Dave Airlie
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst
2014-07-08ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.Martin Kepplinger
2014-07-08drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König
2014-07-08drm/ttm: recognize ARM arch in ioprot handlerLucas Stach
2014-04-05Merge tag 'ttm-next-2014-04-04' of git://people.freedesktop.org/~thomash/linu...Dave Airlie
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom
2014-04-04drm: Add support for two-ended allocation, v3Lauri Kasanen
2014-03-28drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann
2014-03-12drm/ttm: don't oops if no invalidate_caches()Rob Clark
2014-03-12drm/ttm: Work around performance regression with VM_PFNMAPThomas Hellstrom
2014-02-18drm/ttm: Fix memory leak in ttm_agp_backend.cMasanari Iida
2014-02-05drm/ttm: Don't clear page metadata of imported sg pagesThomas Hellstrom
2014-02-05drm/ttm: Fix TTM object open regressionThomas Hellstrom
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie
2014-01-14Merge tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/l...Dave Airlie
2014-01-08drivers: gpu: Remove unused function in ttm_lock.cRashika Kheria
2014-01-08drivers: gpu: Mark function as static in ttm_bo_util.cRashika Kheria
2014-01-08drivers: gpu: Mark function as static in ttm_bo.cRashika Kheria
2014-01-08drm/ttm: ttm object security fixes for render nodesThomas Hellstrom
2014-01-08drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom
2014-01-08drm/ttm: Refuse to fault (prime-) imported pagesThomas Hellstrom