aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si_ih.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: move si_ih.c away from sid.h definesAlexandre Demers2025-04-071-8/+8
* drm/amdgpu: wire up defines, shifts and masks through SI codeAlexandre Demers2025-04-071-0/+1
* drm/amdgpu: update the handle ptr in is_idleSunil Khatri2025-02-251-3/+3
* drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang2024-12-101-1/+1
* drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang2024-12-101-1/+1
* drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri2024-10-221-3/+0
* drm/amdgpu: update the handle ptr in hw_finiSunil Khatri2024-10-071-7/+3
* drm/amdgpu: update the handle ptr in hw_initSunil Khatri2024-10-071-5/+3
* drm/amdgpu: update the handle ptr in resumeSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in suspendSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri2024-10-071-3/+3
* drm/amdgpu: update the handle ptr in soft_resetSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in sw_finiSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in sw_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in early_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: add protype for print ip stateSunil Khatri2024-04-261-0/+1
* drm/amdgpu: add prototype for ip dumpSunil Khatri2024-04-261-0/+1
* drm/amdgpu: Reset IH OVERFLOW_CLEAR bitFriedrich Vock2024-01-311-0/+6
* drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky2021-05-201-1/+0
* drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky2021-05-201-1/+1
* drm/amdgpu: improve code indentation and alignmentDeepak R Varma2020-11-021-1/+1
* drm/amdgpu/uvd3.x: fix register definition warningsAlex Deucher2020-07-011-0/+2
* drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2Sam Bobroff2019-11-221-1/+2
* drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-101-1/+3
* drm/amdgpu: simplify IH programmingChristian König2019-01-141-5/+4
* drm/amdgpu: add IH ring to ih_get_wptr/ih_set_rptr v2Christian König2019-01-141-14/+17
* drm/amdgpu: move IV prescreening into the GMC codeChristian König2018-12-071-14/+0
* drm/amdgpu: move more defines into amdgpu_irq.hChristian König2018-09-271-1/+1
* drm/amdgpu: cleanup amdgpu_ih.cChristian König2018-09-271-2/+2
* drm/amdgpu: make function pointers mandatoryChristian König2018-09-271-2/+1
* drm/amdgpu: rename vm_id to vmidChristian König2017-12-271-1/+1
* drm/amdgpu: Add prescreening stage in IH processing (v2)Felix Kuehling2017-09-261-0/+14
* drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-161-1/+1
* drm/amdgpu/ih: store the full context idAlex Deucher2017-03-301-1/+1
* drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher2017-03-301-0/+1
* drm/amdgpu: move misc si headers into amdgpuAlex Deucher2017-01-271-1/+1
* drm/amdgpu: rework IP block registration (v2)Alex Deucher2016-10-251-1/+9
* drm/amd/amdgpu: Tidy up SI IH codeTom St Denis2016-09-121-22/+8
* drm/amdgpu: add interupt handler implementation for si v3Ken Wang2016-08-311-0/+313