You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rutabaga: consider virgl initialized if successful
It's only possible to call VirglRenderer::init() once to prevent
attempting to initialize virglrenderer twice. But this also prevents us
for retrying the initialization if the first time fails.
Let's only set the INIT_ONCE atomic when the call to virgl_renderer_init
has been successful.
Signed-off-by: Sergio Lopez <[email protected]>
0 commit comments