]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu/mes12: Use a separate fence per transaction
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 29 Apr 2024 15:53:02 +0000 (11:53 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 2 May 2024 20:18:15 +0000 (16:18 -0400)
commitade887c63394f81de7f363c1fe72fc7e631f1afa
tree033d107e035610f0646ddf53d09fda0dd8ce27a8
parent94b51a3d01ed498c753fe474157ca62f0b8a4bc2
drm/amdgpu/mes12: Use a separate fence per transaction

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

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c