summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_ttm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Convert AST driver to VRAM MMThomas Zimmermann2019-05-151-126/+8Star
* drm/ast: Convert AST driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-151-170/+2Star
* drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann2019-03-191-7/+2Star
* drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann2019-03-191-1/+0Star
* drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-36/+0Star
* drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-051-30/+2Star
* drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
* drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-141-3/+3
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-271-1/+1
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-271-3/+2Star
* drm/ast: remove ttm_pool_* wrappersChristian König2018-02-271-13/+0Star
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-281-2/+3
* drm/ast: remove the default io_mem_pfn setTan Xiaojun2017-12-271-1/+0Star
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-3/+6
* drm/ast: Fix memleak in error path in ast_bo_create()Egbert Eich2017-08-021-5/+6
* drm/ast: Simplify function ast_bo_unpin()Egbert Eich2017-08-021-6/+2Star
* drm/ast: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-161-1/+2
* drm/ttm: add io_mem_pfn callbackChristian König2017-04-051-0/+1
* drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-2/+0Star
* Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-071-0/+6
|\
| * drm/drivers: add support for using the arch wc mapping API.Dave Airlie2016-10-261-0/+6
* | drm/ttm: make eviction decision a driver callback v2Christian König2016-10-251-0/+1
|/
* drm: use drm_file to tag vm-bosDavid Herrmann2016-09-191-1/+2
* drm/ttm: remove dummy bo_move implementationsChristian König2016-07-071-12/+1Star
* drm/ttm: implement LRU add callbacks v2Christian König2016-05-051-0/+2
* drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst2014-09-301-1/+1
* drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter2014-09-241-1/+1
* drm/ast: switch to using CACHED by default for sysramDave Airlie2014-09-121-2/+2
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-271-8/+12
* drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-161-2/+3
* drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-161-1/+1
* drivers: gpu: Mark functions as static in ast_ttm.cRashika2014-01-141-3/+3
* Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-09-021-0/+1
|\
| * drm/ast: invalidate page tables when pinning a BODave Airlie2013-08-071-0/+1
* | drm: verify vma access in TTM+GEM driversDavid Herrmann2013-08-271-1/+3
* | drm/ast: remove unused driver_private accessDavid Herrmann2013-08-191-1/+0Star
|/
* drm/ast: inline reservationsMaarten Lankhorst2013-06-281-18/+0Star
* drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski2013-05-311-10/+3Star
* drm/ast: deal with bo reserve fail in dirty update pathDave Airlie2013-05-021-1/+1
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-101-5/+5
* drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-201-1/+1
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
* drm: update ast/cirrus/mgag200 for change in TTM apiDave Airlie2012-05-231-1/+1
* drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2)Dave Airlie2012-05-171-0/+453