summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Accounting pdd vram_usage for svmPhilip Yang2024-10-151-3/+3
* drm/amdkfd: Remove an unused parameter in queue creationLang Yu2024-10-011-1/+1
* drm/amdkfd: CRIU fixesAl Viro2024-09-101-18/+46
* drm/amdkfd: Handle queue destroy buffer access racePhilip Yang2024-08-131-0/+1
* drm/amdkfd: allow users to target recommended SDMA enginesJonathan Kim2024-07-251-0/+16
* drm/amdkfd: Ensure user queue buffers residencyPhilip Yang2024-07-231-2/+1
* drm/amdkfd: Refactor queue wptr_bo GART mappingPhilip Yang2024-07-231-47/+9
* drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang2024-07-231-1/+1
* drm/amdkfd: kfd_bo_mapped_dev support partitionPhilip Yang2024-07-231-1/+1
* drm/amdkfd: remove logically dead codeJesse Zhang2024-06-051-5/+0
* drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher2024-05-081-2/+5
* drm/amdkfd: Enforce queue BO's adevHarish Kasiviswanathan2024-04-261-0/+5
* amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie2024-04-121-2/+2
* 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
* amd/amdkfd: remove unused parameterEric Huang2024-02-281-1/+1
* drm/amdkfd: fix process reference drop on debug ioctlJonathan Kim2024-02-221-0/+1
* drm/amdkfd: reserve the BO before validating itLang Yu2024-01-311-1/+3
* drm/amdkfd: Import DMABufs for interop through DRMFelix Kuehling2023-12-131-11/+4
* drm/amdkfd: Export DMABufs from KFD using GEM handlesFelix Kuehling2023-12-131-2/+2
* drm/amdkfd: Move dma unmapping after TLB flushPhilip Yang2023-09-261-8/+12
* drm/amdgpu: Merge debug module parametersAndré Almeida2023-09-111-1/+1
* drm/amdkfd: drop IOMMUv2 supportAlex Deucher2023-08-111-3/+0
* drm/amdgpu: use doorbell mgr for kfd process doorbellsShashank Sharma2023-08-071-9/+10
* drm/amdkfd: fix and enable ttmp setup for gfx11Jonathan Kim2023-07-271-1/+12
* drm/amdgpu: Checkpoint and Restore VRAM BOs without VARamesh Errabolu2023-07-271-2/+6
* drm/amdkfd: enable cooperative groups for gfx11Jonathan Kim2023-07-251-1/+2
* drm/amdkfd: Access gpuvm_export_dmabuf() API to get DmabufRamesh Errabolu2023-07-071-6/+5
* Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-06-151-40/+420
|\
| * drm/amdkfd: potential error pointer dereference in ioctlDan Carpenter2023-06-091-2/+2
| * drm/amdkfd: bump kfd ioctl minor version for debug api availabilityJonathan Kim2023-06-091-1/+0
| * drm/amdkfd: add debug device snapshot operationJonathan Kim2023-06-091-2/+5
| * drm/amdkfd: add debug queue snapshot operationJonathan Kim2023-06-091-0/+6
| * drm/amdkfd: add debug query exception info operationJonathan Kim2023-06-091-0/+7
| * drm/amdkfd: add debug query event operationJonathan Kim2023-06-091-0/+6
| * drm/amdkfd: add debug set flags operationJonathan Kim2023-06-091-0/+2
| * drm/amdkfd: add debug set and clear address watch points operationJonathan Kim2023-06-091-0/+24
| * drm/amdkfd: add debug suspend and resume process queues operationJonathan Kim2023-06-091-0/+11
| * drm/amdkfd: add debug wave launch mode operationJonathan Kim2023-06-091-0/+3
| * drm/amdkfd: add debug wave launch override operationJonathan Kim2023-06-091-0/+7
| * drm/amdkfd: add debug set exceptions enabled operationJonathan Kim2023-06-091-0/+3
| * drm/amdkfd: add runtime enable operationJonathan Kim2023-06-091-1/+142
| * drm/amdkfd: add send exception operationJonathan Kim2023-06-091-0/+5
| * drm/amdkfd: apply trap workaround for gfx11Jonathan Kim2023-06-091-2/+0
| * drm/amdkfd: add per process hw trap enable and disable functionsJonathan Kim2023-06-091-0/+5
| * drm/amdkfd: prepare per-process debug enable and disableJonathan Kim2023-06-091-2/+100
| * drm/amdkfd: add debug and runtime enable interfaceJonathan Kim2023-06-091-0/+48
| * drm/amdkfd: Fix memory reporting on GFX 9.4.3Mukul Joshi2023-06-091-1/+2
| * drm/amdkfd: Move local_mem_info to kfd_nodeMukul Joshi2023-06-091-3/+4
| * drm/amdgpu: KFD graphics interop support compute partitionPhilip Yang2023-06-091-8/+6