summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/driver.rs
AgeCommit message (Expand)AuthorFilesLines
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo1-1/+1
2026-06-02gpu: nova-core: set DMA mask width based on GPU architectureJohn Hubbard1-15/+0
2026-05-29gpu: nova-core: unregister sysmem flush page from DropDanilo Krummrich1-4/+0
2026-05-29gpu: nova-core: use lifetime for BarDanilo Krummrich1-17/+15
2026-05-27rust: auxiliary: generalize Registration over ForLtDanilo Krummrich1-6/+7
2026-05-27gpu: nova-core: separate driver type from driver dataDanilo Krummrich1-6/+8
2026-05-27rust: pci: make Bar lifetime-parameterizedDanilo Krummrich1-3/+4
2026-05-27rust: pci: make Driver trait lifetime-parameterizedDanilo Krummrich1-3/+6
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich1-2/+2
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich1-0/+1
2026-05-11rust: auxiliary: add registration data to auxiliary devicesDanilo Krummrich1-5/+5
2026-02-24gpu: nova-core: fix aux device registration for multi-GPU systemsJohn Hubbard1-2/+13
2026-02-24gpu: nova-core: remove redundant `.as_ref()` for `dev_*` printGary Guo1-1/+1
2025-12-22gpu: nova: replace `kernel::c_str!` with C-StringsTamir Duberstein1-3/+2
2025-12-06Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-28/+22
2025-11-14gpu: nova-core: Set correct DMA maskAlistair Popple1-0/+16
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard1-3/+8
2025-10-29rust: auxiliary: unregister on parent device unbindDanilo Krummrich1-3/+5
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich1-21/+13
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+11
2025-09-13gpu: nova-core: move GSP boot code to its own moduleAlexandre Courbot1-2/+7
2025-09-06gpu: nova-core: take advantage of pci::Device::unbind()Danilo Krummrich1-0/+4
2025-09-01gpu: nova-core: avoid probing non-display/compute PCI functionsJohn Hubbard1-5/+28
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-1/+1
2025-07-31gpu: nova-core: fix up formatting after mergeMiguel Ojeda1-1/+1
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+3
2025-06-28rust: devres: get rid of Devres' inner ArcDanilo Krummrich1-2/+5
2025-06-23gpu: nova-core: update and annotate TODO listAlexandre Courbot1-1/+1
2025-06-23gpu: nova-core: increase BAR0 size to 16MBAlexandre Courbot1-2/+2
2025-06-23rust: enable `clippy::as_underscore` lintTamir Duberstein1-1/+1
2025-05-12gpu: nova-core: register auxiliary device for nova-drmDanilo Krummrich1-1/+8
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-03-09gpu: nova-core: add initial driver stubDanilo Krummrich1-0/+47