summaryrefslogtreecommitdiff
path: root/include/drm/ttm
AgeCommit message (Expand)Author
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-04-19drm/ttm: fix re-init of global structuresChristian König
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann
2019-02-11Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper
2019-01-28drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann
2019-01-25drm/ttm: add lru notify to bo driver v2Chunming Zhou
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König
2018-11-05drm: Remove drm_global.{c,h} v2Thomas Zimmermann
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_bo_global instanceChristian König
2018-11-05drm/ttm: make the device list mutex staticChristian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_globalThomas Zimmermann
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-09-28drm/ttm: Export ttm_bo_get_unless_zero()Thomas Hellstrom
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom
2018-08-27drm/ttm: add bulk move function on LRUHuang Rui
2018-08-27drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König
2018-08-27drm/ttm: add helper structures for bulk moves on lru listChristian König
2018-08-01drm/ttm: Add ttm_set_pages_wc and ttm_set_pages_uc helperHuang Rui
2018-07-27drm/ttm: add ttm_set_memory header (v2)Huang Rui
2018-07-10drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann
2018-03-22drm/ttm: Export the ttm_k[un]map_atomic_prot API.Thomas Hellstrom
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König
2018-03-14drm/ttm: add ttm_sg_tt_initChristian König
2018-03-14drm/ttm: move ttm_tt defines into ttm_tt.hChristian König
2018-02-26drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König
2018-02-26drm/ttm: check if free mem space is under the lower limitRoger He
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-26drm/ttm: drop ttm->globChristian König
2018-02-26drm/ttm: drop bo->globChristian König
2018-02-26drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOCRoger He
2018-02-26drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He
2018-02-19drm/ttm: add ttm_tt_populate wrapperChristian König
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky
2018-01-10drm/ttm: remove ttm_bo_default_io_mem_pfnTan Xiaojun
2017-12-28drm/ttm: enable swapout for reserved BOs during allocationRoger He
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_alloc_pageRoger He
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He
2017-12-15drm/ttm: add allow_reserved_eviction and resv into ttm_operation_ctxRoger He
2017-12-06drm/ttm: add number of bytes moved to the operation contextChristian König