summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
AgeCommit message (Expand)AuthorLines
2020-03-24drm/ttm, drm/vmwgfx: Support huge TTM pagefaultsThomas Hellstrom (VMware)-1/+2
2020-02-12drm/ttm: rework BO delayed delete. v2Christian König-8/+3
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König-15/+0
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-4/+6
2019-11-28Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie-0/+14
2019-11-14drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page poolThomas Hellstrom-1/+1
2019-11-08drm/ttm: also export ttm_bo_vm_fault v2Christian König-0/+6
2019-11-06drm/ttm: Convert vm callbacks to helpersThomas Hellstrom-0/+14
2019-11-06drm/ttm: remove ttm_bo_wait_unreservedDaniel Vetter-4/+0
2019-11-04drm/ttm: Convert vm callbacks to helpersThomas Hellstrom-0/+14
2019-10-25drm/ttm: remove pointers to globalsChristian König-5/+2
2019-10-25drm/ttm: always keep BOs on the LRUChristian König-42/+4
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König-32/+0
2019-10-17drm/ttm: rename ttm_fbdev_mmapGerd Hoffmann-6/+4
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard-0/+10
2019-09-11drm/ttm: remove embedded vma_offset_managerGerd Hoffmann-3/+1
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann-2/+6
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-13/+13
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König-13/+13
2019-08-12Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie-0/+10
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher-16/+0
2019-08-06drm/ttm: drop ttm_buffer_object->resvGerd Hoffmann-1/+0
2019-08-06drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann-6/+6
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann-4/+0
2019-08-06drm/ttm: use gem reservation objectGerd Hoffmann-1/+0
2019-08-06drm/ttm: add gem base objectGerd Hoffmann-0/+23
2019-08-05dma-buf: add more reservation object locking wrappersChristian König-3/+3
2019-08-02drm/ttm: Add release_notify callback to ttm_bo_driverFelix Kuehling-0/+10
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie-16/+0
2019-06-18drm/ttm: TTM fault handler helpersThomas Hellstrom-0/+10
2019-06-18drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom-0/+6
2019-06-05drm/ttm: fix ttm_bo_unreserveChristian König-8/+6
2019-05-31drm/ttm: Make LRU removal optional v2Christian König-2/+6
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+1
2019-04-19drm/ttm: fix re-init of global structuresChristian König-1/+0
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann-2/+0
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann-1/+1
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann-0/+2
2019-02-11Merge drm/drm-next into drm-misc-nextMaxime Ripard-28/+9
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper-1/+1
2019-01-28drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann-28/+0
2019-01-25drm/ttm: add lru notify to bo driver v2Chunming Zhou-0/+9
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König-2/+2
2018-11-05drm: Remove drm_global.{c,h} v2Thomas Zimmermann-1/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König-40/+1
2018-11-05drm/ttm: use a static ttm_bo_global instanceChristian König-7/+8
2018-11-05drm/ttm: make the device list mutex staticChristian König-1/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König-8/+4
2018-11-05drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_globalThomas Zimmermann-11/+42
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann-2/+2