summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_driver.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-7/+7
|\
| * dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-7/+7
* | Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-08-121-0/+10
|\ \ | |/ |/|
| * Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher2019-08-091-6/+0
| |\
| | * Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie2019-07-151-6/+0
| * | drm/ttm: Add release_notify callback to ttm_bo_driverFelix Kuehling2019-08-021-0/+10
| |/
| * drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom2019-06-181-0/+6
* | drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann2019-08-061-6/+6
* | dma-buf: add more reservation object locking wrappersChristian König2019-08-051-3/+3
|/
* drm/ttm: fix ttm_bo_unreserveChristian König2019-06-061-8/+6
* drm/ttm: Make LRU removal optional v2Christian König2019-05-311-1/+4
* Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-091-1/+1
|\
| * drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann2019-03-191-2/+0
| * drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann2019-03-191-1/+1
| * drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann2019-03-191-0/+2
* | drm/ttm: fix re-init of global structuresChristian König2019-04-191-1/+0
|/
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-02-111-0/+9
|\
| * drm/ttm: add lru notify to bo driver v2Chunming Zhou2019-01-251-0/+9
* | drm: Trivial comment grammar cleanupsMatt Roper2019-02-041-1/+1
|/
* drm: Remove drm_global.{c,h} v2Thomas Zimmermann2018-11-051-1/+0
* drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-40/+1
* drm/ttm: use a static ttm_bo_global instanceChristian König2018-11-051-7/+8
* drm/ttm: make the device list mutex staticChristian König2018-11-051-1/+0
* drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-051-6/+2
* drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_globalThomas Zimmermann2018-11-051-11/+42
* drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
* drm/ttm: add helper structures for bulk moves on lru listChristian König2018-08-271-0/+28
* drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-141-4/+2
* drm/ttm: add ttm_bo_pipeline_guttingChristian König2018-03-141-0/+9
* drm/ttm: move ttm_tt defines into ttm_tt.hChristian König2018-03-141-236/+1
* drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König2018-02-271-0/+11
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-271-13/+4
* drm/ttm: drop ttm->globChristian König2018-02-271-1/+0
* drm/ttm: drop bo->globChristian König2018-02-271-2/+2
* drm/ttm: add ttm_tt_populate wrapperChristian König2018-02-191-0/+9
* drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky2018-02-191-0/+4
* drm/ttm: use an operation ctx for ttm_tt_bindRoger He2017-12-281-1/+2
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-281-2/+3
* drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He2017-12-271-1/+0
* drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He2017-12-151-2/+2
* drm/ttm: add context to driver move callback as wellChristian König2017-12-061-4/+2
* drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König2017-12-061-2/+1
* drm/ttm: cleanup ttm_bo_driver.hChristian König2017-12-061-60/+54
* drm/ttm: remove ttm_bo_unreserve_ticketChristian König2017-12-061-13/+0
* drm/ttm: user reservation object wrappers v2Christian König2017-12-061-3/+3
* drm/ttm: consistently use reservation_object_unlockChristian König2017-12-061-13/+1
* drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König2017-08-171-2/+3
* drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling2017-07-251-0/+17
* drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-161-4/+5
* drm/ttm: add io_mem_pfn callbackChristian König2017-04-051-0/+9