aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-04drm/amdkfd: Add KFD support for soc21 v3Mukul Joshi1-4/+4
2022-04-25drm/amdkfd: Ignore bogus signals from MEC efficientlyFelix Kuehling1-0/+33
2022-03-25drm/amdkfd: print unmap queue status for RAS poison consumption (v3)Tao Zhou1-4/+9
2022-03-25drm/amdkfd: add RAS poison consumption handling for UTCL2 (v2)Tao Zhou1-0/+6
2022-03-25drm/amdkfd: replace source_id with client_id for RAS poison consumptionTao Zhou1-7/+16
2022-03-25drm/amdkfd: refine event_interrupt_poison_consumptionTao Zhou1-6/+5
2022-02-16drm/amdkfd: add return value check for queue evictionTao Zhou1-1/+1
2022-02-14drm/amdkfd: Fix leftover errors and warningsRajneesh Bhardwaj1-1/+2
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj1-1/+2
2022-02-09drm/amdkfd: use unmap all queues for poison consumptionTao Zhou1-2/+1
2022-02-09drm/amdkfd: rename kfd_process_vm_fault to kfd_dqm_evict_pasidTao Zhou1-1/+1
2022-01-07drm/amdkfd: enable sdma ecc interrupt event can be handled by event_interrupt_wq_v9yipechai1-0/+1
2021-12-28drm/amdkfd: reset queue which consumes RAS poison (v2)Tao Zhou1-4/+40
2021-12-01drm/amdkfd: add kfd_device_info_init functionGraham Sider1-1/+1
2021-11-17drm/amdkfd: replace kgd_dev in various amgpu_amdkfd funcsGraham Sider1-2/+2
2021-10-04amd/amdkfd: add ras page retirement handling for sq/sdma (v3)Tao Zhou1-2/+2
2021-06-07drm/amdkfd: add sdma poison consumption handlingHawking Zhang1-1/+6
2021-05-19drm/amdkfd: refine the poison data consumption handlingDennis Li1-1/+1
2021-04-28drm/amdgpu: remove unnecessary header includeHawking Zhang1-1/+0
2021-04-20drm/amdkfd: add edc error interrupt handle for poison propogate modeDennis Li1-7/+122
2021-03-23drm/amdkfd: Add kernel parameter to stop queue eviction on vm faultOak Zeng1-2/+3
2021-01-08drm/amdkfd: check more client ids in interrupt handlerTao Zhou1-2/+10
2020-12-23drm/amdkfd: check both client id and src id in interrupt handlersAlex Deucher1-11/+35
2020-07-15drm/amdkfd: Provide SMI events watchAmber Lin1-0/+2
2020-05-21drm/amdkfd: Fix boolreturn.cocci warningsAishwarya Ramakrishnan1-2/+2
2019-10-03drm/amdkfd: Query vmid pasid mapping through stored info for non HWSYong Zhao1-2/+1
2019-07-18drm/amdkfd: Support MMHUB1 in kfd interrupt pathYong Zhao1-0/+2
2018-11-19drm/amdkfd: Workaround PASID missing in gfx9 interrupt payload under non HWSYong Zhao1-3/+22
2018-11-19drm/amdkfd: Adjust the debug message in KFD ISRYong Zhao1-7/+7
2018-07-11drm/amdkfd: fix zero reading of VMID and PASID for HawaiiLan Xiao1-1/+3
2018-07-11drm/amdkfd: Handle VM faults in KFDshaoyunl1-2/+16
2018-05-01drm/amdkfd: Add sanity checks in IRQ handlersFelix Kuehling1-16/+24
2018-04-10drm/amdkfd: Add SOC15 interrupt processing supportFelix Kuehling1-0/+84