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