This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
forked from kfractal/nvgpu
-
Notifications
You must be signed in to change notification settings - Fork 8
NVIDIA/nvgpu
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The code presented here is from NVIDIA's internal dev-kernel-3.10 Linux
kernel branch @ commit 85e66d9e32f18056d55cd1781c9c76d80c0bc069.
.../kernel/drivers/gpu/nvgpu/*.[ch]
.../kernel/include/uapi/linux/nvgpu.h
.../kernel/scripts/nvgpu_ucode
.../kernel/include/linux/gk20a.h
.../kernel/include/trace/events/gk20a.h
.../kernel/drivers/gpu/nvgpu/gk20a/
The dev-kernel branch within NVIDIA is used for Android and Linux for Tegra
(L4T) product distributions. Examples of these:
. Android: https://android.googlesource.com/kernel/tegra/
. L4T: https://developer.nvidia.com/linux-tegra
The code presented will be morphed into a form which can be made directly
useful to Nouveau. That effort includes:
. Normalizing headers with regard to NVIDIA GPU concepts/engines already
present within Nouveau.
. Eliminating superfluous code within 'nvgpu.'
. Bolstering Nouveau code with nvgpu functionality.
. Adapting to Nouveau run-time behaviour/formulation.
Ken Adams
kadams@nvidia.com
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 80.9%
- C++ 19.0%
- Other 0.1%