Re: [PATCH 10/24] drm/amdgpu: remove excl as shared workarounds

2021-12-22 Thread Daniel Vetter
On Tue, Dec 07, 2021 at 01:33:57PM +0100, Christian König wrote: > This was added because of the now dropped shared on excl dependency. > > Signed-off-by: Christian König I didn't do a full re-audit of whether you got them all, I think latest with the semantic change to allow more kinds of fence

[PATCH 10/24] drm/amdgpu: remove excl as shared workarounds

2021-12-07 Thread Christian König
This was added because of the now dropped shared on excl dependency. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 5 + drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 6 -- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu