summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/si_ih.c
AgeCommit message (Expand)Author
2024-10-22drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri
2024-10-01drm/amdgpu: update the handle ptr in soft_resetSunil Khatri
2024-10-01drm/amdgpu: update the handle ptr in sw_finiSunil Khatri
2024-10-01drm/amdgpu: update the handle ptr in sw_initSunil Khatri
2024-10-01drm/amdgpu: update the handle ptr in early_initSunil Khatri
2024-04-26drm/amdgpu: add protype for print ip stateSunil Khatri
2024-04-26drm/amdgpu: add prototype for ip dumpSunil Khatri
2024-01-31drm/amdgpu: Reset IH OVERFLOW_CLEAR bitFriedrich Vock
2021-05-19drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky
2021-05-19drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky
2020-11-02drm/amdgpu: improve code indentation and alignmentDeepak R Varma
2020-07-01drm/amdgpu/uvd3.x: fix register definition warningsAlex Deucher
2019-11-22drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2Sam Bobroff
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg
2019-01-14drm/amdgpu: simplify IH programmingChristian König
2019-01-14drm/amdgpu: add IH ring to ih_get_wptr/ih_set_rptr v2Christian König
2018-12-07drm/amdgpu: move IV prescreening into the GMC codeChristian König
2018-09-26drm/amdgpu: move more defines into amdgpu_irq.hChristian König
2018-09-26drm/amdgpu: cleanup amdgpu_ih.cChristian König
2018-09-26drm/amdgpu: make function pointers mandatoryChristian König
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König
2017-09-26drm/amdgpu: Add prescreening stage in IH processing (v2)Felix Kuehling
2017-05-16drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-03-29drm/amdgpu/ih: store the full context idAlex Deucher
2017-03-29drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher
2017-01-27drm/amdgpu: move misc si headers into amdgpuAlex Deucher
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher
2016-09-12drm/amd/amdgpu: Tidy up SI IH codeTom St Denis
2016-08-31drm/amdgpu: add interupt handler implementation for si v3Ken Wang