aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_ttm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-20drm/radeon: Use TTM builtin resource manager debugfs codeZack Rusin1-30/+6
2022-02-15drm/radeon: remove resource accounting v2Christian König1-16/+2
2022-01-24drm/radeon: use ttm_resource_manager_debugChristian König1-2/+2
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld1-4/+4
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König1-2/+0
2021-08-23drm/radeon: unbind in radeon_ttm_tt_unpopulate()Christian König1-3/+2
2021-06-30drm/radeon: Fix NULL dereference when updating memory statsMikel Rychliski1-3/+10
2021-06-04drm/ttm: flip over the range manager to self allocated nodesChristian König1-0/+1
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König1-1/+1
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-4/+4
2021-05-26drm/radeon: Implement mmap as GEM object functionThomas Zimmermann1-65/+0
2021-05-10drm/radeon: Move AGP data structures into radeonThomas Zimmermann1-4/+2
2021-04-09drm/radeon: Fix size overflowxinhui pan1-2/+2
2021-04-09drm/radeon: avoid potential null pointer accessGuchun Chen1-1/+1
2021-04-09drm/radeon/ttm: Fix memory leak userptr pagesDaniel Gomez1-2/+3
2021-03-26Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDaniel Vetter1-53/+35
2021-03-23drm/radeon: keep __user during castChristian König1-1/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-21/+19
2021-02-25drm/radeon/ttm: constify static vm_operations_structRikard Falkeborn1-1/+1
2021-02-18drm/radeon: do not use drm middle layer for debugfs (v2)Nirmoy Das1-35/+31
2021-02-18drm/radeon: cleanup debugfsNirmoy Das1-19/+5
2021-01-25Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-3/+0
2021-01-21drm/ttm: device naming cleanupChristian König1-20/+18
2021-01-13drm/radeon: Store PCI controller in struct radeon_device.hoseThomas Zimmermann1-1/+1
2021-01-07drm/radeon: stop re-init the TTM page poolChristian König1-3/+0
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-5/+4
2020-12-14drm/radeon: fix check order in radeon_bo_moveChristian König1-30/+24
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-1/+1
2020-12-10Merge tag 'amd-drm-next-5.11-2020-12-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-5/+4
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König1-1/+0
2020-11-30drm/prime: split array import functions v4Christian König1-5/+4
2020-11-30drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays v2Christian König1-5/+6
2020-11-27drm/radeon: fix check order in radeon_bo_moveChristian König1-30/+24
2020-11-16drm/radeon: Move radeon_ttm{init, fini} to shared locationLee Jones1-0/+1
2020-11-13drm/radeon/radeon_ttm: Place declaration of 'rdev' in same clause as its useLee Jones1-5/+3
2020-11-11drm/radeon/ttm: use multihopDave Airlie1-106/+12
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie1-1/+2
2020-10-29drm/radeon: switch to new allocator v2Christian König1-38/+14
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König1-2/+2
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-4/+4
2020-10-26drm/ttm: make num_pages uint32_tChristian König1-2/+2
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König1-2/+0
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-1/+7
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-1/+5
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-2/+9
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-1/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie1-5/+7
2020-10-21drm/ttm: move some move binds into the driversDave Airlie1-3/+8
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie1-3/+12
2020-10-20drm/ttm: use new move interface for known system->ttm movesDave Airlie1-1/+2