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