RE: [PATCH] gpu: nova-core: write initial RPCs before booting GSP-RM
Timur Tabi <[email protected]>
| Newsgroups | dev.linux.lists.nova-gpu |
|---|---|
| Message-ID | <MN6PR12MB8568E108EDC3DBDA8E18CB5EC2AF2@MN6PR12MB8568.namprd12.prod.outlook.com> |
> > On Mon, 10 Aug 2026 13:12:43 -0500, Timur Tabi wrote: > > Make sure that the two setup RPCs, SetSystemInfo and SetRegistry, are > > in the command queue before booting GSP-RM. These message are > > expected to already be present, because GSP-RM will process the queue > > early in boot but will silently ignore the error if absent. GSP-RM > > then continues booting, but since the registry is not set up, it fails to initialize. > > > > > > [...] > > Applied to drm-rust-next, thanks! Danilo and Alex, Can we apply this to drm-rust-fixes as well? It fixes a real bug for our CI/CD and we'd like to get it propagated faster.