mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
[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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| udl_drv.c | ||
| udl_drv.h | ||
| udl_edid.c | ||
| udl_edid.h | ||
| udl_main.c | ||
| udl_modeset.c | ||
| udl_proto.h | ||
| udl_transfer.c | ||