aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
AgeCommit message (Expand)Author
2016-08-05drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer
2016-07-29drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3Christian König
2016-07-07drm/ttm: fix stupid parameter inversion in the pipeline codeChristian König
2016-07-07drm/ttm: add the infrastructure for pipelined evictionsChristian König
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König
2016-07-07drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König
2016-07-07drm/ttm: remove NULL checks when calling ttm_tt_destroyChristian König
2016-07-07drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König
2015-07-24drm/ttm: recognize ARM64 arch in ioprot handlerAlexandre Courbot
2014-09-23drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst
2014-07-08drm/ttm: recognize ARM arch in ioprot handlerLucas Stach
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie
2014-01-08drivers: gpu: Mark function as static in ttm_bo_util.cRashika Kheria
2013-12-23drm/ttm: Fix swapin regressionThomas Hellstrom
2013-12-18drm: Kill DRM_SUSERDaniel Vetter
2013-11-20drm/ttm: Don't move non-existing dataThomas Hellstrom
2013-11-06drm/ttm: Fix ttm_bo_move_memcpyThomas Hellstrom
2013-11-06drm/ttm: Handle in-memory region copiesJakob Bornecrantz
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann
2013-06-28drm/ttm: convert to the reservation apiMaarten Lankhorst
2013-04-12ttm: export functions to allow qxl do its own iomappingDave Airlie
2013-02-08drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd tryDaniel Vetter
2013-01-21ttm: don't destroy old mm_node on memcpy failureDave Airlie
2013-01-08drm/ttm: fix fence locking in ttm_buffer_object_transferDaniel Vetter
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-08-24drm: Handle io prot correctly for MIPS.Huacai Chen
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse
2011-10-18ttm: Fix error-path using an uninitialized valueThomas Hellstrom
2011-08-23drm/ttm: unbind ttm before destroying node in accel move cleanupBen Skeggs
2010-12-16drm/ttm: delay freeing of old node during move_memcpy until after iounmapBen Skeggs
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra
2010-10-06Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs
2010-10-05drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs
2010-09-22drm/ttm: Clear the ghost cpu_writers flag on ttm_buffer_object_transfer.Francisco Jerez
2010-07-07drm: kill drm_mm_node->privateDaniel Vetter
2010-05-07drm/ttm: fix, avoid iomapping system memoryJerome Glisse
2010-04-20Merge branch 'drm-ttm-unmappable' into drm-core-nextDave Airlie