summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_ttm.c
AgeCommit message (Expand)Author
2021-05-26drm/radeon: Implement mmap as GEM object functionThomas Zimmermann
2021-05-10drm/radeon: Move AGP data structures into radeonThomas Zimmermann
2021-04-09drm/radeon: Fix size overflowxinhui pan
2021-04-09drm/radeon: avoid potential null pointer accessGuchun Chen
2021-04-09drm/radeon/ttm: Fix memory leak userptr pagesDaniel Gomez
2021-03-26Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter
2021-03-23drm/radeon: keep __user during castChristian König
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-02-25drm/radeon/ttm: constify static vm_operations_structRikard Falkeborn
2021-02-18drm/radeon: do not use drm middle layer for debugfs (v2)Nirmoy Das
2021-02-18drm/radeon: cleanup debugfsNirmoy Das
2021-01-25Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie
2021-01-21drm/ttm: device naming cleanupChristian König
2021-01-13drm/radeon: Store PCI controller in struct radeon_device.hoseThomas Zimmermann
2021-01-07drm/radeon: stop re-init the TTM page poolChristian König
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst
2020-12-14drm/radeon: fix check order in radeon_bo_moveChristian König
2020-12-14drm/ttm: cleanup BO size handling v3Christian König
2020-12-10Merge tag 'amd-drm-next-5.11-2020-12-09' of git://people.freedesktop.org/~agd...Dave Airlie
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König
2020-11-30drm/prime: split array import functions v4Christian König
2020-11-30drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays v2Christian König
2020-11-27drm/radeon: fix check order in radeon_bo_moveChristian König
2020-11-16drm/radeon: Move radeon_ttm{init, fini} to shared locationLee Jones
2020-11-13drm/radeon/radeon_ttm: Place declaration of 'rdev' in same clause as its useLee Jones
2020-11-11drm/radeon/ttm: use multihopDave Airlie
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie
2020-10-29drm/radeon: switch to new allocator v2Christian König
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König
2020-10-26drm/ttm: make num_pages uint32_tChristian König
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie
2020-10-21drm/ttm: drop move notify around move.Dave Airlie
2020-10-21drm/ttm: drop unbind callback.Dave Airlie
2020-10-21drm/ttm: add move to system into driversDave Airlie
2020-10-21drm/ttm: move some move binds into the driversDave Airlie
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie
2020-10-20drm/ttm: use new move interface for known system->ttm movesDave Airlie
2020-10-15drm/ttm: nuke caching placement flagsChristian König
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König
2020-09-28drm/radeon: stop using TTMs fault callbackChristian König
2020-09-25drm/radeon/ttm: handle ttm moves properlyDave Airlie
2020-09-24drm/radeon: switch over to the new pin interfaceChristian König
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie
2020-09-24drm/radeon: cleanup ttm operation ctx usage.Dave Airlie
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie
2020-09-18drm/ttm/drivers: call the bind function directly.Dave Airlie