Re: [PATCH] fbdev: goldfishfb: fail pan display on base-update timeout
Helge Deller <[email protected]>
| Newsgroups | org.kernel.vger.linux-fbdev,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 6/25/26 05:01, Pengpeng Hou wrote: > goldfish_fb_pan_display() waits for the device to acknowledge the new > framebuffer base, but it only logs a timeout and still reports success. > The probe path also ignores the initial pan-display result before > registering the framebuffer. > > Return -ETIMEDOUT when the base-update acknowledgment does not arrive, > and propagate that error from the initial probe-time base update before > the framebuffer is published. > > Signed-off-by: Pengpeng Hou <[email protected]> > --- > drivers/video/fbdev/goldfishfb.c | 13 +++++++++---- > 1 file changed, 9 insertions(+), 4 deletions(-) applied. Thanks! Helge