aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorPhilipp Stanner <phasta@kernel.org>2025-07-10 14:54:12 +0200
committerPhilipp Stanner <phasta@kernel.org>2025-07-10 17:07:09 +0200
commitbead8800222768dab1a421206350d530b0c45254 (patch)
tree6ae791fb9ba7f5e8a2ec45284771921618327403 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentdrm/nouveau: Add new callback for scheduler teardown (diff)
downloadlinux-bead8800222768dab1a421206350d530b0c45254.tar.gz
linux-bead8800222768dab1a421206350d530b0c45254.zip
drm/nouveau: Remove waitque for sched teardown
struct nouveau_sched contains a waitque needed to prevent drm_sched_fini() from being called while there are still jobs pending. Doing so so far would have caused memory leaks. With the new memleak-free mode of operation switched on in drm_sched_fini() by providing the callback nouveau_sched_cancel_job() the waitque is not necessary anymore. Remove the waitque. Acked-by: Danilo Krummrich <dakr@kernel.org> Signed-off-by: Philipp Stanner <phasta@kernel.org> Link: https://lore.kernel.org/r/20250710125412.128476-10-phasta@kernel.org
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions