Am 08.04.22 um 14:24 schrieb Mikhail Gavrilov: > On Fri, 8 Apr 2022 at 16:13, Christian König wrote: > >> I own you a beer. >> >> I still don't know what happens here, but that makes at least a bit more >> sense than a patch which only changes comments :) >> >> Looks like we are missing something here. Can I send you a patch to try >> something later today? > Yes, please feel free to send me a patch for testing. > Please test the attached patch, it just re-introduce the lock without doing much else. And does your branch contain the following patch: commit d18b8eadd83e3d8d63a45f9479478640dbcfca02 Author: Christian König Date:   Wed Feb 23 14:35:31 2022 +0100     drm/amdgpu: install ctx entities with cmpxchg     Since we removed the context lock we need to make sure that not two threads     are trying to install an entity at the same time.     Signed-off-by: Christian König     Fixes: 461fa7b0ac565e ("drm/amdgpu: remove ctx->lock")     Reviewed-by: Andrey Grodzovsky     Signed-off-by: Alex Deucher Thanks, Christian.