Re: [PATCH 2/2] drm/tegra: sor: Fully initialize SOR before registration

2021-04-01 Thread Jon Hunter
On 01/04/2021 16:41, Thierry Reding wrote: > From: Thierry Reding > > Before registering the SOR host1x client, make sure that it is fully > initialized. This avoids a potential race condition between the SOR's > probe and the host1x device initialization in cases where the SOR is > the final

[PATCH 2/2] drm/tegra: sor: Fully initialize SOR before registration

2021-04-01 Thread Thierry Reding
From: Thierry Reding Before registering the SOR host1x client, make sure that it is fully initialized. This avoids a potential race condition between the SOR's probe and the host1x device initialization in cases where the SOR is the final sub-device to register to a host1x instance.