aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core/gpu.rs
Commit message (Expand)AuthorAgeFilesLines
* gpu: nova-core: move Firmware to firmware moduleAlexandre Courbot2025-05-131-32/+3
* gpu: nova-core: fix layout of NV_PMC_BOOT_0Alexandre Courbot2025-05-131-3/+16
* gpu: nova-core: define registers layout using helper macroAlexandre Courbot2025-05-131-5/+5
* gpu: nova-core: take bound device in Gpu::newAlexandre Courbot2025-05-131-6/+13
* gpu: nova-core: add missing GA100 definitionAlexandre Courbot2025-05-131-1/+2
* gpu: nova-core: derive useful traits for ChipsetAlexandre Courbot2025-05-131-1/+1
* gpu: nova-core: add initial driver stubDanilo Krummrich2025-03-091-0/+199