Some tasks, while already having some progress, are still pending, hence update them.
Signed-off-by: Danilo Krummrich <[email protected]> --- Documentation/gpu/nova/core/todo.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/gpu/nova/core/todo.rst b/Documentation/gpu/nova/core/todo.rst index 2d920ee76ab0..a3ba3e189049 100644 --- a/Documentation/gpu/nova/core/todo.rst +++ b/Documentation/gpu/nova/core/todo.rst @@ -41,8 +41,15 @@ trait [1] from the num crate. Having this generalization also helps with implementing a generic macro that automatically generates the corresponding mappings between a value and a number. +FromPrimitive support has been worked on in the past, but hasn't been followed +since then [1]. + +There also have been considerations of ToPrimitive [2]. + | Complexity: Beginner | Link: https://docs.rs/num/latest/num/trait.FromPrimitive.html +| Link: https://lore.kernel.org/all/[email protected]/ [1] +| Link: https://rust-for-linux.zulipchat.com/#narrow/channel/288089-General/topic/Implement.20.60FromPrimitive.60.20trait.20.2B.20derive.20macro.20for.20nova-core/with/541971854 [2] Generic register abstraction [REGA] ----------------------------------- @@ -152,7 +159,11 @@ PCI MISC APIs Extend the existing PCI device / driver abstractions by SR-IOV, config space, capability, MSI API abstractions. +SR-IOV [1] and PCI configuration space [2] work is in progress. + | Complexity: Beginner +| Link: https://lore.kernel.org/all/[email protected]/ [1] +| Link: https://lore.kernel.org/all/[email protected]/ [2] GPU (general) ============= @@ -191,7 +202,10 @@ Some possible options: - maple_tree - native Rust collections +There is work in progress for using drm_buddy [1]. + | Complexity: Advanced +| Link: https://lore.kernel.org/all/[email protected]/ [1] Instance Memory --------------- -- 2.52.0
