]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/nouveau: Remove surplus struct member
authorPhilipp Stanner <phasta@kernel.org>
Fri, 1 Aug 2025 07:45:32 +0000 (09:45 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Sat, 9 Aug 2025 11:13:43 +0000 (13:13 +0200)
commit1bf30a45653d14b0d88b5ca3c72e0ecf030d9c88
tree7cd2e2fc591bcfdf5675e9b512c173a69fb12573
parent6510b62fe9303aaf48ff136ff69186bcfc32172d
drm/nouveau: Remove surplus struct member

struct nouveau_channel contains the member 'accel_done' and a forgotten
TODO which hints at that mechanism being removed in the "near future".
Since that variable is read nowhere anymore, this "near future" is now.

Remove the variable and the TODO.

Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://lore.kernel.org/r/20250801074531.79237-2-phasta@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
drivers/gpu/drm/nouveau/nouveau_chan.h
drivers/gpu/drm/nouveau/nouveau_dma.h