From: Andrew Ballance Date: Sun, 16 Mar 2025 11:16:44 +0000 (-0500) Subject: gpu: nova-core: remove completed Vec extentions from task list X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f5b444361435bfc9eeaaae3dd2e9b4f18dae3888;p=users%2Fjedix%2Flinux-maple.git gpu: nova-core: remove completed Vec extentions from task list The requested Vec methods have been implemented thus, remove the completed item from the nova task list. Link: https://lore.kernel.org/r/20250316111644.154602-4-andrewjballance@gmail.com Signed-off-by: Andrew Ballance Signed-off-by: Danilo Krummrich --- diff --git a/Documentation/gpu/nova/core/todo.rst b/Documentation/gpu/nova/core/todo.rst index ca08377d3b73f..234d753d3eacc 100644 --- a/Documentation/gpu/nova/core/todo.rst +++ b/Documentation/gpu/nova/core/todo.rst @@ -190,16 +190,6 @@ Rust abstraction for debugfs APIs. | Reference: Export GSP log buffers | Complexity: Intermediate -Vec extensions --------------- - -Implement ``Vec::truncate`` and ``Vec::resize``. - -Currently this is used for some experimental code to parse the vBIOS. - -| Reference vBIOS support -| Complexity: Beginner - GPU (general) =============