aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-29Revert "drm/amdgpu/display: set vblank_disable_immediate for DC"Alex Deucher1-0/+1
2022-04-22drm/amdgpu: add RAS fatal error interrupt handlerTao Zhou1-14/+1
2022-01-14drm/amdgpu: Modify nbio block to fit for the unified ras block data and opsyipechai1-6/+6
2021-12-13drm/amdgpu: Handle fault with same timestampPhilip Yang1-3/+0
2021-12-13drm/amd: fix improper docstring syntaxIsabella Basso1-1/+1
2021-12-01drm/amdgpu: handle IH ring1 overflowPhilip Yang1-0/+6
2021-11-22drm/amdgpu/display: set vblank_disable_immediate for DCAlex Deucher1-1/+0
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-11/+18
2021-08-12gpu: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-1/+1
2021-08-10drm/amdgpu: Convert to Linux IRQ interfacesThomas Zimmermann1-7/+14
2021-07-30Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+1
2021-07-23drm/amdgpu: Add msix restore for pass-through modeChengzhe Liu1-1/+1
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+3
2021-07-13drm/amdgpu: Restore msix after FLREmily.Deng1-0/+18
2021-07-13drm/amdgpu: Restore msix after FLREmily.Deng1-0/+18
2021-06-29drm/amdgpu: Track IRQ state in local device stateThomas Zimmermann1-3/+3
2021-05-19drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky1-0/+5
2021-05-19drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky1-10/+16
2021-04-09drm/amdgpu: split nbio callbacks into ras and non-ras onesHawking Zhang1-6/+6
2021-04-09drm/amdgpu: remove irq_src->data handlingChristian König1-5/+0
2021-03-23drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4fshaoyunl1-1/+1
2021-03-23drm/amdgpu: Fix IH client ID naming tableOak Zeng1-0/+1
2021-03-23drm/amdgpu: Print the IH client ID name when vm fault happensYong Zhao1-0/+34
2020-12-23drm/amdgpu: fix handling of irq domains on soc15 and newer GPUsAlex Deucher1-1/+2
2020-11-24drm/amdgpu: add infrastructure for soft IH ringChristian König1-0/+35
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-9/+9
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-1/+1
2020-04-13drm/amd/amdgpu: remove hardcoded module name in printsAurabindo Pillai1-1/+1
2019-11-19drm/amdgpu: pull ras controller int status only when ras enabledHawking Zhang1-7/+10
2019-11-07drm/amdgpu: Need to disable msix when unloading driverEmily Deng1-1/+1
2019-10-03drm/amdgpu: improve MSI-X handling (v3)Alex Deucher1-4/+13
2019-10-03drm/amdgpu : enable msix for amdgpu drivershaoyunl1-2/+3
2019-10-03drm/amdgpu: Iterate through DRM connectors correctlyLyude Paul1-1/+4
2019-10-03drm/amdgpu/ih: fix documentation in amdgpu_irq_dispatchAlex Deucher1-1/+1
2019-09-16drm/amdgpu/irq: check if nbio funcs existAlex Deucher1-2/+4
2019-09-13drm/amdgpu: poll ras_controller_irq and err_event_athub_irq statusHawking Zhang1-0/+12
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+4
2019-02-13drm/amdgpu: cleanup amdgpu_ih_process a bit moreChristian König1-31/+17
2019-01-25drm/amdgpu: add support for processing IH ring 1 & 2Christian König1-0/+33
2019-01-14drm/amdgpu: add the IH to the IV traceChristian König1-2/+2
2018-12-07drm/amdgpu: move IV prescreening into the GMC codeChristian König1-4/+0
2018-12-07drm/amdgpu: send IVs to the KFD only after processing them v3Christian König1-21/+17
2018-11-05drm/amdgpu: use scheduler fault instead of reset workChristian König1-21/+0
2018-09-26drm/amdgpu: move more defines into amdgpu_irq.hChristian König1-5/+5
2018-09-26drm/amdgpu: move more interrupt processing into amdgpu_irq.cChristian König1-1/+30
2018-09-26drm/amdgpu: cleanup amdgpu_ih.cChristian König1-1/+1
2018-08-27drm/amdgpu: cleanup GPU recovery check a bit (v2)Christian König1-2/+2
2018-06-15drm/amdgpu: update documentation for amdgpu_irq.c v3Slava Abramov1-63/+139
2018-03-20drm/amdgpu: Fix kernel NULL pointer dereference when amdgpu finiRex Zhu1-0/+1
2018-02-28drm/amdgpu: only flush hotplug work without DCMonk Liu1-2/+4