Age | Commit message (Expand) | Author | Files | Lines |
2021-05-22 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -2/+2 |
2021-05-19 | drm/amdgpu: Add early fini callback | Andrey Grodzovsky | 1 | -1/+1 |
2021-05-19 | drm/amdkfd: heavy-weight flush TLB after unmap | Philip Yang | 1 | -2/+2 |
2021-04-09 | drm/amdgpu: use amdgpu_bo_user bo for metadata and tiling flag | Nirmoy Das | 1 | -2/+0 |
2021-04-09 | drm/amdgpu: use amdgpu_bo_create_user() for when possible | Nirmoy Das | 1 | -1/+3 |
2021-04-09 | drm/amdgpu: allow variable BO struct creation | Nirmoy Das | 1 | -0/+2 |
2021-03-23 | Revert "drm/amdgpu: During compute disable GFXOFF for Sienna_Cichlid" | Harish Kasiviswanathan | 1 | -7/+0 |
2021-03-23 | drm/amdgpu: Add kfd init_complete flag to check from amdgpu side | shaoyunl | 1 | -1/+2 |
2021-03-23 | drm/amdgpu: Use free system memory size for kfd memory accounting | Oak Zeng | 1 | -1/+1 |
2021-01-28 | drm/amd/amdkfd: adjust dummy functions' placement | Lang Yu | 1 | -87/+0 |
2020-11-04 | drm/amdgpu: Change the way to determine framebuffer type | Gang Ba | 1 | -13/+7 |
2020-10-23 | drm/amdgpu: During compute disable GFXOFF for Sienna_Cichlid | Harish Kasiviswanathan | 1 | -0/+7 |
2020-10-09 | drm/amdgpu: kfd_initialized can be static | kernel test robot | 1 | -1/+1 |
2020-09-25 | drm/amdgpu: store noretry parameter per driver instance | Alex Deucher | 1 | -0/+7 |
2020-09-22 | drm/amdgpu: Fix handling of KFD initialization failures | Felix Kuehling | 1 | -1/+10 |
2020-09-08 | Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd... | Dave Airlie | 1 | -4/+9 |
2020-08-24 | drm/amdgpu: Get DRM dev from adev by inline-f | Luben Tuikov | 1 | -3/+3 |
2020-08-24 | drm/amdgpu: drm_device to amdgpu_device by inline-f (v2) | Luben Tuikov | 1 | -1/+1 |
2020-08-14 | drm/amdgpu: revert "fix system hang issue during GPU reset" | Christian König | 1 | -37/+3 |
2020-08-12 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -7/+5 |
2020-08-07 | drm/amdgpu: unlock mutex on error | Dennis Li | 1 | -2/+3 |
2020-08-06 | drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager. | Dave Airlie | 1 | -1/+1 |
2020-08-06 | drm/amdgfx/ttm: use wrapper to get ttm memory managers | Dave Airlie | 1 | -1/+2 |
2020-07-27 | drm/amdkfd: Add thermal throttling SMI event | Mukul Joshi | 1 | -0/+4 |
2020-07-27 | drm/amdgpu: fix system hang issue during GPU reset | Dennis Li | 1 | -3/+37 |
2020-07-02 | drm/amdgpu: Clean up KFD VMID assignment | Felix Kuehling | 1 | -7/+5 |
2020-04-28 | drm/amdkfd: Put ASIC revision into HSA capability | Joseph Greathouse | 1 | -0/+7 |
2020-03-10 | drm/amdkfd: Consolidate duplicated bo alloc flags | Yong Zhao | 1 | -2/+4 |
2020-03-06 | drm/amdgpu: Use better names to reflect it is CP MQD buffer | Yong Zhao | 1 | -3/+3 |
2020-02-26 | drm/amdkfd: Avoid ambiguity by indicating it's cp queue | Yong Zhao | 1 | -2/+2 |
2020-02-26 | drm/amd: Extend ROCt to surface UUID for devices that have them | Divya Shikre | 1 | -0/+8 |
2020-02-26 | drm/amdgpu: Fix check for DPM when returning max clock | Kent Russell | 1 | -2/+2 |
2020-02-26 | drm/amdgpu: Remove kfd eviction fence before release bo (v2) | xinhui pan | 1 | -0/+5 |
2020-02-25 | drm/amdgpu: Improve Vega20 XGMI TLB flush workaround | Felix Kuehling | 1 | -5/+1 |
2020-02-12 | drm/amdkfd: refactor runtime pm for baco | Rajneesh Bhardwaj | 1 | -6/+6 |
2020-01-16 | drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfd | Alex Sierra | 1 | -0/+32 |
2020-01-14 | drm/amd/powerplay: cover the powerplay implementation details V3 | Evan Quan | 1 | -9/+3 |
2019-10-30 | drm/amdkfd: Delete duplicated queue bit map reservation | Yong Zhao | 1 | -8/+0 |
2019-10-03 | drm/amdkfd: Use array to probe kfd2kgd_calls | Yong Zhao | 1 | -64/+1 |
2019-10-03 | drm/amdkfd: fix kgd2kfd_device_init() definition conflict error | Prike Liang | 1 | -0/+1 |
2019-10-03 | drm/amd: Pass drm_device to kfd | Harish Kasiviswanathan | 1 | -1/+1 |
2019-09-16 | drm/amdkfd: enable renoir while device probes | Huang Rui | 1 | -0/+1 |
2019-09-13 | drm/amdkfd: Query kfd device info by CHIP id instead of pci device id | Yong Zhao | 1 | -2/+4 |
2019-08-02 | drm/amdgpu: enable Navi12 kfd support for amdgpu | shaoyunl | 1 | -0/+1 |
2019-08-02 | drm/amd/powerplay: enable SW SMU power profile switch support in KFD | Evan Quan | 1 | -2/+6 |
2019-07-31 | drm/amdkfd: enable KFD support for navi14 | Alex Deucher | 1 | -0/+1 |
2019-07-18 | drm/amdgpu: Clear build undefined warning | James Zhu | 1 | -0/+5 |
2019-07-18 | drm/amdkfd: Implement kfd2kgd_calls for Arcturus | Oak Zeng | 1 | -1/+3 |
2019-07-18 | amd/amdkfd: Add ASIC ARCTURUS to kfd | Yong Zhao | 1 | -0/+1 |
2019-07-01 | drm/amdkfd: remove duplicated PCIE atomics request | Jack Xiao | 1 | -0/+7 |