summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gpu.rs
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-47/+39
2025-05-13gpu: nova-core: move Firmware to firmware moduleAlexandre Courbot1-32/+3
2025-05-13gpu: nova-core: fix layout of NV_PMC_BOOT_0Alexandre Courbot1-3/+16
2025-05-13gpu: nova-core: define registers layout using helper macroAlexandre Courbot1-5/+5
2025-05-13gpu: nova-core: take bound device in Gpu::newAlexandre Courbot1-6/+13
2025-05-13gpu: nova-core: add missing GA100 definitionAlexandre Courbot1-1/+2
2025-05-13gpu: nova-core: derive useful traits for ChipsetAlexandre Courbot1-1/+1
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda1-1/+1
2025-03-09gpu: nova-core: add initial driver stubDanilo Krummrich1-0/+199