summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_ttm.c
AgeCommit message (Expand)Author
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie
2020-08-06drm/radeon/ttm: use wrapper to access memory managerDave Airlie
2020-08-06drm/radeon/ttm: use new takedown pathsDave Airlie
2020-08-06drm/radeon: use new ttm man init pathDave Airlie
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König
2020-07-31drm/radeon: stop implementing init_mem_typeChristian König
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König
2020-07-22drm/radeon: stop using TTM_MEMTYPE_FLAG_MAPPABLEChristian König
2020-07-21drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König
2020-07-21drm: remove optional dummy function from drivers using TTMChristian König
2020-07-13drm: radeon: fix common struct sg_table related issuesMarek Szyprowski
2020-06-25drm/radeon: don't use ttm bo->offsetNirmoy Das
2020-03-31Merge v5.6 into drm-nextDave Airlie
2020-03-25drm/radeon: fix scatter-gather mapping with user pagesShane Francis
2020-02-21Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-05drm/radeon: Don't include <drm/drm_pci.h>Thomas Zimmermann
2019-11-08drm/radeon: finally fix the racy VMA setupChristian König
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-09-11drm/radeon: switch to gem vma offset managerGerd Hoffmann
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann
2019-08-15drm/radeon: handle PCIe root ports with addressing limitationsChristoph Hellwig
2019-08-06drm/radeon: switch driver from bo->resv to bo->base.resvGerd Hoffmann
2019-08-06drm/radeon: use embedded gem objectGerd Hoffmann
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher
2019-06-13radeon: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-10drm/radeon: drop use of drmP.h (1/2)Sam Ravnborg
2019-03-20drm/ttm: remove set but not used variable 'rdev'YueHaibing
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas 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
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-06-19gpu: drm: radeon: Adding new typedef vm_fault_tSouptick Joarder
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-19drm/radeon: remove extra TT unpopulated checkChristian König
2018-02-13drm/radeon: only enable swiotlb path when need v2Chunming Zhou
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/radeon: remove the default io_mem_pfn setTan Xiaojun
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He
2017-12-06drm/ttm: add context to driver move callback as wellChristian König
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds