Re: [PATCH] fbdev: goldfishfb: fail pan display on base-update timeout
From: Helge Deller
Date: Thu Jun 25 2026 - 12:30:21 EST
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 <pengpeng@xxxxxxxxxxx>
---
drivers/video/fbdev/goldfishfb.c | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
applied.
Thanks!
Helge