summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-32/+32
2022-07-29drm/amdkfd: use time_is_before_jiffies(a + b) to replace "jiffies - a > b"Yu Zhe1-2/+2
2022-04-07drm/amdkfd: Improve concurrency of event handlingFelix Kuehling1-1/+10
2022-02-23drm/amdkfd: Use real device for messagesFelix Kuehling1-4/+4
2022-02-22drm/amdkfd: Drop IH ring overflow message to dbgKent Russell1-1/+1
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj1-1/+2
2021-12-01drm/amdkfd: add kfd_device_info_init functionGraham Sider1-9/+9
2019-10-03drm/amdkfd: fix a potential NULL pointer dereference (v2)Allen Pais1-0/+5
2018-07-11drm/amdkfd: fix zero reading of VMID and PASID for HawaiiLan Xiao1-2/+4
2018-04-13drm/amdkfd: Remove vlaLaura Abbott1-3/+5
2017-10-27drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez1-1/+2
2017-10-27drm/amdkfd: wait only for IH work on IH exitAndres Rodriguez1-2/+2
2017-10-27drm/amdkfd: increase IH num entries to 8192Andres Rodriguez1-1/+1
2017-10-27drm/amdkfd: use standard kernel kfifo for IHAndres Rodriguez1-53/+25
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-1/+1
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky1-2/+9
2015-05-19drm/amdkfd: Add interrupt handling moduleAndrew Lewycky1-0/+181
2015-01-08drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer1-176/+0
2014-07-17amdkfd: Add interrupt handling moduleAndrew Lewycky1-0/+176