drm/amdgpu: remove fence slab
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Jun 2025 18:28:32 +0000 (14:28 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jun 2025 14:00:03 +0000 (10:00 -0400)
commit684385273de5de3c979843a7804a57361cc60753
tree02ef3e87ec12843e3c1741451ad79f7fa19ee6c1
parent49f1f9f6c3c9febf8ba93f94a8d9c8d03e1ea0a1
drm/amdgpu: remove fence slab

Just use kmalloc for the fences in the rare case we need
an independent fence.

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