summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-08-16drm: ttm: Don't bail from ttm_global_init if debugfs_create_dir failsDan Moulding
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie
2021-07-22drm/ttm: Initialize debugfs from ttm_global_init()Jason Ekstrand
2021-07-21drm/ttm: add missing NULL checksPavel Skripkin
2021-07-21drm/ttm: Force re-init if ttm_global_init() failsJason Ekstrand
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-14drm/ttm: add a check against null pointer dereferenceZheyu Ma
2021-06-23drm/ttm: add TTM_PL_FLAG_TEMPORARY flag v3Lang Yu
2021-06-23drm/ttm: Fix multihop assert on eviction.Andrey Grodzovsky
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie
2021-06-08drm/ttm: fix deref of bo->ttm without holding the lock v2Christian König
2021-06-08drm/ttm: nuke VM_MIXEDMAP on BO mappings v3Christian König
2021-06-08drm/ttm: fix pipelined gutting v2Christian König
2021-06-07drm/ttm: fix warning after moving resource to ghost objChristian König
2021-06-07drm/ttm: fix access to uninitialized variable.Christian König
2021-06-07drm/ttm, drm/amdgpu: Allow the driver some control over swappingThomas Hellström
2021-06-07drm/ttm: Document and optimize ttm_bo_pipeline_gutting()Thomas Hellström
2021-06-07drm/ttm: Use drm_memcpy_from_wc for TTM bo movesThomas Hellström
2021-06-07drm/ttm: Add a generic TTM memcpy move for page-based iomemThomas Hellström
2021-06-07drm/ttm: fix missing res assignment in ttm_range_man_allocChristian König
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König
2021-06-06dma-buf: rename and cleanup dma_resv_get_list v2Christian König
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König
2021-06-04drm/ttm: flip over the sys manager to self allocated nodesChristian König
2021-06-04drm/ttm: flip over the range manager to self allocated nodesChristian König
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König
2021-06-03drm/ttm/ttm_tt: Demote non-conformant kernel-doc headerLee Jones
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-05-26drm/ttm: Remove ttm_bo_mmap() and friendsThomas Zimmermann
2021-05-26drm/ttm: Don't override vm_ops callbacks, if setThomas Zimmermann
2021-05-26drm/ttm: Skip swapout if ttm object is not populatedxinhui pan
2021-05-20drm/ttm: Explain why ttm_bo_add_move_fence uses a shared slotDaniel Vetter
2021-05-19drm/ttm: Remap all page faults to per process dummy page.Andrey Grodzovsky
2021-05-04drm/ttm: fix warning in new sys manChristian König
2021-05-03drm/ttm: properly allocate sys resource during swapoutChristian König
2021-05-03drm/ttm: always initialize the full ttm_resource v2Christian König
2021-05-03drm/ttm: add ttm_sys_manager v3Christian König
2021-05-03drm/ttm: cleanup ttm_agp_backendChristian König
2021-04-30Merge tag 'drm-misc-next-fixes-2021-04-29' of git://anongit.freedesktop.org/d...Dave Airlie
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König
2021-04-23drm/ttm: minor range manager coding style clean upsChristian König
2021-04-23drm/ttm: remove special handling for non GEM driversChristian König
2021-04-23drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang
2021-04-23drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang
2021-04-23Merge tag 'drm-misc-next-fixes-2021-04-22' of git://anongit.freedesktop.org/d...Dave Airlie
2021-04-22drm/ttm/ttm_device: Demote kernel-doc abusesLee Jones
2021-04-22drm/ttm/ttm_bo: Fix incorrectly documented function 'ttm_bo_cleanup_refs'Lee Jones
2021-04-21drm/ttm: Don't count pages in SG BOs against pages_limitFelix Kuehling