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-- 1.8 KB
Makefile -rw-r--r-- 573 bytes
nx-842.c -rw-r--r-- 14.4 KB
nx-842.h -rw-r--r-- 5.9 KB
nx-aes-cbc.c -rw-r--r-- 3.2 KB
nx-aes-ccm.c -rw-r--r-- 14.2 KB
nx-aes-ctr.c -rw-r--r-- 3.8 KB
nx-aes-ecb.c -rw-r--r-- 3.1 KB
nx-aes-gcm.c -rw-r--r-- 13.0 KB
nx-aes-xcbc.c -rw-r--r-- 9.3 KB
nx-common-powernv.c -rw-r--r-- 28.7 KB
nx-common-pseries.c -rw-r--r-- 35.3 KB
nx-sha256.c -rw-r--r-- 7.6 KB
nx-sha512.c -rw-r--r-- 7.7 KB
nx.c -rw-r--r-- 23.3 KB
nx.h -rw-r--r-- 5.0 KB
nx_csbcpb.h -rw-r--r-- 4.1 KB
nx_debugfs.c -rw-r--r-- 1.8 KB

back to top