summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
Commit message (Expand)AuthorAgeFilesLines
* amdgpu: Adjust kmalloc_array calls for new -Walloc-sizeSam James2023-11-171-2/+2
* drm/amdkfd: Add XCC instance to kgd2kfd interface (v3)Mukul Joshi2023-06-091-8/+9
* mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel2022-05-131-1/+1
* drm/amdkfd: Remove unused old debugger implementationMukul Joshi2022-02-091-96/+0
* drm/amdkfd: replace/remove remaining kgd_dev referencesGraham Sider2021-11-171-5/+0
* drm/amdkfd: replace kgd_dev in various kfd2kgd funcsGraham Sider2021-11-171-27/+12
* drm/amdkfd: replace kgd_dev in hqd/mqd kfd2kgd funcsGraham Sider2021-11-171-20/+13
* drm/amdkfd: replace kgd_dev in static gfx v7 funcsGraham Sider2021-11-171-28/+23
* Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-1/+1
|\
| * drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li2020-08-241-1/+1
| * drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-1/+1
| * drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-1/+1
* | drm, iommu: Change type of pasid to u32Fenghua Yu2020-09-171-1/+1
|/
* kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-101-2/+0
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* drm/amdkfd: Make get_tile_config() genericYong Zhao2020-02-281-26/+0
* drm/amdgpu: flush TLB functions removal from kfd2kgd interfaceAlex Sierra2020-01-161-41/+0
* drm/amdkfd: Use array to probe kfd2kgd_callsYong Zhao2019-10-031-6/+1
* drm/amdkfd: Delete unnecessary function declarationsYong Zhao2019-10-031-88/+30
* drm/amdgpu: Delete useless header file referenceYong Zhao2019-10-031-2/+0
* drm/amdkfd: Eliminate get_atc_vmid_pasid_mapping_validYong Zhao2019-10-031-19/+9
* drm/amdkfd: Use better name for sdma queue non HWS pathYong Zhao2019-10-031-28/+30
* drm/amdkfd: Delete useless SDMA register setting on non HWS pathYong Zhao2019-10-031-11/+0
* drm/amdkfd: Add an error print if SDMA RLC is not idleYong Zhao2019-10-031-2/+6
* Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-1/+1
|\
| * drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-1/+1
* | drm/amdkfd: Cosmetic cleanupKent Russell2019-05-241-1/+1
|/
* drm/amdgpu: get_fw_version isn't ASIC specificAmber Lin2019-04-191-61/+0
* drm/amdgpu: Workaround build failure due to trace conflictKuehling, Felix2018-12-071-0/+1
* drm/amdgpu: Remove unused function pointersAmber Lin2018-11-051-25/+0
* drm/amd: Interface change to support 64 bit page_table_baseShaoyun Liu2018-09-261-3/+4
* BackMerge v4.19-rc5 into drm-nextDave Airlie2018-09-271-1/+1
|\
| * drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7Amber Lin2018-09-201-1/+1
* | drm/amdkfd: Release an acquired process vmOak Zeng2018-08-291-0/+1
|/
* drm/amdgpu: Add kfd2kgd.set_compute_idle interfaceFelix Kuehling2018-07-161-1/+2
* drm/amdgpu: Avoid destroy hqd when GPU is on resetShaoyun Liu2018-07-111-0/+3
* drm/amdgpu: Avoid invalidate tlbs when gpu is on resetShaoyun Liu2018-07-111-0/+3
* drm/amdgpu: Enable the gpu reset from KFDShaoyun Liu2018-07-111-1/+2
* drm/amdkfd: fix zero reading of VMID and PASID for HawaiiLan Xiao2018-07-111-1/+19
* drm/amdgpu: save vm fault information for amdkfdshaoyunl2018-07-111-0/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* drm/amdgpu: Remove unused interface from kfd2kgd interfaceFelix Kuehling2018-04-101-10/+0
* drm/amdgpu: Add kfd2kgd interface to acquire an existing VMFelix Kuehling2018-03-151-0/+1
* drm/amdgpu: Add submit IB function for KFDFelix Kuehling2018-02-061-0/+1
* drm/amdgpu: Add GPUVM memory management functions for KFDFelix Kuehling2018-02-061-1/+65
* drm/amdgpu: Remove unused kfd2kgd interfaceFelix Kuehling2018-02-061-9/+0
* drm/amdgpu: Fix wrong mask in get_atc_vmid_pasid_mapping_pasidFelix Kuehling2018-02-061-1/+1
* drm/amdgpu: remove useless BUG_ONsFelix Kuehling2018-02-061-2/+0
* Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-01-091-2/+2
|\
| * drm/amdgpu: separate VMID and PASID handlingChristian König2017-12-271-2/+2