aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_ttm.c
AgeCommit message (Expand)Author
2020-07-20drm/ast: Rename ast_ttm.c to ast_mm.cThomas Zimmermann
2020-06-22drm/ast: Use per-device logging macrosThomas Zimmermann
2019-09-12drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann
2019-07-15drm/ast: drop use of drmP.hSam Ravnborg
2019-05-15drm/ast: Convert AST driver to VRAM MMThomas Zimmermann
2019-05-15drm/ast: Convert AST driver to |struct drm_gem_vram_object|Thomas Zimmermann
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-26drm/ast: remove ttm_pool_* wrappersChristian König
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-27drm/ast: remove the default io_mem_pfn setTan Xiaojun
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König
2017-08-02drm/ast: Fix memleak in error path in ast_bo_create()Egbert Eich
2017-08-02drm/ast: Simplify function ast_bo_unpin()Egbert Eich
2017-05-16drm/ast: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie
2016-10-26drm/drivers: add support for using the arch wc mapping API.Dave Airlie
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann
2016-07-07drm/ttm: remove dummy bo_move implementationsChristian König
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter
2014-09-12drm/ast: switch to using CACHED by default for sysramDave Airlie
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann
2014-01-14drivers: gpu: Mark functions as static in ast_ttm.cRashika
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann
2013-08-19drm/ast: remove unused driver_private accessDavid Herrmann
2013-08-07drm/ast: invalidate page tables when pinning a BODave Airlie
2013-06-28drm/ast: inline reservationsMaarten Lankhorst
2013-05-31drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski
2013-05-02drm/ast: deal with bo reserve fail in dirty update pathDave Airlie
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-05-23drm: update ast/cirrus/mgag200 for change in TTM apiDave Airlie
2012-05-17drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2)Dave Airlie