projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af2f6b
)
gpu: nova-core: remove completed Vec extentions from task list
author
Andrew Ballance
<andrewjballance@gmail.com>
Sun, 16 Mar 2025 11:16:44 +0000
(06:16 -0500)
committer
Danilo Krummrich
<dakr@kernel.org>
Mon, 7 Apr 2025 12:57:53 +0000
(14:57 +0200)
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 <andrewjballance@gmail.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Documentation/gpu/nova/core/todo.rst
patch
|
blob
|
history
diff --git
a/Documentation/gpu/nova/core/todo.rst
b/Documentation/gpu/nova/core/todo.rst
index
ca08377
..
234d753
100644
(file)
--- 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)
=============