Re: [PATCH v2 7/7] gpu: nova-core: Clarify falcon code

2025-05-09 Thread Joel Fernandes
On 5/6/2025 12:21 PM, Zhi Wang wrote: >> -/// Target/source of a DMA transfer to/from falcon memory. >> +/// FBIF (Framebuffer Interface) aperture type. Used to determine >> +/// the memory type of the external memory access for a DMA memory >> +/// transfer (by the Falcon's FramebufferDMA (FBDM

Re: [PATCH v2 7/7] gpu: nova-core: Clarify falcon code

2025-05-06 Thread Zhi Wang
On Sat, 3 May 2025 00:07:59 -0400 Joel Fernandes wrote: > Add documentation strings, comments and AES mode for completeness > to the Falcon signatures. > > Signed-off-by: Joel Fernandes > --- > drivers/gpu/nova-core/falcon.rs | 25 +++-- > 1 file changed, 19 insertions(+),

[PATCH v2 7/7] gpu: nova-core: Clarify falcon code

2025-05-02 Thread Joel Fernandes
Add documentation strings, comments and AES mode for completeness to the Falcon signatures. Signed-off-by: Joel Fernandes --- drivers/gpu/nova-core/falcon.rs | 25 +++-- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/nova-core/falcon.rs b/drivers/g