]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: promote the implicit sync to the dependent read fences
authorPrike Liang <Prike.Liang@amd.com>
Wed, 23 Apr 2025 12:26:48 +0000 (20:26 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 May 2025 21:44:51 +0000 (17:44 -0400)
commit926c79ad6ecde21e7e2d7415f873d57c364611f1
treec74c1824a5b4d794591686807036c4e92626c148
parent6edc89645c01ae9bd9407f84608564e7521f0117
drm/amdgpu: promote the implicit sync to the dependent read fences

The driver doesn't want to implicitly sync on the DMA_RESV_USAGE_BOOKKEEP
usage fences, and the BOOKEEP fences should be synced explicitly. So, as
the VM implicit syncing only need to return and sync the dependent read
fences.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c