Age | Commit message (Expand) | Author |
2023-06-09 | drm/amdgpu: use %pad format string for dma_addr_t | Arnd Bergmann |
2023-06-09 | drm/amdgpu: Allocate GART table in RAM for AMD APU | Felix Kuehling |
2023-06-09 | drm/amdgpu: add bitmask to iterate vmhubs | Le Ma |
2022-02-07 | drm/amdgpu: check the GART table before invalidating TLB | Aaron Liu |
2022-01-25 | drm/amdgpu: drop WARN_ON in amdgpu_gart_bind/unbind | Guchun Chen |
2022-01-19 | drm/amdgpu: remove gart.ready flag | Christian König |
2022-01-11 | drm/amdgpu: recover gart table at resume | Nirmoy Das |
2021-10-08 | drm/amdgpu: use adev_to_drm for consistency when accessing drm_device | Guchun Chen |
2021-09-23 | drm/amdgpu: Put drm_dev_enter/exit outside hot codepath | xinhui pan |
2021-08-24 | drm/amdgpu: switch from 'pci_' to 'dma_' API | Christophe JAILLET |
2021-06-18 | drm/amdgpu: remove unused parameter in amdgpu_gart_bind | Yifan Zhang |
2021-06-04 | drm/amdgpu: Don't flush/invalidate HDP for APUs and A+A | Eric Huang |
2021-06-04 | Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag... | Dave Airlie |
2021-06-01 | drm/amdgpu: flush gart changes after all BO recovery | Nirmoy Das |
2021-05-22 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann |
2021-05-19 | drm/amdgpu: Handle IOMMU enabled case. | Andrey Grodzovsky |
2021-04-20 | drm/amd/amdgpu/amdgpu_gart: Correct a couple of function names in the docs | Lee Jones |
2021-04-09 | drm/amdgpu: allow variable BO struct creation | Nirmoy Das |
2021-03-26 | Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag... | Daniel Vetter |
2021-03-05 | drm/amdgpu: Fix some unload driver issues | Emily Deng |
2021-02-18 | drm/amdgpu: remove CONFIG_DRM_AMDGPU_GART_DEBUGFS | Nirmoy Das |
2021-01-21 | drm/ttm: device naming cleanup | Christian König |
2020-11-24 | drm/amdgpu: use generic DMA API | Nirmoy Das |
2019-11-13 | drm/amdgpu: add function parameter description in 'amdgpu_gart_bind' | yu kuai |
2019-10-25 | drm/ttm: remove pointers to globals | Christian König |
2019-08-15 | dmr/amdgpu: Fix compile error with CONFIG_DRM_AMDGPU_GART_DEBUGFS | Andrey Grodzovsky |
2019-08-15 | drm/amdgpu: Export function to flush TLB of specific vm hub | Oak Zeng |
2019-06-10 | drm/amd: drop use of drmP.h in amdgpu/amdgpu* | Sam Ravnborg |
2018-11-05 | drm/amdgpu: Added a few comments for gart | Oak Zeng |
2018-11-05 | drm/amdgpu: Reorganize amdgpu_gmc_flush_gpu_tlb() for kfd to use | Yong Zhao |
2018-08-27 | drm/amdgpu: remove gart.table_addr | Christian König |
2018-08-27 | drm/amdgpu: rename gart.robj into gart.bo | Christian König |
2018-07-10 | drm/amdgpu: separate gpu address from bo pin | Junwei Zhang |
2018-07-05 | drm/amdgpu: Add AMDGPU_GPU_PAGES_IN_CPU_PAGE define | Michel Dänzer |
2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook |
2018-05-15 | drm/amdgpu: use amdgpu_bo_param for amdgpu_bo_create v2 | Chunming Zhou |
2018-03-14 | drm/amdgpu: explicit give BO type to amdgpu_bo_create | Christian König |
2018-03-14 | drm/amdgpu: stop allocating a page array for prime shared BOs | Christian König |
2018-02-26 | drm/amdgpu: use the TTM dummy page instead of allocating one | Christian König |
2018-02-19 | drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()" | Christian König |
2018-02-19 | drm/amdgpu: add optional ring to *_hdp callbacks | Christian König |
2018-02-19 | drm/amdgpu: move struct gart_funcs into amdgpu_gmc.h | Christian König |
2018-02-19 | drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.h | Christian König |
2018-02-19 | drm/amdgpu: adjust HDP write queue flushing for tlb invalidation | Alex Deucher |
2017-12-18 | drm/amdgpu: move dummy page functions to amdgpu_gart.c | Alex Deucher |
2017-12-06 | drm/amdgpu:partially revert 1cfd8e237f0318e330190ac21d63c58ae6a1f66c | Monk Liu |
2017-12-06 | drm/amdgpu:fix NULL pointer access during drv remove | Monk Liu |
2017-12-06 | drm/amdgpu:cleanup GMC & gart garbage function | Monk Liu |
2017-10-25 | drm/amdgpu: don't flush the TLB before initializing GART | Christian König |
2017-08-24 | drm/amdgpu: move default gart size setting into gmc modules | Alex Deucher |