Re: [PATCH v2 5/7] docs: nova-core: Document devinit process

2025-05-05 Thread Joel Fernandes
On 5/5/2025 12:04 AM, Bagas Sanjaya wrote: > On Sat, May 03, 2025 at 12:07:57AM -0400, Joel Fernandes wrote: >> +.. SPDX-License-Identifier: GPL-2.0 >> +== >> +Device Initialization (devinit) >> +== > > Separate SPDX line from titl

Re: [PATCH v2 5/7] docs: nova-core: Document devinit process

2025-05-04 Thread Bagas Sanjaya
On Sat, May 03, 2025 at 12:07:57AM -0400, Joel Fernandes wrote: > +.. SPDX-License-Identifier: GPL-2.0 > +== > +Device Initialization (devinit) > +== Separate SPDX line from title heading. > +These low-level GPU firmware components a

[PATCH v2 5/7] docs: nova-core: Document devinit process

2025-05-02 Thread Joel Fernandes
devinit is mentioned in the code. This patch explains it so it is clear what it does. devinit is not only essential at boot-time, but also at runtime due to suspend-resume and things like re-clocking. Signed-off-by: Joel Fernandes --- Documentation/gpu/nova/core/devinit.rst | 59