summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)AuthorFilesLines
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds6-8/+9
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 Torvalds21-18/+3472
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein1-2/+3
2025-07-17gpu: nova-core: fix bounds check in PmuLookupTableEntry::newRhys Lloyd1-1/+1
2025-07-09gpu: nova-core: convert `/*` comments to `//`Alexandre Courbot1-9/+9
2025-07-09gpu: nova-core: Clarify falcon codeJoel Fernandes1-7/+22
2025-07-09gpu: nova-core: Clarify sysmembar operationsJoel Fernandes3-2/+14
2025-07-09gpu: nova-core: Add code comments related to devinitJoel Fernandes2-7/+48
2025-06-28rust: devres: get rid of Devres' inner ArcDanilo Krummrich2-5/+8
2025-06-25gpu: nova-core: replace `Duration` with `Delta`Alexandre Courbot4-16/+13
2025-06-25gpu: nova-core: consider `clippy::cast_lossless`Danilo Krummrich7-14/+14
2025-06-25gpu: nova-core: impl From for u32 for enums used from register!Danilo Krummrich1-0/+19
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes1-1/+1
2025-06-23gpu: nova-core: update and annotate TODO listAlexandre Courbot12-21/+27
2025-06-23gpu: nova-core: load and run FWSEC-FRTSAlexandre Courbot4-13/+136
2025-06-23gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTSAlexandre Courbot5-15/+434
2025-06-23gpu: nova-core: add types for patching firmware binariesAlexandre Courbot1-0/+64
2025-06-23gpu: nova-core: compute layout of the FRTS regionAlexandre Courbot7-2/+224
2025-06-23gpu: nova-core: vbios: Add support for FWSEC ucode extractionJoel Fernandes2-11/+304
2025-06-23gpu: nova-core: vbios: Add support to look up PMU table in FWSECJoel Fernandes1-2/+180
2025-06-23gpu: nova-core: vbios: Add base support for VBIOS construction and iterationJoel Fernandes4-2/+688
2025-06-23gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTSAlexandre Courbot1-0/+45
2025-06-23gpu: nova-core: add falcon register definitions and base codeAlexandre Courbot8-0/+916
2025-06-23gpu: nova-core: register sysmem flush pageAlexandre Courbot7-2/+215
2025-06-23gpu: nova-core: add DMA object structAlexandre Courbot2-0/+62
2025-06-23gpu: nova-core: wait for GFW_BOOT completionAlexandre Courbot5-1/+72
2025-06-23gpu: nova-core: add helper function to wait on conditionAlexandre Courbot1-0/+29
2025-06-23gpu: nova-core: increase BAR0 size to 16MBAlexandre Courbot1-2/+2
2025-06-23gpu: nova-core: allow register aliasesAlexandre Courbot1-2/+38
2025-06-23gpu: nova-core: expose the offset of each register as a type constantAlexandre Courbot1-3/+8
2025-06-23gpu: nova-core: add delimiter for helper rules in register!() macroAlexandre Courbot1-0/+2
2025-06-23gpu: nova-core: use absolute paths in register!() macroAlexandre Courbot1-6/+6
2025-06-23rust: enable `clippy::cast_lossless` lintTamir Duberstein2-2/+2
2025-06-23rust: enable `clippy::as_underscore` lintTamir Duberstein1-1/+1
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds7-101/+503
2025-05-15gpu: nova-core: select AUXILIARY_BUS instead of depending on itAlexandre Courbot1-1/+1
2025-05-13gpu: nova-core: move Firmware to firmware moduleAlexandre Courbot2-36/+43
2025-05-13gpu: nova-core: fix layout of NV_PMC_BOOT_0Alexandre Courbot2-5/+39
2025-05-13gpu: nova-core: define registers layout using helper macroAlexandre Courbot3-54/+397
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-12gpu: nova-core: register auxiliary device for nova-drmDanilo Krummrich3-1/+11
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda1-1/+1
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+3
2025-03-09gpu: nova-core: add initial driver stubDanilo Krummrich8-0/+404