summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)AuthorLines
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-101/+503
2025-05-15gpu: nova-core: select AUXILIARY_BUS instead of depending on itAlexandre Courbot-1/+1
2025-05-13gpu: nova-core: move Firmware to firmware moduleAlexandre Courbot-36/+43
2025-05-13gpu: nova-core: fix layout of NV_PMC_BOOT_0Alexandre Courbot-5/+39
2025-05-13gpu: nova-core: define registers layout using helper macroAlexandre Courbot-54/+397
2025-05-13gpu: nova-core: take bound device in Gpu::newAlexandre Courbot-6/+13
2025-05-13gpu: nova-core: add missing GA100 definitionAlexandre Courbot-1/+2
2025-05-13gpu: nova-core: derive useful traits for ChipsetAlexandre Courbot-1/+1
2025-05-12gpu: nova-core: register auxiliary device for nova-drmDanilo Krummrich-1/+11
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda-1/+1
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2025-03-09gpu: nova-core: add initial driver stubDanilo Krummrich-0/+404