aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/ttm/ttm_bo_driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-05drm/ttm: Remove reference to the mem_glob memberMaya Rashish1-1/+0
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König1-15/+0
2019-10-25drm/ttm: remove pointers to globalsChristian König1-4/+2
2019-10-25drm/ttm: always keep BOs on the LRUChristian König1-17/+3
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+10
2019-09-11drm/ttm: remove embedded vma_offset_managerGerd Hoffmann1-3/+1
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann1-2/+6
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-7/+7
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-7/+7
2019-08-12Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+10
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher1-6/+0
2019-08-06drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann1-6/+6
2019-08-05dma-buf: add more reservation object locking wrappersChristian König1-3/+3
2019-08-02drm/ttm: Add release_notify callback to ttm_bo_driverFelix Kuehling1-0/+10
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next"Dave Airlie1-6/+0
2019-06-18drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom1-0/+6
2019-06-05drm/ttm: fix ttm_bo_unreserveChristian König1-8/+6
2019-05-31drm/ttm: Make LRU removal optional v2Christian König1-1/+4
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2019-04-19drm/ttm: fix re-init of global structuresChristian König1-1/+0
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann1-2/+0
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann1-1/+1
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-0/+2
2019-02-11Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+9
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper1-1/+1
2019-01-25drm/ttm: add lru notify to bo driver v2Chunming Zhou1-0/+9
2018-11-05drm: Remove drm_global.{c,h} v2Thomas Zimmermann1-1/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-40/+1
2018-11-05drm/ttm: use a static ttm_bo_global instanceChristian König1-7/+8
2018-11-05drm/ttm: make the device list mutex staticChristian König1-1/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-6/+2
2018-11-05drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_globalThomas Zimmermann1-11/+42
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann1-2/+2
2018-08-27drm/ttm: add helper structures for bulk moves on lru listChristian König1-0/+28
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-4/+2
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König1-0/+9
2018-03-14drm/ttm: move ttm_tt defines into ttm_tt.hChristian König1-236/+1
2018-02-26drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König1-0/+11
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-13/+4
2018-02-26drm/ttm: drop ttm->globChristian König1-1/+0
2018-02-26drm/ttm: drop bo->globChristian König1-2/+2
2018-02-19drm/ttm: add ttm_tt_populate wrapperChristian König1-0/+9
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky1-0/+4
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He1-1/+2
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-2/+3
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He1-1/+0
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-2/+2
2017-12-06drm/ttm: add context to driver move callback as wellChristian König1-4/+2
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König1-2/+1
2017-12-06drm/ttm: cleanup ttm_bo_driver.hChristian König1-60/+54