summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2019-11-281-0/+14
|\
| * drm/ttm: Convert vm callbacks to helpersThomas Hellstrom2019-11-061-0/+14
* | drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page poolThomas Hellstrom2019-11-141-1/+1
|/
* drm/ttm: remove pointers to globalsChristian König2019-10-252-5/+2
* drm/ttm: always keep BOs on the LRUChristian König2019-10-253-42/+4
* drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König2019-10-251-32/+0
* drm/ttm: rename ttm_fbdev_mmapGerd Hoffmann2019-10-171-6/+4
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-031-0/+10
|\
| * Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-212-13/+13
| |\
| * \ 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-092-16/+0
| | |\ \
| | | * | Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie2019-07-162-16/+0
| | * | | drm/ttm: Add release_notify callback to ttm_bo_driverFelix Kuehling2019-08-021-0/+10
| | |/ /
| | * | drm/ttm: TTM fault handler helpersThomas Hellstrom2019-06-181-0/+10
| | * | drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom2019-06-181-0/+6
* | | | drm/ttm: remove embedded vma_offset_managerGerd Hoffmann2019-09-111-3/+1
* | | | drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann2019-09-111-2/+6
| |_|/ |/| |
* | | dma-buf: rename reservation_object to dma_resvChristian König2019-08-132-13/+13
|/ /
* | drm/ttm: drop ttm_buffer_object->resvGerd Hoffmann2019-08-061-1/+0
* | drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann2019-08-061-6/+6
* | drm/ttm: use gem vma_nodeGerd Hoffmann2019-08-061-4/+0
* | drm/ttm: use gem reservation objectGerd Hoffmann2019-08-061-1/+0
* | drm/ttm: add gem base objectGerd Hoffmann2019-08-061-0/+23
* | dma-buf: add more reservation object locking wrappersChristian König2019-08-051-3/+3
|/
* drm/ttm: fix ttm_bo_unreserveChristian König2019-06-051-8/+6
* drm/ttm: Make LRU removal optional v2Christian König2019-05-312-2/+6
* Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-081-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-112-28/+9
|\
| * drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann2019-01-281-28/+0
| * 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/ttm: allow reserving more than one shared slot v3Christian König2018-12-071-2/+2
* 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-052-8/+4
* 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: Export ttm_bo_get_unless_zero()Thomas Hellstrom2018-09-281-0/+18
* drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom2018-09-272-602/+0
* drm/ttm: add bulk move function on LRUHuang Rui2018-08-271-0/+10
* drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König2018-08-271-1/+5
* drm/ttm: add helper structures for bulk moves on lru listChristian König2018-08-271-0/+28
* drm/ttm: Add ttm_set_pages_wc and ttm_set_pages_uc helperHuang Rui2018-08-011-0/+22
* drm/ttm: add ttm_set_memory header (v2)Huang Rui2018-07-271-0/+128