fb421083e0
The handoff is one-shot: inputd signals it the moment the real display driver registers its path, but the driver's scheme may not serve the v2 open / capability query for a few more milliseconds. Without a retry, a transient not-ready driver leaves the framebuffer permanently blank — the login prompt is drawn to the framebuffer VT, so the console appears dead even though boot continues on the serial mirror (observed as the 2026-07-20 '-vga std' boot freeze at 'Performing handoff'). Retry the reopen for up to 250 x 10ms; the driver becomes ready well within this bound in practice. On success after retries, log the retry count at info level. If the driver is still not ready after the bound, emit a single explicit warning instead of per-attempt warn spam (the per-attempt message in display.rs is demoted to debug). Serial mirror remains unaffected in the failure case.