index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
si_ih.c
Age
Commit message (
Expand
)
Author
2024-10-22
drm/amdgpu: Clean the functions pointer set as NULL
Sunil Khatri
2024-10-07
drm/amdgpu: update the handle ptr in hw_fini
Sunil Khatri
2024-10-07
drm/amdgpu: update the handle ptr in hw_init
Sunil Khatri
2024-10-07
drm/amdgpu: update the handle ptr in resume
Sunil Khatri
2024-10-07
drm/amdgpu: update the handle ptr in suspend
Sunil Khatri
2024-10-07
drm/amdgpu: update the handle ptr in wait_for_idle
Sunil Khatri
2024-10-01
drm/amdgpu: update the handle ptr in soft_reset
Sunil Khatri
2024-10-01
drm/amdgpu: update the handle ptr in sw_fini
Sunil Khatri
2024-10-01
drm/amdgpu: update the handle ptr in sw_init
Sunil Khatri
2024-10-01
drm/amdgpu: update the handle ptr in early_init
Sunil Khatri
2024-04-26
drm/amdgpu: add protype for print ip state
Sunil Khatri
2024-04-26
drm/amdgpu: add prototype for ip dump
Sunil Khatri
2024-01-31
drm/amdgpu: Reset IH OVERFLOW_CLEAR bit
Friedrich Vock
2021-05-19
drm/amdgpu: Handle IOMMU enabled case.
Andrey Grodzovsky
2021-05-19
drm/amdgpu: Split amdgpu_device_fini into early and late
Andrey Grodzovsky
2020-11-02
drm/amdgpu: improve code indentation and alignment
Deepak R Varma
2020-07-01
drm/amdgpu/uvd3.x: fix register definition warnings
Alex Deucher
2019-11-22
drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2
Sam Bobroff
2019-06-10
drm/amd: drop use of drmP.h in remaining files
Sam Ravnborg
2019-01-14
drm/amdgpu: simplify IH programming
Christian König
2019-01-14
drm/amdgpu: add IH ring to ih_get_wptr/ih_set_rptr v2
Christian König
2018-12-07
drm/amdgpu: move IV prescreening into the GMC code
Christian König
2018-09-26
drm/amdgpu: move more defines into amdgpu_irq.h
Christian König
2018-09-26
drm/amdgpu: cleanup amdgpu_ih.c
Christian König
2018-09-26
drm/amdgpu: make function pointers mandatory
Christian König
2017-12-27
drm/amdgpu: rename vm_id to vmid
Christian König
2017-09-26
drm/amdgpu: Add prescreening stage in IH processing (v2)
Felix Kuehling
2017-05-16
drm/amd: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-03-29
drm/amdgpu/ih: store the full context id
Alex Deucher
2017-03-29
drm/amdgpu: switch ih handling to two levels (v3)
Alex Deucher
2017-01-27
drm/amdgpu: move misc si headers into amdgpu
Alex Deucher
2016-10-25
drm/amdgpu: rework IP block registration (v2)
Alex Deucher
2016-09-12
drm/amd/amdgpu: Tidy up SI IH code
Tom St Denis
2016-08-31
drm/amdgpu: add interupt handler implementation for si v3
Ken Wang