summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi2023-06-091-32/+32
* drm/amdkfd: use time_is_before_jiffies(a + b) to replace "jiffies - a > b"Yu Zhe2022-07-291-2/+2
* drm/amdkfd: Improve concurrency of event handlingFelix Kuehling2022-04-071-1/+10
* drm/amdkfd: Use real device for messagesFelix Kuehling2022-02-231-4/+4
* drm/amdkfd: Drop IH ring overflow message to dbgKent Russell2022-02-221-1/+1
* drm/amdkfd: update SPDX license headerRajneesh Bhardwaj2022-02-141-1/+2
* drm/amdkfd: add kfd_device_info_init functionGraham Sider2021-12-011-9/+9
* drm/amdkfd: fix a potential NULL pointer dereference (v2)Allen Pais2019-10-031-0/+5
* drm/amdkfd: fix zero reading of VMID and PASID for HawaiiLan Xiao2018-07-111-2/+4
* drm/amdkfd: Remove vlaLaura Abbott2018-04-131-3/+5
* drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez2017-10-271-1/+2
* drm/amdkfd: wait only for IH work on IH exitAndres Rodriguez2017-10-271-2/+2
* drm/amdkfd: increase IH num entries to 8192Andres Rodriguez2017-10-271-1/+1
* drm/amdkfd: use standard kernel kfifo for IHAndres Rodriguez2017-10-271-53/+25
* drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell2017-08-151-1/+1
* drm/amdkfd: Add the events moduleAndrew Lewycky2015-05-191-2/+9
* drm/amdkfd: Add interrupt handling moduleAndrew Lewycky2015-05-191-0/+181
* drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer2015-01-081-176/+0
* amdkfd: Add interrupt handling moduleAndrew Lewycky2014-07-171-0/+176