summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-fixes-6.10-2024-05-30' of https://gitlab.freedesktop.org/a...Dave Airlie2024-05-314-15/+5
|\
| * drm/amdkfd: simplify APU VRAM handlingAlex Deucher2024-05-293-6/+3
| * Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"Alex Deucher2024-05-291-9/+2
* | Merge tag 'drm-next-2024-05-25' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-243-4/+7
|\|
| * drm/amdkfd: Let VRAM allocations go to GTT domain on small APUsLang Yu2024-05-203-4/+7
* | Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-1515-52/+131
|\|
| * drm/amdkfd: Enforce queue BO's adevHarish Kasiviswanathan2024-04-261-0/+5
| * drm/amdgpu: prepare to handle pasid poison consumptionYiPeng Chai2024-04-261-1/+2
| * drm/amdgpu: replace tmz flag into buffer flagFrank Min2024-04-261-2/+2
| * drm/amdkfd: Add VRAM accounting for SVM migrationMukul Joshi2024-04-262-2/+16
| * drm/amdkfd: Fix rescheduling of restore workerFelix Kuehling2024-04-261-3/+3
| * drm/amdkfd: demote unsupported device messages to dev_infoAlex Deucher2024-04-231-2/+2
| * Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie2024-04-221-2/+2
| |\
| * | drm/amdkfd: Fix eviction fence handlingFelix Kuehling2024-04-181-4/+5
| * | drm/amdgpu: Use driver mode reset for data poisonHawking Zhang2024-04-181-19/+8
| * | drm/amdkfd: Fix memory leak in create_process failureFelix Kuehling2024-04-121-2/+2
| * | amd/amdkfd: sync all devices to wait all processes being evictedZhigang Luo2024-04-091-11/+6
| * | drm/amdkfd: Reset GPU on queue preemption failureHarish Kasiviswanathan2024-03-271-0/+1
| * | drm/amdkfd: Cleanup workqueue during module unloadMukul Joshi2024-03-221-0/+2
| * | drm/amdkfd: range check cp bad op exception interruptsJonathan Kim2024-03-223-3/+6
| * | drm/amdkfd: fix TLB flush after unmap for GFX9.4.2Eric Huang2024-03-221-1/+1
| * | drm/amdkfd: Check cgroup when returning DMABuf infoMukul Joshi2024-03-221-2/+2
| * | drm/amdgpu: make reset method configurable for RAS poisonTao Zhou2024-03-203-14/+28
| * | drm/amdgpu: support utcl2 RAS poison query for mmhubTao Zhou2024-03-202-12/+22
| * | drm/amdkfd: Check preemption status on all XCDsMukul Joshi2024-03-208-14/+52
| * | drm/amdkfd: Rename read_doorbell_id in MQD functionsMukul Joshi2024-03-207-12/+12
| * | drm/amdgpu: retire gfx ras query_utcl2_poison_statusTao Zhou2024-03-202-4/+24
* | | drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher2024-05-101-2/+5
* | | Revert "drm/amdkfd: Add partition id field to location_id"Lijo Lazar2024-05-081-3/+2
* | | drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX2024-04-301-0/+8
* | | drm/amdkfd: Add VRAM accounting for SVM migrationMukul Joshi2024-04-232-2/+16
* | | drm/amdkfd: Fix rescheduling of restore workerFelix Kuehling2024-04-231-3/+3
* | | drm/amdkfd: Fix eviction fence handlingFelix Kuehling2024-04-231-4/+5
| |/ |/|
* | drm/amdkfd: Fix memory leak in create_process failureFelix Kuehling2024-04-171-2/+2
* | amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie2024-04-121-2/+2
* | amd/amdkfd: sync all devices to wait all processes being evictedZhigang Luo2024-04-091-11/+6
* | drm/amdkfd: Reset GPU on queue preemption failureHarish Kasiviswanathan2024-04-091-0/+1
* | drm/amdkfd: range check cp bad op exception interruptsJonathan Kim2024-03-273-3/+6
* | drm/amdkfd: fix TLB flush after unmap for GFX9.4.2Eric Huang2024-03-271-1/+1
* | drm/amdkfd: Check cgroup when returning DMABuf infoMukul Joshi2024-03-271-2/+2
|/
* drm/amdkfd: make kfd_class constantRicardo B. Marliere2024-03-061-10/+11
* drm/amdkfd: Use SQC when TCP would fail in gfx10.1 context saveLaurent Morichetti2024-03-062-169/+530
* drm/amdkfd: Increase the size of the memory reserved for the TBALaurent Morichetti2024-03-062-10/+19
* drm/amdgpu: change vm->task_info handlingShashank Sharma2024-03-041-10/+10
* amd/amdkfd: remove unused parameterEric Huang2024-02-281-1/+1
* drm/amdkfd: Add partition id field to location_idLijo Lazar2024-02-261-2/+3
* drm/amdkfd: Skip packet submission on fatal errorLijo Lazar2024-02-264-7/+17
* drm/amdkfd: fix process reference drop on debug ioctlJonathan Kim2024-02-221-0/+1
* drm/amdkfd: add KFD support for GC 11.5.1Yifan Zhang2024-02-222-0/+8
* drm/amdkfd: Relocate TBA/TMA to opposite side of VM holeFelix Kuehling2024-02-161-14/+15