summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+5
2024-05-10drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-2/+5
2024-04-27drm/amdkfd: Enforce queue BO's adevHarish Kasiviswanathan1-0/+5
2024-04-12amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2024-03-27drm/amdkfd: Check cgroup when returning DMABuf infoMukul Joshi1-2/+2
2024-03-06drm/amdkfd: make kfd_class constantRicardo B. Marliere1-10/+11
2024-02-29amd/amdkfd: remove unused parameterEric Huang1-1/+1
2024-02-22drm/amdkfd: fix process reference drop on debug ioctlJonathan Kim1-0/+1
2024-01-31drm/amdkfd: reserve the BO before validating itLang Yu1-1/+3
2023-12-13drm/amdkfd: Import DMABufs for interop through DRMFelix Kuehling1-11/+4
2023-12-13drm/amdkfd: Export DMABufs from KFD using GEM handlesFelix Kuehling1-2/+2
2023-09-26drm/amdkfd: Move dma unmapping after TLB flushPhilip Yang1-8/+12
2023-09-12drm/amdgpu: Merge debug module parametersAndré Almeida1-1/+1
2023-08-11drm/amdkfd: drop IOMMUv2 supportAlex Deucher1-3/+0
2023-08-08drm/amdgpu: use doorbell mgr for kfd process doorbellsShashank Sharma1-9/+10
2023-07-27drm/amdkfd: fix and enable ttmp setup for gfx11Jonathan Kim1-1/+12
2023-07-27drm/amdgpu: Checkpoint and Restore VRAM BOs without VARamesh Errabolu1-2/+6
2023-07-25drm/amdkfd: enable cooperative groups for gfx11Jonathan Kim1-1/+2
2023-07-07drm/amdkfd: Access gpuvm_export_dmabuf() API to get DmabufRamesh Errabolu1-6/+5
2023-06-15Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie1-40/+420
2023-06-09drm/amdkfd: potential error pointer dereference in ioctlDan Carpenter1-2/+2
2023-06-09drm/amdkfd: bump kfd ioctl minor version for debug api availabilityJonathan Kim1-1/+0
2023-06-09drm/amdkfd: add debug device snapshot operationJonathan Kim1-2/+5
2023-06-09drm/amdkfd: add debug queue snapshot operationJonathan Kim1-0/+6
2023-06-09drm/amdkfd: add debug query exception info operationJonathan Kim1-0/+7
2023-06-09drm/amdkfd: add debug query event operationJonathan Kim1-0/+6
2023-06-09drm/amdkfd: add debug set flags operationJonathan Kim1-0/+2
2023-06-09drm/amdkfd: add debug set and clear address watch points operationJonathan Kim1-0/+24
2023-06-09drm/amdkfd: add debug suspend and resume process queues operationJonathan Kim1-0/+11
2023-06-09drm/amdkfd: add debug wave launch mode operationJonathan Kim1-0/+3
2023-06-09drm/amdkfd: add debug wave launch override operationJonathan Kim1-0/+7
2023-06-09drm/amdkfd: add debug set exceptions enabled operationJonathan Kim1-0/+3
2023-06-09drm/amdkfd: add runtime enable operationJonathan Kim1-1/+142
2023-06-09drm/amdkfd: add send exception operationJonathan Kim1-0/+5
2023-06-09drm/amdkfd: apply trap workaround for gfx11Jonathan Kim1-2/+0
2023-06-09drm/amdkfd: add per process hw trap enable and disable functionsJonathan Kim1-0/+5
2023-06-09drm/amdkfd: prepare per-process debug enable and disableJonathan Kim1-2/+100
2023-06-09drm/amdkfd: add debug and runtime enable interfaceJonathan Kim1-0/+48
2023-06-09drm/amdkfd: Fix memory reporting on GFX 9.4.3Mukul Joshi1-1/+2
2023-06-09drm/amdkfd: Move local_mem_info to kfd_nodeMukul Joshi1-3/+4
2023-06-09drm/amdgpu: KFD graphics interop support compute partitionPhilip Yang1-8/+6
2023-06-09drm/amdgpu: Handle VRAM dependencies on GFXIP9.4.3Rajneesh Bhardwaj1-0/+6
2023-06-09drm/amdkfd: Rework kfd_locked handlingMukul Joshi1-7/+0
2023-06-09drm/amdkfd: Add PM4 target XCCMukul Joshi1-4/+18
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-21/+22
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-6/+10
2023-03-20Merge tag 'amd-drm-next-6.4-2023-03-17' of https://gitlab.freedesktop.org/agd...Dave Airlie1-6/+65
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-14drm/amdkfd: fix potential kgd_mem UAFsChia-I Wu1-6/+10