]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Remove fence_process in count_emitted
authorJiadong.Zhu <Jiadong.Zhu@amd.com>
Fri, 23 Sep 2022 13:17:53 +0000 (21:17 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Sep 2022 22:03:09 +0000 (18:03 -0400)
commitca6f74307941818c1788b81a91226c71b0448e00
tree7e2fba3b4f5bf2296484a5c852f774f0638d7d4b
parent02f2df9cf64c9de58896b18aa05c9e152b39a5d0
drm/amdgpu: Remove fence_process in count_emitted

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>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c