Re: [PATCH] drm/nouveau: Remove surplus struct member

From: Danilo Krummrich
Date: Sat Aug 09 2025 - 08:00:50 EST


On 8/1/25 9:45 AM, Philipp Stanner wrote:
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@xxxxxxxxxx>

Applied to drm-misc-next, thanks!