drm/amdgpu/mes11: Use a separate fence per transaction
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 19 Apr 2024 03:30:46 +0000 (23:30 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 26 Apr 2024 21:22:41 +0000 (17:22 -0400)
commiteef016ba89862ba8317916269f9f369f317cd264
treef65803e47acca0fb9b3e3bd1e964d0bd89d523fd
parentce42ba4f928466698b8beb21a7b1011a687789a6
drm/amdgpu/mes11: Use a separate fence per transaction

We can't use a shared fence location because each transaction
should be considered independently.

Reviewed-by: Shaoyun.liu <shaoyunl@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c