Re: [PATCH v2 2/4] drm/amdgpu: Allow explicit sync for VM ops.

2023-08-21 Thread Christian König
Am 21.08.23 um 08:20 schrieb Tatsuyuki Ishi: From: Bas Nieuwenhuizen This should be okay because moves themselves use KERNEL usage and hence still sync with BOOKKEEP usage. Then any later submits still wait on any pending VM operations. (i.e. we only made VM ops not wait on BOOKKEEP submits, n

[PATCH v2 2/4] drm/amdgpu: Allow explicit sync for VM ops.

2023-08-20 Thread Tatsuyuki Ishi
From: Bas Nieuwenhuizen This should be okay because moves themselves use KERNEL usage and hence still sync with BOOKKEEP usage. Then any later submits still wait on any pending VM operations. (i.e. we only made VM ops not wait on BOOKKEEP submits, not the other way around) Signed-off-by: Bas N