]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/udl: Increase GET_URB_TIMEOUT
authorShixiong Ou <oushixiong@kylinos.cn>
Fri, 24 Apr 2026 12:44:27 +0000 (20:44 +0800)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 28 Apr 2026 08:50:41 +0000 (10:50 +0200)
commitac2c996675755c725a0065dbe3e2ebffded9080b
tree2355c64fedbc4e15d774573ff61bfc3029d3c1be
parent5dfd429591f8d7185bf63a08b5c30863fb605611
drm/udl: Increase GET_URB_TIMEOUT

[WHY]
A situation has occurred where udl_handle_damage() executed successfully
and the kernel log appears normal, but the display fails to show any output.
This is because the call to udl_get_urb() in udl_crtc_helper_atomic_enable()
failed without generating any error message.

[HOW]
1. Increase timeout of getting urb.
2. Add error messages when calling udl_get_urb() failed in
udl_crtc_helper_atomic_enable().

Signed-off-by: Shixiong Ou <oushixiong@kylinos.cn>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Fixes: 5320918b9a87 ("drm/udl: initial UDL driver (v4)")
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: <stable@vger.kernel.org> # v3.4+
Link: https://patch.msgid.link/20260424124427.657-1-oushixiong1025@163.com
drivers/gpu/drm/udl/udl_main.c
drivers/gpu/drm/udl/udl_modeset.c