https://github.com/torvalds/linux
Revision 11e38360cc15e2d5995449d19030b13a67d73cb3 authored by Jiadong.Zhu on 23 September 2022, 13:17:53 UTC, committed by Alex Deucher on 27 September 2022, 22:03:09 UTC
The function amdgpu_fence_count_emitted used in work_hander should not call
amdgpu_fence_process which must be used in irq handler.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Jiadong.Zhu <Jiadong.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent b3e45b1
History
Tip revision: 11e38360cc15e2d5995449d19030b13a67d73cb3 authored by Jiadong.Zhu on 23 September 2022, 13:17:53 UTC
drm/amdgpu: Remove fence_process in count_emitted
Tip revision: 11e3836
File Mode Size
Kconfig -rw-r--r-- 5.1 KB
Makefile -rw-r--r-- 687 bytes
virtio.c -rw-r--r-- 13.9 KB
virtio_anchor.c -rw-r--r-- 464 bytes
virtio_balloon.c -rw-r--r-- 32.5 KB
virtio_dma_buf.c -rw-r--r-- 2.2 KB
virtio_input.c -rw-r--r-- 11.1 KB
virtio_mem.c -rw-r--r-- 79.2 KB
virtio_mmio.c -rw-r--r-- 21.1 KB
virtio_pci_common.c -rw-r--r-- 16.3 KB
virtio_pci_common.h -rw-r--r-- 4.1 KB
virtio_pci_legacy.c -rw-r--r-- 6.2 KB
virtio_pci_legacy_dev.c -rw-r--r-- 6.1 KB
virtio_pci_modern.c -rw-r--r-- 14.2 KB
virtio_pci_modern_dev.c -rw-r--r-- 20.7 KB
virtio_ring.c -rw-r--r-- 73.0 KB
virtio_vdpa.c -rw-r--r-- 9.9 KB

back to top