summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)Author
2025-08-15gpu: nova-core: register: add missing doccomments for fixed registers I/O acc...Alexandre Courbot
2025-08-15gpu: nova-core: register: fix documentation and indentationAlexandre Courbot
2025-08-15gpu: nova-core: register: move OFFSET declaration to I/O impl blockAlexandre Courbot
2025-08-15gpu: nova-core: register: remove `try_` accessors for relative registersAlexandre Courbot
2025-08-15gpu: nova-core: register: simplify @leaf_accessor ruleAlexandre Courbot
2025-08-15gpu: nova-core: register: improve documentation for basic registersAlexandre Courbot
2025-08-15gpu: nova-core: register: allow fields named `offset`Alexandre Courbot
2025-08-15gpu: nova-core: register: add missing space in register!()Alexandre Courbot
2025-08-15gpu: nova-core: register: minor grammar and spelling fixesJohn Hubbard
2025-08-12gpu: nova-core: vbios: change PmuLookupTableEntry to use size_ofRhys Lloyd
2025-08-12gpu: nova-core: vbios: use size_of instead of magic numberRhys Lloyd
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-31gpu: nova-core: fix up formatting after mergeMiguel Ojeda
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein
2025-07-17gpu: nova-core: fix bounds check in PmuLookupTableEntry::newRhys Lloyd
2025-07-09gpu: nova-core: convert `/*` comments to `//`Alexandre Courbot
2025-07-09gpu: nova-core: Clarify falcon codeJoel Fernandes
2025-07-09gpu: nova-core: Clarify sysmembar operationsJoel Fernandes
2025-07-09gpu: nova-core: Add code comments related to devinitJoel Fernandes
2025-06-28rust: devres: get rid of Devres' inner ArcDanilo Krummrich
2025-06-25gpu: nova-core: replace `Duration` with `Delta`Alexandre Courbot
2025-06-25gpu: nova-core: consider `clippy::cast_lossless`Danilo Krummrich
2025-06-25gpu: nova-core: impl From for u32 for enums used from register!Danilo Krummrich
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes
2025-06-23gpu: nova-core: update and annotate TODO listAlexandre Courbot
2025-06-23gpu: nova-core: load and run FWSEC-FRTSAlexandre Courbot
2025-06-23gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTSAlexandre Courbot
2025-06-23gpu: nova-core: add types for patching firmware binariesAlexandre Courbot
2025-06-23gpu: nova-core: compute layout of the FRTS regionAlexandre Courbot
2025-06-23gpu: nova-core: vbios: Add support for FWSEC ucode extractionJoel Fernandes
2025-06-23gpu: nova-core: vbios: Add support to look up PMU table in FWSECJoel Fernandes
2025-06-23gpu: nova-core: vbios: Add base support for VBIOS construction and iterationJoel Fernandes
2025-06-23gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTSAlexandre Courbot
2025-06-23gpu: nova-core: add falcon register definitions and base codeAlexandre Courbot
2025-06-23gpu: nova-core: register sysmem flush pageAlexandre Courbot
2025-06-23gpu: nova-core: add DMA object structAlexandre Courbot
2025-06-23gpu: nova-core: wait for GFW_BOOT completionAlexandre Courbot
2025-06-23gpu: nova-core: add helper function to wait on conditionAlexandre Courbot
2025-06-23gpu: nova-core: increase BAR0 size to 16MBAlexandre Courbot
2025-06-23gpu: nova-core: allow register aliasesAlexandre Courbot
2025-06-23gpu: nova-core: expose the offset of each register as a type constantAlexandre Courbot
2025-06-23gpu: nova-core: add delimiter for helper rules in register!() macroAlexandre Courbot
2025-06-23gpu: nova-core: use absolute paths in register!() macroAlexandre Courbot
2025-06-22rust: enable `clippy::cast_lossless` lintTamir Duberstein
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-15gpu: nova-core: select AUXILIARY_BUS instead of depending on itAlexandre Courbot
2025-05-13gpu: nova-core: move Firmware to firmware moduleAlexandre Courbot
2025-05-13gpu: nova-core: fix layout of NV_PMC_BOOT_0Alexandre Courbot