]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpu: nova-core: add initial documentation
authorDanilo Krummrich <dakr@kernel.org>
Thu, 6 Mar 2025 22:23:31 +0000 (23:23 +0100)
committerDanilo Krummrich <dakr@kernel.org>
Sun, 9 Mar 2025 18:24:29 +0000 (19:24 +0100)
commitb28786b190d1ae2df5e6a5181ad78c6f226ea3e1
tree4ae151196f706fd4f86abccf0ac7687eaa3b71cc
parent54e6baf123fde089cfa9f609b0b39b40abe41e94
gpu: nova-core: add initial documentation

Add the initial documentation of the Nova project.

The initial project documentation consists out of a brief introduction
of the project, as well as project guidelines both general and nova-core
specific and a task list for nova-core specifically.

The task list is divided into tasks for general Rust infrastructure
required by the project, tasks regarding GSP enablement and firmware
abstraction, general GPU driver tasks as well as tasks related to
external API design and test infrastructure.

Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Link: https://lore.kernel.org/r/20250306222336.23482-6-dakr@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Documentation/gpu/drivers.rst
Documentation/gpu/nova/core/guidelines.rst [new file with mode: 0644]
Documentation/gpu/nova/core/todo.rst [new file with mode: 0644]
Documentation/gpu/nova/guidelines.rst [new file with mode: 0644]
Documentation/gpu/nova/index.rst [new file with mode: 0644]
MAINTAINERS